I have devised a html page questionaire,
There are 10 questions, 9 of which require Y/N or A/B answers in checkboxes to give a total score and analysis, 1 which is personal notation and which requires an extra point for specific wording (e.g. a certain word[s] disqualifies the point award)
Two of the questions are required to 'ghost' the following question as it is skipped depending on the prior answer
The overall aim is to give a printable result page with the analysis using the participant's name and other provided detail along with the answers, what they mean and the score with it's rating
I have written every permutation of scores 0[min] - 9[max] and there are about 400 (based on average four per page requiring 100 page down clicks)
While maybe not strictly necessary, it gives a means of checking the answers provided are within the parameters set above
The simplest way I can think of making this interactive is with checkboxes that are handled by javascript and return the results based on what each answer scores, and calls the score rating text along with individual question analysis if required
I have had no success with just searching for terms like "Javascript Y/N questionaire" or "Javascript checkbox analysis" and so registered with Daniweb to hopefully get help
Look forward to hearing from you