Copy link to clipboard
Copied
Sir
I want to create a button of "Match_Answer"
that return me situation done user is correct or not
can you help me
Copy link to clipboard
Copied
What answer needs to be checked against what question?
Copy link to clipboard
Copied
You need to see if they answered the question correctly? Just have a code like this for your button click:
var correct:Boolean
if (OBJECT_HERE.text == "ANSWER_HERE") {RESULT_HERE(something like correct = true}
else {NOT_CORRECT(something like correct = false)}
Find more inspiration, events, and resources on the new Adobe Community
Explore Now