I have an html web page that displays a box with question and answer fields. I have one JavaScript program that contains all the questions and operational functions. (All learnt in the last 18 months).
The user initially selects a set of questions by a radio button, and setting the initial selection results in the chosen questions being copied into the question and answer arrays.
As more sets of questions are added, I thought it would...