Assigning score by choice

Apr 19, 2018

Has any one came up with an idea on how to have a point per choice on a multiple response quiz? I know that it's only available for some question types. But if there's a way or alternative to score by choice in different question type. Please. Help.

5 Replies
jefsen fan

So! I have here a sample on how to score by how many correct answer on a multiple response quiz. My target is to score my quizzes per correct answer, so for example I have 10 Yes or No question in a single quiz. If a user answers only 5 correct question out of 10 the points is 5points. Answering all the question correctly will get 10points. To better understand on how I score my quiz, I have attached a .story file sample of my work.

To explain a little about the quiz:
- I've created a freeform pick one question slide. Scoring is set by choice.
- I have 1-10 yes & no question.
- Created 11 shapes all having a selected state and placed outside the stage. This will be the use for selecting score.
- On the form view, add the shapes. 1st shape is equal to 1point and 2nd to 2 and so on up to 10th. 11th = 0.
- I've selected the 10th shape for the correct feedback.
- Going back to the slide view panel, The 11th shape is set to selected for default and also if the user submitted the quiz without any answer user will get zero point.
- Added a numeric variable  qScore = 0.
- Added a trigger for the submit quiz.
- Clicking submit will:
> set qScore to = 0
> add 1 point to qScore on each correct answer
> change the state of the shape equal to the total points(so if the total score = 8, change the state of the 8th shape to selected.

- Answering all the question correctly will give 10point and will show the correct feedback.
- I also added a result slide for the checking of your score.

That's all. I hope everyone can understand my explanation. Haha

Thanks again. ;)

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