Question

CSS to hide Lightbox player "Your Achievements (Course Score, Your Final Grade: 0)"

  • 10 May 2023
  • 4 replies
  • 51 views

Userlevel 2
Badge

Hi Everyone,

We are hoping some wizard here has some magic CSS we can sprinkle in, to hide this part of the pop-up after a user completes a scorm package & course:

  •  “Course Score: Your final grade: 0” 
  • see picture below
  •  

 

 

We love the Rate the Course being so prominently displayed!

We just want to hide the part of the UI with the “Your Achievements Course score; Your final grade: 0”

 

Until we find a solution to hide that, we have changed our SCORM player to the “Stand-Alone Mode” which then has the effect of there being no pop-up after a user completes a SCORM package and the course.

 

Thanks in advance!

Ben from Nashville


4 replies

Userlevel 3
Badge

Hi Ben, I’m wondering if you found a work-around resolution?  (Experiencing the same issue) - thank you!   

Userlevel 7
Badge +5

@Ben Bauman 

Give this a try.

/** Remove achievements from Course Completion Popup **/

.lrn-course-completion-dialog-achievements {
display: none;
}

/** End Remove achievements from Course Completion Popup **/

 

Userlevel 3
Badge

It worked!  Just made my day :)  Thank you!! 

Userlevel 2
Badge

thank you gstager, you rock!  

 

now i have to go back and change the player to Lightbox for my 100+ courses ;)

Reply