Forum Discussion
VanessaWylie
9 years agoCommunity Member
How to insert current date variable into a "customised certificate slide".
Hi there,
I have created a certificate looking slide at the end of my course. I have added in variables for the learners name, their score achieved, I am just missing the date variable to be popul...
DwayneSchamp-15
4 years agoCommunity Member
using the above code:
You'll need to add the variable SystemDate to your course. Then insert a textbox on the slide, and enter:
%SystemDate%
This will allow the SetVar to send the "date" information to your course.
The %<varname>% tells SL that this is a variable reference. You can also use the Insert->Reference item in the tool bar, and then use the variable dialog box to select the variable.
HTH