Skip to main content
Inspiring
June 20, 2018
Question

Partial scoring dilemma with LMS reporting of custom quizzes

  • June 20, 2018
  • 2 replies
  • 575 views

I have four custom multiple choice quizzes that need to have partial scoring based on getting the correct answer on the first or second try.  For each quiz a correct answer on first try gives 25 points. On second try it gives 15 points.  You can only get one or the other.  The scores are attached to shape buttons that are "Included in Quiz",  added to the total,  and reported to the LMS.  The learner needs to score more than 60 points from all four quizzes to pass. I have the Quiz preferences set to report points and pass or fail on the 60 point threshold.

The problem is Captivate will not allow more than 100 points when all scored objects are totaled up.  I can't simply report the points scored.  It suggests reporting the scores as a percentage. Since the total of scored objects is 160, this means that 60 points will be displayed as 37.5%.  The desired outcome would be a display of 60%.

It's not crucial that a score be displayed by the LMS.  Just a pass or fail would suffice.  I could have a branching action that sends learners to a success or failure slide depending on the total score.  If they reach the success slide, they pass.  Is there a way to set up a pass or fail based on reaching a particular slide?

    This topic has been closed for replies.

    2 replies

    chrismay_at_delta6226261
    Inspiring
    June 22, 2018
    Leaving score aside, is there a way to set up a pass or fail based on reaching a particular slide?

    In your publish settings, under reporting, you can select Incomplete --> Complete

    then use some JavaScript on the particular slide On Enter action:

    SCORM_CallLMSSetValue('cmi.core.lesson_status', 'completed');

    SCORM_CallLMSCommit();

    So whenever a user hits this slide, the lesson will send a completed status to the LMS. Be sure to make sure your lesson logic is sound and users cannot skip slides with the next button or use the menu to jump over content you want the to see.

    You might need to change your question types to Knowledge Checks so they will not count as a quiz and the lesson try to report the score when the quiz is complete.

    Lilybiri
    Legend
    June 20, 2018

    What you want is not partial scoring, as is built in the Quiz design for MCQ questions with multiple correct answers. Misunderstanding, sorry.

    I have a blog post about linking score to attempts somewhere. However, transmitting to the LMS is not treaded in that post. Hope someone else can help you, not so easy but I don't feel up to figuring this out.

    Inspiring
    June 20, 2018

    Thank you for your reply.

    Leaving score aside, is there a way to set up a pass or fail based on reaching a particular slide?

    Lilybiri
    Legend
    June 20, 2018

    Sure, use a heavily scored interactive object on that slide, that the learner has to click and set the passing score in such a way that they cannot pass if they have not clicked that button.