calculation from the radio button option

wxdqz

New Member
Can anyone help me in this question ? Please ...it is urgent

I need to do a survey form by using the Javascript.

There are six question in the form. Eash question may have 3 or four options (using radio button). Every question may have the individual score in the radio button option.

After the user has choosen the answer from the six question. The total score will displaying in a text box.

Example:- (I just display two questions here)

Q1. What is your salary range

A. RM2000 - RM3000 (score + 0.5)
B. RM3000 - RM4500 (score + 0)
C. RM5000 - RM6000 (score -0.5)

Q2. What qualification do you have?

A. Diploma (score + 0.5)
B. Degree (score + 0)
c. Master (score - 0.5)


Total score will display : ___________
 
Back
Top