User Profile
Collapse
-
Since posting this question I have figured out that I have to change radio groups to be identified per category, then insert hidden fields to identify gategories, then add them to a var named as per the different castegories and then val. a total for all catgories to be added to results table. What I still need to know is how do I get the total results per category to display in the results table at the bottom of the page. -
How do I add (sum) individual radio buttons?
I have programmed an online assessment which can calculate the total score and display it as a percentage. However, each of the questions pertain to different categories and I would like to be able to calculate and show the results for the different categories. Example: I need to sum radio buttons 1, 9, 17, 25 & 33 for the "career" category and display the result in the "career" category text field in the results box at the... -
Thanks for all the replies and help. I ended up going another route: function total(frm) which adds up the score as the radio button is clicked and then divides and multiplies to get the total % score.
Once again thanks for all your help.Leave a comment:
-
Thanks Rabbit. I'm a bit new at this....would it be possible to help me with the JS code snippet?Leave a comment:
-
Javascript Radio Buttons AddUp function not working
I am programming an online assessment and need to add the values of the selected radio buttons. I can't see where I'm going wrong. The selected radio buttons must be added and depending on the percentage result must be directed to a specific url for results eg 80% to 100% must be redirected to s different URL. Please can someone help with firstly helping me figure out how to add the value of the selected buttons and secondly put in a condition to...
No activity results to display
Show More
Leave a comment: