Radomised Test section

bpitman wrote:

What do you mean by "display those Question Text and tips text"? I got 30 questions, they are either MC or TF. Either question will have ONE correct answer. Here are some sample content:Question Text: Which of the following is the capital city of Australia?Response A: MelbourneResponse B: SydneyResponse C: CanberraResponse D: DarwinTips Text: If you don't know it, do online search!20 out of 30 questions will be randomised. After the test section, I created another page and I want to know which questions are answered wrong (This is easy to do) and display their question text and tips text. This will be a popup page. For example:Incorrect answers:Q1: Which of the following is the capital city of Australia?Tips: If you don't know it, do online search!Q4: ...Tips: xxxxQ10: ...Tips: yyyy... so forthMy solution:I don't think we can only get question text from QUESTION_Variable (Please correct me if I am wrong). So I use a VARIABLE to store question text and add a TextBlock to replace question text, then on show, change content of the TextBlock to that VARIABLE. Then using another variable to store which questions are answered wrong, eg: "WrongQuestions=q1,q14,q12,q4,q29,". I then create a custom Javascript/HTML to loop through WrongQuestion (This is a popup). I also store TipsText into Javascript/HTML.For this custom Javascript/HTML page to access Lectora VARIABLEs, I think I must use those VARIABLEs inside the page which popup custome HTML page.I think this solution is not very practical, anyone got better ideas?

Discussions have been disabled for this post