My knowledge of JS is very limited and i need help in validating this form so its like the previous questionnaire they had which you can see on this URL
Is it best to use a jQuery plugin or Javascript? I’m trying to get it so when you select one checkbox per question you have a score appearing in bottom right hand corner and if you get the answer right the score increments by 1.
Probably the biggest thing I have done in JS so far. Any pointers or suggestions? Advice would be appreciated.
Current new form here.
i’ve managed to sort this problem out – wrote an on click function and like created variables for the score and incremented this on click if the answer is correct which was then spanned in to a div that was setup.
Took ages to do but got there in the end 🙂