Skip to main content
Participating Frequently
May 6, 2020
Answered

Hybrid quiz

  • May 6, 2020
  • 2 replies
  • 1498 views

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;

 

    Correct answer Paul Wilson CTDP

    If I understand correctly the client is looking for something like this...

     

    Select either true or false for the following statements.

    The sky is blue. (T) (F)

    The ocean is large. (T) (F)

    Jupiter is the smallest planet. (T) (F) 

     

    Instead why not suggest slightly changing the question...

    Please select all the following statements that are true.

    [ ] The sky is blue.  

    [ ] The ocean is large. 

    [ ] Jupiter is the smallest planet. 

     

    This way you can simply use a multiple choice question with multiple answers. No coding required.

    2 replies

    Paul Wilson CTDP
    Community Expert
    Paul Wilson CTDPCommunity ExpertCorrect answer
    Community Expert
    May 7, 2020

    If I understand correctly the client is looking for something like this...

     

    Select either true or false for the following statements.

    The sky is blue. (T) (F)

    The ocean is large. (T) (F)

    Jupiter is the smallest planet. (T) (F) 

     

    Instead why not suggest slightly changing the question...

    Please select all the following statements that are true.

    [ ] The sky is blue.  

    [ ] The ocean is large. 

    [ ] Jupiter is the smallest planet. 

     

    This way you can simply use a multiple choice question with multiple answers. No coding required.

    Paul Wilson, CTDP
    Participating Frequently
    May 7, 2020

    Hi Paul, 

    some questions are like real T/F-types, and your solution may assist.

    There are also other questions with T/F-radio-buttons with different content, for example

    "The function is switched on/off with...(T)=the blue button, (F)=with the green button."

    I will think, maybe there is a reason to say something like 

    "The function is switched on/off with the blue button [x]".

    Thank you very much for the idea!

    Paul Wilson CTDP
    Community Expert
    Community Expert
    May 7, 2020
    Rephrasing a question is a great solution if the learning outcome is the same. I'm known for advanced action solutions, but if there is an easy way to solve an eLearning challenge, I'll take that route.
    Paul Wilson, CTDP
    Lilybiri
    Legend
    May 6, 2020

    If you need multiple T/F questions on one slide, you'll need to create a custom question slide using standard objects and advanced/shared actions with variables.

    If you report to a LMS with SCORM 1.2, the end result will always be 0 if the score from the complete quiz is negative.

    System quizzing variables are read only. If you want to edit them you'll need JavaScript.

     

    BTW the system variable for percentage is cpInfoPercentage.

     

    Participating Frequently
    May 6, 2020

    Hi, Lilybiri, the customer doesn't accept a custom solution. They would like to use standard possibilities only. By the way I use the advanced action "Assign" to set cp-variables. So, I need to play with cpInfoPercentage. Thank you!

    Lilybiri
    Legend
    May 6, 2020

    You can use Assign only for user variables and for the system variables of the category 'Movie Control'. All other systm variables are ead only. Believe me.... Here is a blog about quizzing system variables:

    http://blog.lilybiri.com/using-quizzing-system-variables