T
timothy.pollard
Hi
I have a questionnaire I need to put on a web page which needs a simple
javascript to help process it. The questionnaire has 4 columns of 10
Qs, each Q with its checkbox to tick if it applies. Each column
measures a different aspect of personality. What I need to do is create
a routine which calculates the number of checkboxes checked in each
column so I'll end up with 4 numbers. So I need to increment each
column's total by one when each check box is checked and reduce it by
one each time a checked box is unchecked (ie. if the user changes their
mind).
I'm not a javascripter, so please could someone point me in the right
direction!
Thanks in advance for any help.
Tim P
I have a questionnaire I need to put on a web page which needs a simple
javascript to help process it. The questionnaire has 4 columns of 10
Qs, each Q with its checkbox to tick if it applies. Each column
measures a different aspect of personality. What I need to do is create
a routine which calculates the number of checkboxes checked in each
column so I'll end up with 4 numbers. So I need to increment each
column's total by one when each check box is checked and reduce it by
one each time a checked box is unchecked (ie. if the user changes their
mind).
I'm not a javascripter, so please could someone point me in the right
direction!
Thanks in advance for any help.
Tim P