Golden Question in a test

Apr 23, 2014

We've a test that has a specific question that needs to be correct if someone is to pass. I have moved that question into a different group but do not know how to show the results. If they fail that question, but pass the rest, they still fail. If they pass that one, but get under the required % to pass they fail as well.

Any help with putting this together would be appreciated.

Thanks

Alan

20 Replies
Christine Hendrickson

Hi Alan and welcome to E-Learning Heroes!

Without knowing exactly how your Golden Question and the other questions are set up, I can really only suggest one thing. Apply all of the points to that one specific question and provide an amount of "0" for points to all the other questions. 

If you have trouble with this, or this option won't work for you, can you tell us what type of questions you're using and the type of scoring?

It may also help to know if you're using Quizmaker '09 or '13.

If you'd like, you're also welcome to share the .QUIZ file here. Perhaps we can take a look and provide some additional suggestions :)

Thanks!

Jerson  Campos

Ok, so here is the demo.

Here is what you you'll need to do.

1. Create your questions in the usual manner.

2. Add a variable for each of the "golden" questions. In the demo I named them GoldenQuestion# (# being the number of the question for later reference). These should be True/False type with default value set to False.\

3. On the Correct Feedback layer for each of the golden questions, add a trigger. 

Action: Adjust Variable
Variable: GoldenQuestion#
Operator: =Assignment
Value: Value : True
When: Timeline Starts|
Object: Correct Layer

When the user gets this question right, it will change the golden question variable to true. Don't have to do anything if it is wrong because the value is already false.

3. Create a results slide (#1) that calculates the score for all questions created so far. Put this results slide in a different scene that will not be seen by the user.

4. Create a new True/False questions after the last question. Set number of attempts to 1. Set the correct answer to True and add these actions. 

Trigger 1
Action: Change State of
On Object: Radio Button 1 (whichever is true)
To State: Selected
When: Timeline Starts
Object: Current Slide
On Condtion:
Results.ScorePercent is Equal to Or Greater than 80   <-- This should be the variable from the results for all the questions
AND GoldenQuestion# == Equal to True
AND Repeat for each Golden Question variable.

The purpose of this trigger is to change the question answer to True when the slide starts ONLY if all the golden questions have been answered correctly AND the user has scored higher than 80%.

Trigger 2
Action: Change State of
On Object: Radio Button 2 (whichever is false)
To State: Selected
When: Timeline Starts
Object: Current Slide
On Condtion: 
Results.ScorePercent is Less  than 80 <-- This should be the variable from the results for all the questions
OR GoldenQuestion# == Equal to False
OR Repeat for each Golden Question variable.

The purpose of this trigger is to change the question answer to False when the slide starts if ANY of the golden questions have been answered incorrectly or the user has scored less than 80%. 

Trigger 3
Action: Submit Interation
Interaction: True/False
When: Timeline Starts
Object: Current Slide

This will automatically submit the interaction for the user when the timeline starts.

Trigger 4
Action: Jump to Slide
Slide: Next Slide
When: Timeline Starts
Object: Current Slide

This will jump the user to then next slide so that they don't see the true/false question.  You can leave this out to test this slide to make sure it does what it is supposed to and then add it later.

5. Add another results slide. This time only have it calculate the True/False question from the previous step. Change the score that is shown from this results slide to the previous results slide from step 3. It should a matter of just changing the variable that will be shown to the other results slide (All I did on mine was remove the "1" that was addeded after %Results.)

The user will see the success feedback if they answer all golden questions correctly and score above 80%. They will see a failure feedback if they answer any of the golden questions incorrectly or score below 80%.

 

Let me know if you have any questions.

Diane Anderson

Thanks for all the input. I just wanted to pass on how I worked around this.

I have a total of 30 questions. 5 of those questions must be passed. The overall pass rate should be 80%.

I assigned a value of 2 pts. to the 25 standard questions. Then, for each of the 5 "golden questions" I assigned 100 pts. each. Then, I had to change the passing score to 98%. Here is how I came up with the 98% pass rate. 

I needed a passing score of at least 540pts. out of 550.

(100*5) + (25*2*.80) = 540

(100*5) = (25*2*.98) = 539

So, the passing rate is set to 98%, but in reality if you remove the 5 golden questions from the calculation it is 80% of the remaining questions. The only way you can reach 500 pts. is to get all the "golden questions" correct.

This discussion is closed. You can start a new discussion or contact Articulate Support.