Forum Discussion

IngridNgcobo-4e's avatar
IngridNgcobo-4e
Community Member
22 days ago

Multiple anwers questions marl allocation.

Hello everyone. I have a problem with how Articulate allocates marks on the multiple answer questions. Lets say for instance i have a questions with 5 answers and 3 are correct. the learner only selects 2 correct answers, articulate marks the whole question wrong, i want a situation where it allocates a mark per correct answer,

2 Replies

  • Nedim's avatar
    Nedim
    Community Member

    Storyline evaluates multiple-response questions by checking whether the learner’s selections exactly match the responses marked as correct in Form View. If all three responses are marked as correct, the question will only be scored as correct if the learner selects all three — no more, no less. Selecting only two correct responses will result in the question being marked incorrect.

    To work around this, you can create a custom interaction using individual checkboxes and custom triggers to define your own validation logic, disguised as a True/False (or other) graded question.

    How it works?

    Add a True/False graded question to your project, and draw a white rectangle over the slide to visually hide the default question layout. In Form View, mark "True" as the correct response.

    Next, insert 5 custom checkboxes on the slide. Then, create a trigger that adjusts the True/False variable based on the learner’s selections according to your custom validation logic. 

    Example:
    The answer is considered correct if any or all of checkboxes 1, 2, and 3 are selected. If either checkbox 4 or 5 is selected, the answer is marked incorrect.
    Trigger:



     

     

     



    A simple .story file is attached for reference.