Hiding elements in SCORM XBlock

Hi all!

We would like to hide the points and Fullscreen button in the SCORM XBlock below.
iframe

We can’t access the iFrame elements below since this LTI Course is hosted from a separate domain and will result to CORS domain issue.

scorm-xblock

We can hide the score labels if we don’t allow scoring in the Advance settings, but we do need to record the scoring.

Just wondering of other options that we can explore, maybe some SCORM XBlock template that we can edit?

Thank you in advance.

Hi @Romeo_Obane,

Are you using this scorm xblock? I suggest you fork this code and change the CSS file.

Looks like the grading information has a completion-status class and the fullscreen button a fullscreen-controls class.

1 Like