SCORM cmi.core.score.raw logs from mdl_logstore_standard_log

SCORM cmi.core.score.raw logs from mdl_logstore_standard_log

by Laurynas Mockus -
Number of replies: 0

Dear Colleauges,

I'm want to understand how to read the SCORM score raw from data table mdl_logstore_standard_log, then eventname = "\mod_scorm\event\scoreraw_submitted".

mdl_logstore_standard_log.other examples:

a:3:{s:9:"attemptid";i:1;s:10:"cmielement";s:18:"cmi.core.score.raw";s:8:"cmivalue";s:1:"0";}

a:3:{s:9:"attemptid";i:1;s:10:"cmielement";s:18:"cmi.core.score.raw";s:8:"cmivalue";s:2:"90";}

a:3:{s:9:"attemptid";i:1;s:10:"cmielement";s:18:"cmi.core.score.raw";s:8:"cmivalue";s:3:"100";}

a:3:{s:9:"attemptid";i:1;s:10:"cmielement";s:18:"cmi.core.score.raw";s:8:"cmivalue";s:4:"87.5";}

a:3:{s:9:"attemptid";i:1;s:10:"cmielement";s:18:"cmi.core.score.raw";s:8:"cmivalue";s:5:"93.33";}

Does the bold text (s:1, s:2, s:3, s:4, s:5) in above examples have any special meaning? Is it related to SCORM completion status? 

Can someone explain each s:1-5 meaning in mdl_logstore_standard_log.other for SCORM Score raw?


Thank you in advance.

Average of ratings: -