Forum Discussion
Tracking using course completion
Hi,
I've uploaded a Rise training to the LMS with the option "track using course completion". Upon completion of the training, the course's status is Passed...but I would like it to be "Completed". Is that possible to manage in Rise?
Thank you!
28 Replies
Hi Pamela,
When you track a Rise course using quiz result, you'll be able to choose the tracking language shown here:
I could see how having those options as a part of "Track using course completion" would be helpful too, so I'll pass this along to our team as a feature idea.
- MhairiLongmuirCommunity Member
+1 for adding those options as part of "track using course completion" please!
- BackbaseICTCommunity Member
That would be great, Alyssa, because this behaviour is "confusing" the LMS!
Thanks a lot,
- StuartMarshall-Community Member
I had this problem too and (until the option to select the desired reporting pairing exists in Rise for course completion courses) there is a fairly simple solution to change 'passed' to 'completed'.
Unzip the scorm package and then open the index.html file in a text editor. There is one line (line 84) that needs amended: change
var reporting = 'passed-incomplete';
tovar reporting = 'completed-incomplete';
- LisaJohnson-6d0Community Member
Glad I found this - just having the same issue when releasing our first RISE course. Have found and changed that line of code and sent the content off for upload - fingers crossed - cheers Stuart.
- LouiseLindopCommunity Member
Thank you so much Stuart. Hoping they'll add an option soon, but in the meantime that is brilliant and will keep me out of trouble! I really appreciate you taking the time to help out.
Louise - InaChungCommunity Member
would you recommend to use "complete/incomplete" or "complete/failed" for totara(moodle)?
Hi Ina,
Thanks for chiming in! Are you having some trouble with a Rise course sending completion data to Moodle?
While I don't have specific experience with that LMS, I know there are quite a few Moodle-users in this community. If you can let us know a bit more about the trouble you're having, we can point you in the right direction!
- LouiseLindopCommunity Member
I wondered if anyone knows how to change the status reporting back to the LMS for xAPI (TinCan). I use Stuart's fix above all the time for SCORM, but the index file for xAPI (TinCan) doesn't have the same code and I'm not sure if the same thing is possible? Hoping it is.
- PaulMacDonellCommunity Member
Stuart,
Great tip. I find though when I make the edit to the Index file and then re-zip the package I get unexpected results from my LMS. Sometimes the course just doesn't launch at all. Any ideas?
- StuartMarshall-Community Member
Make sure that you are re-zipping the contents of the folder and not the folder. Other than that then I can't think of another reason why you would have issues.
- PaulMacDonellCommunity Member
Stuart,
I've done that. What happens is, once I re-zip and upload to the LMS, when the course is taken, only a very small portion of the module is considered complete. Because I have a locked survey below it, the user is not able to do the survey until I manually mark them as completing the main module.