| Posted by | Messages text |
|---|---|
![]() Total post : 8 Profile |
Written on : 24/06/2009 15:15 ( more than one month ) Object : How Grade Book Works Hi, Can anyone explain me that how grade book works. Additionally, I want to have recommendations on the basis of marks acquired. Like if some body has passed one test with 80% marks the recommendation should say "escalate to 3 rd level" and it score is above 60% recommendation should say "escalate to 2nd level"? Is this acheievable in Docebo? I am using SCORM compliant packages for Learning Objects. Please help. Regards Vijay |
![]() Total post : 144 Profile |
Written on : 24/06/2009 15:25 ( more than one month ) Object : Re: How Grade Book Works Hi Vijay,
From LiangEH Message modified by : liangeh on : 06/02/2010 16:13 |
![]() Total post : 8 Profile |
Written on : 25/06/2009 12:10 ( more than one month ) Object : Re: How Grade Book Works Writted by: ee hang liang
Hi, Thanks alot for timely response. My another quick question is, if my scorm package is capable of sending review message like "level 1" or "level 2", where can see them in docebo? Additionally, If I am a Instructor (role in docebo course) and I want to see a general report where number of user who accessed my test LO and and status like passed and their score.. where can I see one general report. Do I need to be administrator only? Please note that I have tried >>Stats Area >> Learning Object Stats>> (even being an administrator) , but it doesn't show me anything. Please advise. Thanks alot for your help in advance. Regards Vijay |
![]() Total post : 144 Profile |
Written on : 26/06/2009 06:23 ( more than one month ) Object : Re: How Grade Book Works
If you see the test.html's (from downloaded flash_sample) javascript portion, here are some of the data you can passed over. SCOSetValue("cmi.core.session_time", F_intData[0]) SCOSetValue("cmi.core.lesson_status", "incomplete") SCOSetValue("cmi.core.lesson_status", "passed") SCOSetValue("cmi.core.lesson_status", "failed") SCOSetValue("cmi.suspend_data", F_intData[0]) SCOSetValue("cmi.core.lesson_location", F_intData[0]) SCOSetValue("cmi.core.exit", "time-out") etc For your custom data field, "level 1, level 2", i am not sure. Hope other can comment.
Yes, Instructor can see LO Test result via the Learning Object Stats. I put up some of the screenshot for your reference. You choose the LO to find which students have participated that LO. You can see the students who participated the LO. You can even overwrite the progress value. You can see some of the data passed back from Flash Scorm 1.2 LO. I hope that answers your question. From LiangEH Message modified by : liangeh on : 06/02/2010 16:14 |