Hi Varsha,
if I understand correctly you want to hide the "attemp" from being shown? A little hack will do this:
1) right click on the page that contains the question object and choose "Actions".
2) Add a javascript action to the afterdisplay event.
3) Insert the following javascript:
HideObject("OBJ_XY_q_attempts_container");
(replace OBJ_XY with the identifier of you question object, HideObject is one of the nice javascript functions courselab offers)
Best,
Peter
Hi Varsha,
if I understand correctly you want to hide the "attemp" from being shown? A little hack will do this:
1) right click on the page that contains the question object and choose "Actions".
2) Add a javascript action to the afterdisplay event.
3) Insert the following javascript:
HideObject("OBJ_XY_q_attempts_container");
(replace OBJ_XY with the identifier of you question object, HideObject is one of the nice javascript functions courselab offers)
Best,
Peter