Picture of Tariq Aziz
Progress for Assessment enbled page is not working on LMS (Cource Source)
by Tariq Aziz - Friday, 30 September 2016, 11:56 AM
 

Hi Everyone,

We are using Cource-Source (http://www.course-source.com/) as LMS and we have enabled SCORM and Assessment component for articles having questions component. We are facing some issues.

  1. From debug window I can see that when I enabled assessment component the the cmi.score is triggered at the end of the page, when all the questions are completed. Is it possible to send cmi.score after each question.
  2. Another issue is the progress for the page where We enabled assessment component for articles is not working. The answers are not saving in the LMS, when the user reopen the course He have to select the answers again. Is it the LMS issue, or I am missing something in the setting?  Please see attach images of the settings.

 

 

 





Picture of Matt Leathes
Re: Progress for Assessment enbled page is not working on LMS (Cource Source)
by Matt Leathes - Friday, 30 September 2016, 4:49 PM
 

Hi Tariq

1. - no this is not possible without amends to the code

2. - check what 'Reset on Revisit' is set to in your assessment configuration. I think it needs to be be set to false.

Picture of Tariq Aziz
Re: Progress for Assessment enbled page is not working on LMS (Cource Source)
by Tariq Aziz - Monday, 3 October 2016, 5:41 AM
 

The "Reset on Revisit" is false for all articles, Also "Attempts Allowed" is set to 1. Also I think the first issue is dependent on the second one, If the user progress is saving then we don't need to save cmi.score after each question.

Picture of Matt Leathes
Re: Progress for Assessment enbled page is not working on LMS (Cource Source)
by Matt Leathes - Monday, 3 October 2016, 2:31 PM
 

As I understand it, if you have set "Reset on Revisit" to false in the Assessment configuration and 'Store Responses' set to true in the spoor configuration then the code should save and restore the user's responses to assessment questions if the user:

  • quits the assessment without having answered all the questions
  • completes and passes the assessment
  • completes it and fails but has no more attempts remaining

One thing that could stop it from working is if you have a LOT of questions in your course. SCORM 1.2 is quite limiting in the amount of data that can be stored - just 4KB per SCO. You could exceed that if you have a lot of questions, particularly when creating content using the authoring tool which generates fairly lengthy (24 byte) component ids.