Forum Discussion
BackbaseICT
9 years agoCommunity Member
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...
StuartMarshall-
9 years agoCommunity 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';
to var reporting = 'completed-incomplete';
LisaJohnson-6d0
7 years agoCommunity 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.