Skip to main content
Participant
November 1, 2016
Answered

Multiple results

  • November 1, 2016
  • 2 replies
  • 264 views

Hi,

so I want to create a quiz with 100  multiple choice questions divided in 10 groups, each group has 10 qusetions

Group A: 10 questions

Group B: 10 questions

Group C: 10 questions

.

.

at the result slide, I want to show how many question answers correctly for each group

is that possible?

Thanks

This topic has been closed for replies.
Correct answer RodWard

Technically Yes.  But it would require hundreds of user variables, lots of Advanced Actions/Shared Actions, and many hours of extra work on your part.

2 replies

Lilybiri
Legend
November 8, 2016

Only the number of correct questions in each group? Or also the answers?

If you have 10 user variables, one for each group with a default start value of 0, you could increment the appropriate value by 1 with the Success action of each question slide of the group. That could be a shared action. Inserting those variables on the score slide in a text container, and you'll see the number of correct questions. For this simple use case: 10 variables and one shared action. How do you define a question to be part of a group? Are the questions in a group in sequence, or is this random?

Maybe I misunderstand your question, certainly different from Rod's answer. It is up to you to clarify with more details. Apparently I'm missing something.

RodWard
Community Expert
RodWardCommunity ExpertCorrect answer
Community Expert
November 2, 2016

Technically Yes.  But it would require hundreds of user variables, lots of Advanced Actions/Shared Actions, and many hours of extra work on your part.