Okay
  Public Ticket #3118021
course completed popup in WPLMS 4.4
Closed

Comments

  •  12
    MeesterGijs started the conversation

    Hello,

    I love the animation you see when a course has been completed. But I have a question about this bit of string. How can I align it in the middle, underneath the score? Because my translation is shorter than the English one it now looks a bit weird. Please help me align the string to the center. 

    And how can I delete the percentage symbol? Then it looks more like a score. The same hereat the Achievements page with the finished score. Because it shows a percentage or even 0% it doesn't look like actual scores. I want to see the scores. How can I delete the percentage symbol hereas well and how can I delete the round progress circle in front of it, center the number and make it bigger?

    Thanks!

    Gijs

  • [deleted] replied

    Please try adding this custom css in your wp-admin-> appearance-> customize -> custom css : 


    .finish-course-content .finished_percentage>span>span{text-align:center;display:initial;}
    .finish-course-content .finished_percentage>span>span strong+span{
        display:none;
    }

    Im sorry the ones here cannot be ommited : https://imgur.com/a/KcV3xKM

  •  12
    MeesterGijs replied

    Looks great! https://imgur.com/a/RqMfiDA

    Could we delete the text Passed excellent? And align the score to the centre? So that it looks like this: https://imgur.com/a/V3DkPOo

    A shame that it's not possible at the other pages. The percentage always makes it look as if the course is not complete. For example; a student finished the complete course and has half of the questions/quizzes correct that's a score of 50. But now it looks like 50%, like he hasn't finished the course. Still see this as a welcoming addition to a future update :)

    But, let's close, Thanks agaiN!

    Gijs

  • [deleted] replied

    Please try adding this custom css in your wp-admin-> appearance-> customize -> custom css : 

    .my_achievements_wrapper .finished_course .finished_course_content .course_grade span.grade span+span{
        display:none;
    }


  •  12
    MeesterGijs replied

    Yes, perfect! Except for the percentage symbol... haha

    Thanks! We can close.

    Gijs