Hybrid quiz
Hi, we create eLearning courses with quiz-slides in the Captivate.
Usually we use different types of questions on different slides.
1) Now we need to organize 5 quiz-questions (true/false) on the same slide.
How can we use different groups of radio-buttons for every question?
2) If we use for this task a partial score quiz with check-boxes for different questions
and set negative points for wrong answers, the Captivate shows a result with negative percents
in case of all wrong answers. It looks like a bug from the mathematic side.
Can we fix some internal variable to set it to zero in case it is less then zero?
Something like that: if (cpPercent < 0) cpPercent = 0;
