Extra Radio Button
Welcome to QSM Support Forum. › Forums › QSM Pro Support › Extra Radio Button
- This topic has 7 replies, 4 voices, and was last updated 3 weeks, 1 day ago by
Riki Maru.
-
AuthorPosts
-
March 2, 2020 at 2:12 pm #2536
Ricky FourieParticipantHi,
I’m getting an extra blank checkbox option at the end of my quiz answers and I can’t get rid of it.
When I inspect the element it says:
<div class=”stm_input_wrapper stm_input_wrapper_radio”>
<input type=”radio” style=”display: none;” name=”question37″ id=”question37_none” checked=”checked” value=”No Answer Provided”></div>See attached for screenshots.
Thanks in advance.
Attachments:
You must be logged in to view attached files.March 3, 2020 at 6:20 am #2547
Kriti SharmaKeymasterHi Ricky,
Welcome to Qsm Pro Support Forum. Please check that you have not put empty answer field in the question.
Regards,
KritiMarch 3, 2020 at 6:24 am #2548
Ricky FourieParticipantHello Kriti,
I have not put an empty answer field. In the example in the attached screenshot, I only put the four answers that are listed. There is no fifth answer.
Thanks,
RickyMarch 3, 2020 at 7:18 am #2552
Ricky FourieParticipantHi,
The extra button seems to be added by an event:
function(e) {
if (qmn_ajax_object.enable_quick_result_mc == 1) {
var question_id = jQuery(this).attr(‘name’).split(‘question’)[1],
value = jQuery(this).val(),
$this = jQuery(this).parents(‘.quiz_section’);
jQuery.ajax({
type: ‘POST’,
url: qmn_ajax_object.ajaxurl,
data: {
action: “qsm_get_question_quick_result”,
question_id: question_id,
answer: value,
},
success: function(response) {
$this.find(‘.quick-question-res-p’).remove();
if (response == ‘correct’) {
$this.append(‘<p style=”color: green” class=”quick-question-res-p”><b>Correct!</b> You have selected correct answer.</p>’)
} else if (response == ‘incorrect’) {
$this.append(‘<p style=”color: red” class=”quick-question-res-p”><b>Wrong!</b> You have selected wrong answer.</p>’)
}
},
error: function(errorThrown) {
alert(errorThrown);
}
});
}
}March 3, 2020 at 8:29 am #2555
Ricky FourieParticipantI hid the extra button by adding CSS:
div.stm_input_wrapper:nth-child(5)
{
display:none;
}March 3, 2020 at 6:05 pm #2562
Kriti SharmaKeymasterGlad to know that you were able to find out the cause.
All the best
KritiJanuary 14, 2026 at 9:07 am #17583
Ray BestParticipantFor players of all skill levels, Basketball Stars 2026 is an engaging street basketball game that is fast-paced and competitive. The focus of the game is on quick, furious bouts where timing, speed, and strategy are more crucial than intricate controls.
April 8, 2026 at 1:53 pm #20250
Riki MaruParticipantΑν ψάχνεις για κάτι φρέσκο που να συνδυάζει την ασφάλεια με την ποικιλία θεματικών παιχνιδιών τότε είσαι εδώ. Το wazamba casino έχει φέρει νέα δεδομένα στο ζωντανό παιχνίδι και η ανταπόκριση στην Ελλάδα είναι κορυφαία. Σήμερα ένιωσα ότι η τύχη μου άνοιξε για τα καλά, αφού κάθε κίνηση στα τραπέζια κατέληγε σε θετικό πρόσημο για εμένα. Είναι η ιδανική εναλλακτική για όποιον θέλει να δοκιμάσει κάτι διαφορετικό με εγγυημένη ποιότητα και πολύ άμεσες πληρωμές.
-
AuthorPosts
- You must be logged in to reply to this topic.