Skip to content Skip to main navigation Skip to footer

Feature Request: Selected Class on quiz

Welcome to QSM Support Forum. Forums QSM Pro Support Feature Request: Selected Class on quiz

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #2118
    Emanuel MestrovicEmanuel Mestrovic
    Participant

    I would like to ask if there is any possibility to add an active class on the selected answer?

    The Problem,

    I would like to style “.qmn_mc_answer_wrap” selected element differently, but there is no .isActive, .active or similar class on it.
    I’ve tried to create custom JS functionality to add a class on a clicked element, but something like will run twice for some reason:

    $(‘.qmn_mc_answer_wrap’).on(‘click’, function (e) {
    console.log(‘Click’)
    });

    #2120
    Kriti SharmaKriti Sharma
    Keymaster
    This reply has been marked as private.
Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.