Hi i'm in desperate need of some help:
I have a grid of 7 radio buttons across my page, and 7 radio buttons down my page.
7 radio buttons down the page are my questions, and the 7 across are a ranking scale.
I need to check that for each question:
a) ONE radio button has been checked (ONLY ONE!)
and
b) each question must have a DIFFERENT answer..
E.g Question A can have a rank of 1, but Question B cannot have the same rank 1, it must be different!
I know this must involve creating an Array but am not sure of the code. Can anyone help??!!
I have a grid of 7 radio buttons across my page, and 7 radio buttons down my page.
7 radio buttons down the page are my questions, and the 7 across are a ranking scale.
I need to check that for each question:
a) ONE radio button has been checked (ONLY ONE!)
and
b) each question must have a DIFFERENT answer..
E.g Question A can have a rank of 1, but Question B cannot have the same rank 1, it must be different!
I know this must involve creating an Array but am not sure of the code. Can anyone help??!!