SCORM Graph Report

SCORM Graph Report

by Swanand Taware -
Number of replies: 0

Hi Everyone,

Actually, I want to edit Graph report from Scorm. I want to add User name at the top of the Bar.


Can anyone please suggest me how to do it?


I think i need to modify this code, but dont know what to add.


Please advice. 


$line->y_format['allusers'] = array(

    'colour' => 'red',

    'bar' => 'fill',

    'shadow_offset' => 1,

    'legend' => get_string('allparticipants'),

);

Average of ratings: -