Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6721679
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 26, 20262026-05-26T09:21:29+00:00 2026-05-26T09:21:29+00:00

The code is working!! I now have a quiz that does the following: A

  • 0

The code is working!!

I now have a quiz that does the following: A user picks one the radio buttons. On submit the selected answer fades in. Thanks to everyone who contributed to the answer.

** The submit button does not submit to a database or other scripting language

// **************  Quiz 2 (right side) ********************//
var selectAnswer = function(){  
var answer = $("input[name='radio2']:checked").val();
    console.log(answer);
         if(answer=='correct2') {
            $("#quiz2").fadeOut(function(){
                 $("#correct2").fadeIn();             
              });
          $("#wrong1a").hide();
          }
    if(answer=='wrong1a') {
         $("#quiz2").fadeOut(function(){
             $("#wrong1a").fadeIn(); }
         )};

    if(answer=='wrong2a') {
         $("#quiz2").fadeOut(function(){
             $("#wrong2a").fadeIn(); }
             )};

    if(answer=='wrong4a') {
         $("#quiz2").fadeOut(function(){
             $("#wrong4a").fadeIn(); 
         }); 

        $("#correct2").hide();

        }
        //end of of selectAnswer\

// end of of selectAnswer
};
$(document).ready(function(){  // when the submit button is pressed, run selectAnswer function
    $("#submitButton2").click(selectAnswer);

 $("#correct2").hide();
$("#wrong1a").hide();

});

HTML

<div class="inputs_bg4"><input name="radio2" type="radio" value="wrong1a"></div></td>
<div class="inputs_bg4"><input name="radio2" type="radio" value="wrong2a"></div></td>
<div class="inputs_bg3"><input name="radio2" type="radio" value="correct2"></div></td>
<div class="inputs_bg4"><input name="radio2" type="radio" value="wrong4a"></div></td>
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-26T09:21:29+00:00Added an answer on May 26, 2026 at 9:21 am

    Just delete $("input[name='radio2']").click(function() {} around selectAnswer and use var answer = $("input[name='radio2']:checked").val(); on the first line.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

UPDATE, the code is working now. I have the following code but obliviously it
I have the following working code: http://jsfiddle.net/NtHwN/4/ It will deduct the number that is
I am working on some code coverage for my applications. Now, I know that
I'm finally getting my team to embrace source code management now that we're working
I'm trying to get the following code working: string url = String.Format(@SOMEURL); string user
In code I'm working on right now I have a method belonging to a
Never Mind it's working now (have no idea why but that's ok), and thank
I'm relatively new to Ruby on Rails. As of now have this working code
I have working code below for collision of two circles, but now I have
EDIT: I got this working now. I have updated the code: I've looked at

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.