<< Back
Message for this thread
Posted by Messages text
sharma mohit

Noavatar
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
 
ee hang liang

Avatar
Total post : 144
> Profile
Written on : 24/06/2009 15:25 ( more than one month )
Object : Re: How Grade Book Works

Hi Vijay,

Grade book is for you to mark the test LO. I have no idea whether it can grade the Scorm LO. I think it shall be able to do so, provided the Scorm can return "point/mark" back to LMS.

So far i only use Scorm LO and return with "Completed", "Passed" status to LMS. Will try to pass mark and use Grade Book to grade it.

If you useFlash MX to create Scorm object, you need the fscommand to pass data back to LMS see this URL http://academiaelearning.com/contenido/scorm/cooking/docs/scorm_1-2_help.htm. This can probably meet your need to return things like "2nd level", "3rd level".

 

From LiangEH

Message modified by : liangeh on : 06/02/2010 16:13
 
sharma mohit

Noavatar
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 Vijay,

Grade book is for you to mark the test LO. I have no idea whether it can grade the Scorm LO. I think it shall be able to do so, provided the Scorm can return "point/mark" back to LMS.

So far i only use Scorm LO and return with "Completed", "Passed" status to LMS. Will try to pass mark and use Grade Book to grade it.

If you useFlash MX to create Scorm object, you need the fscommand to pass data back to LMS see this URL http://academiaelearning.com/contenido/scorm/cooking/docs/scorm_1-2_help.htm. This can probably meet your need to return things like "2nd level", "3rd level". 



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
 
ee hang liang

Avatar
Total post : 144
> Profile
Written on : 26/06/2009 06:23 ( more than one month )
Object : Re: How Grade Book Works

if my scorm package is capable of sending review message like "level 1" or "level 2", where can see them in docebo?


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.


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.


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.

Instructor can see LO report of all students

You can see the students who participated the LO. You can even overwrite the progress value.

See students who participate that LO
You can see some of the data passed back from Flash Scorm 1.2 LO.

Flash Sorm 1.2 LO passed back some data to LMS
I hope that answers your question.

From LiangEH
Message modified by : liangeh on : 06/02/2010 16:14
 
<< Back