HOME ➔ SUPPORT ➔ Community ➔ General CourseLab issues ... Runtime Settings
Runtime Settings
  View type:
I am using CourseLab to develop some content for Saba Learning LMS. I have published the content as SCORM 1.2. The content has a test in the end with around 100 questions and passing marks is 80.

I need help on how to do the runtime settings for questions, For example if a user passes or scores 80, then he passes and also completes the test and this result is passed on to the LMS, similary if he fails.

Pls help
 
Hi, Kapil,

1. Unlike SCORM 2004, SCORM 1.2 has no different types of statuses (only plain lesson_status, that contain one of the completion status or success status values). Usually "passed" (or "failed") in SCORM 1.2 means "completed and passed" (".. failed").
2. CourseLab uses SCORM 2004 as basic model, therefore you need to set up rules for success statuses "passed" and "failed" for main module objective "total" (menu Module - Runtime settings - Rules tab). When sending to LMS, these statuses will be translated to SCORM 1.2 lesson status values automatically.
3. Warning! If you want to use such a big test in SCORM 1.2 LMS then please make sure, that this LMS DOES NOT limit cmi.suspend_data field length according to standard. SCORM 1.2 standard requires this field to be 4kB (unlike SCORM 2004 - 64kB), and if LMS strictly follows SCORM 1.2 then you may get an error - not all the data will be transferred to LMS. Some LMS use "at-least" principle on data field lengths (in this case it will work), but most use "no more than".
If your LMS uses "no more than" principle, then you need to split your big test to different modules, containing 20-40 questions each (data length depends on question content, so there's no exact limit). Otherwise you may get an error.
 
 
Hi Slav Shchinov

Thank you for the response, Could please help e step by step on how to setup the rules ?
 
 
 
Well, actually some basics are in CourseLab Help (Scoring - Rules section). Just follow the steps in Help and set up 2 rules:
a) one for Success status "passed" with condition: Objective "total" score greater than (or equal) 80
b) one for Success status "failed" with condition: Objective "total" score less than (or equal) 80.
That's all.
Subject:
Message options
No additional options