Skip to main content

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

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


@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 **/

 


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


thank you gstager, you rock!  

 

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


Hi all, unfortunately this CSS snippet seems not to be working for us. In case there are any updates on this, I would be more than happy to know. Hope it’s still working for you! 


@Wietske - Give this a go

 

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

dcb-course-completion sectiontaria-label="Your achievements"] {
display: none;
}

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

 


Reply