Forum Discussion

Ashleyphilli980's avatar
Ashleyphilli980
Community Member
12 days ago

Help: Storyline Reults Slide is not working

Hello, 

I'm wondering if anyone would be able to help me fix the results slide in my Storyline drag-and-drop project? The "failed" results slide isn't recording quiz.percentage or correct quiz.points correctly, which is causing issues in LMS tracking/Reporting. I only have 2 years of experience using Storyline under my belt and I feel like I've tried everything but I just can't get it to work,  so I think I need help from someone with more experience....

General Information

This project was created to teach the correct order and sequence veggies are to be placed on a sub, so I set up an Order variable and score variable to track the points. The total points for this project is 70 points. Users need 100% score to pass. If a user gets the interaction incorrect, the failed results slide should show up with accurate percentage and points ((It's not)) 

The correct Veggie Sequence is: Lettuce, Spinach > Tomato > Cucumber > Pickle > Green Peppers > Onions

The Problem: The results slide isn't tracking/reporting the correct quiz.ScorePoints or Quiz.ScorePercent. Even if I intentionally fail or pass the points and percentages are not working on results slide, the results slide is still showing 100% in "My score" and it's showing 70 points in "My Points"  **This is causing issues with tracking in LMS and course progression. 

Things I've tried: Adjusting results triggers to use the score variable set to (1) show layer success, when timeline starts on this slide if score is great than or equal to 70 (2) show layer failure when timeline starts on this slide if score is less 69 - so far - they're not working.  (3) I've even tried deleting the built-in reference on the failed slide and referencing %score% to show accurate points, but nothing is working - but the success slide appears to be working - it's just the failure slide in results. 

Am I doing something else wrong??

 

I've attached the storyline file - any help would be greatly appreciated

Thanks in advance for any/all help - tips- pointers, etc. 

 

Sincerely,

 

Ashley Phillips

7 Replies

  • Results slides do not track a custom score.

    I can see you have changed the triggers, but you haven't changed the variables on the slide it is still set to the built in vars. You will also need to set up triggers to calculate the percentage and possibly round in javascript.

    This will not report to the LMS, it will report either 0% or 100%

     

    • Ashleyphilli980's avatar
      Ashleyphilli980
      Community Member

      Ooh, okay -  This makes sense. I'm going to try it.  Thank you so much! 

      • PhilMayor's avatar
        PhilMayor
        Super Hero

        Don't don't on a results slide it will overwrite your score. Do it on a fake results slide. 

  • Ange's avatar
    Ange
    Community Member

    Ashleyphilli980​ 
    An option, which may work for your quiz, is to feed the custom "score" variable to the LMS using javascript - SCORM publish. I used this method a few years ago for a game I created that needed a score recorded in the LMS. The user sees their score using a simple custom-built results slide that shows the "score" variable (no built-in results slide/quiz variables used). This video from Learning Dojo explains the process step-by-step.