capturing name for certificate
September 30, 2008 12:00 AM
Since you're not using an LMS, I assume that you would use a text entry field to capture the user's name. This can be done early in the project. Create a text entry field and a button to continue. I suggest a conditional on the button to advance to the next page only if the text entry field is not empty.The nice thing about text entry fields is that there is a variable created along with the field. Lectora assigns a default variable name (Entry_0001 for example), but you can define this to be more meaningful, such as StudentName. I assume the certificate has a text block that holds the student's name. You can define this by having an action on Show (page). On Show, you want to Change Contents with the target being the text block. You want to replace it with your variable (Entry_0001 or StudentName). I hope that's what you're looking for.Kevin
Discussions have been disabled for this post