Quiz stat

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #278101
    stevenheong
    Spectator
    Hi Support team, How can I hide the % on this page? https://prnt.sc/tproiq I have tried the css code: div.question_stats_content {display:none !important;}. This CSS code will hide the whole stats content. I want to hide the percentage only, but keep the Question number. Thanks!
    #278245
    Jackson
    Blocked
    Hello, Okay please share the page url with admin credentials , If it is possible to hide the i will share code for same,
    #278273
    stevenheong
    Spectator
    This reply has been marked as private.
    #278539
    Jackson
    Blocked
    Hello, Please use code given below: .page-template-start-php .quiz_stats_chart .question_stats_content_wrapper .checked_answer.correct span font:nth-child(2) font{ display:none !important; } .page-template-start-php .quiz_stats_chart .question_stats_content_wrapper .checked_answer.incorrect span font:nth-child(2) font{ display:none !important; } Refer: https://prnt.sc/tqwfuo Thanks,
    #278565
    stevenheong
    Spectator
    Thanks for your reply. Sorry, 1) what I need is to show "Q1" "Q2" "Q3".... only 2) and to hide "100%" "33%" "25%"...., but not just "%" https://prnt.sc/tproiq The code you provide has no effect. https://prnt.sc/tqxe7t please follow up! Many thanks!
    #278621
    Jackson
    Blocked
    Hello, If you want to show only question then i have implemented code on your website, RefeR: https://prnt.sc/tqz7xc Thanks,
Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Quiz stat’ is closed to new replies.