Question
Question with "Question Widget"
I have a few of questions to complete a "question" widget.
what means of the following functions,and how to use them.
- function enableAnswers(){}
- function disableAnswers(){}
- function resetAnswer(answerID:String, chosenAnswer:String, correctAnswer:String){}
And I want to know the relationship between function resetAnswer() and function answers().
I need your help or some samples.
thangks.