Hi there,
I'd like to add a simple feature to my site were a user has to select the right answer from a list.
The code I'm using so far:
Obviously the code doesn't do anything once the submit button has been pressed. What do I need to do to make it say "Correct" if say B has been selected?HTML Code:<select> <option>Select answer</option> <option>a</option> <option>b</option> <option>c</option> <option>d</option> </select> <input associd="feedback" class="faderIn btn-multiple-choice" id="btnFeedbackRight" type="button" value="Submit" />
Thanks for any help.


Reply With Quote



Bookmarks