• Resolved addedo2020

    (@addedo2020)


    Hello,
    In the end of the quiz we want to display a table with all questions and answers given by user. The shortcode {{answers-table}} includes also correct / wrong info and points collected. We don’t want o dispaly any info about correct / wrong answers or points, is is possible to deactivate or hide that?

    Kind regards,
    Aliona

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Bob

    (@prasunsen)

    You can try with CSS

    table.chained-quiz-answers th:nth-child(3), table.chained-quiz-answers th:nth-child(4), table.chained-quiz-answers td:nth-child(3), table.chained-quiz-answers td:nth-child(4) {
       display: none;
    }
    Thread Starter addedo2020

    (@addedo2020)

    Thank you!

    • This reply was modified 4 years, 11 months ago by addedo2020.
    Thread Starter addedo2020

    (@addedo2020)

    Thank you, that works great!

    • This reply was modified 4 years, 11 months ago by addedo2020.
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Table with the questions / is it possible to hide points?’ is closed to new replies.