Variable as correct answer to text entry

I have one slide where the learner provides their name and it changes the variable %apLearnerName%.
I want to have a text entry box where I want the variable %apLearnerName% to be the correct answer.

How do I achieve this???

Hi Chris,

Unfortunately, it’s not possible to set a variable as the correct answer of a text entry box.

In case you just want to show the correct/incorrect feedback messages and don’t need to track the leaner answer for this text entry box, you can use On Text Enter event with the following actions:
(verifyLearnerName is the variable associated with this text entry box)

image

Regards

Hmmm, I really wanted the text box, to be like a quiz question. hence the thought of using the variable they have already completed (updated - when they started)

What about is I used a checkbox where the label is the variable and checking the box scores the points? Is that possible?

Yes, it’s possible to use a Multiple Choice question like this:
image

Regards