What further change would be needed so that questions which are correctly answered are not asked again? I.e. only unanswered or incorrectly answered questions are able to be asked?
Ok.
so..now.. when you answer on question(correct or not,irrelevant)..that question does not appear in game again..
do you know why?
in example..event 4..function "RandomizeQuestionOrder"...have 2 loops
so..after second loop,"ArrayQuestionOrder" looks similar to this(4,9,2,10,5,1,7,6,8,3)
(first question is no4,then no9..etc)
then.. in second function
after you set question....action- delete inex 0 from ArrayQuestionOrder..delete that question
(first question is no4,then no9..etc)
so..you always ask question on index 0..ask-delete..ask again ..but now the question
that was the second(index 1), is first(on index 0)...
to prevent this..just move action in
now..only if answer is correct you will delete that question...
but..what will happen if the answer is incorrect..nothing.
.you would be constantly asked the same question,until you answer correctly..
so you need ..if answer is incorrect
you push that question on end of the line