a survey of a different kind...
Posted: Sat Mar 05, 2005 8:46 am
Hi,
I'm kind of a PHP novice, but am recently taking up a challenge from a frined to come up with a PHP survey script on individual personalities traits that has these requirements in 2 parts :-
PART 1 :
(1)total of 24 questions , but with no question phrases upfront.
(2)each survey question is a direct selectable-answers type with 4 answer options, next to each option are 2 radio buttons.
(3)the participant simply selects one option under "MOST" & another option under "LEAST" according to the 2 descriptions that matches their personality.
For a clearer understanding, kindly view a sample of survey question at this URL :-
http://www.wisdom-consultancy.com/survey_sample.html
PART 2 :
(4)once all 24 questions are answered, participant clicks on "submit" button.
(5)the survey script will then assign each set of selected answers ( one "Most" & one "Least" ) to the corresponding "alphabet score" of either "A", "B", "C" or "D". Refer to URL example under diagram heading "Answer Score".
(6)the survey script will then add up all the scores under "Most" column & "Least" column & finally present them in total frequencies of "A"s, "B"s, "C"s & "D"s. Refer to URL example for tabulated scores.
It's indeed a very challenging one for me.....can anyone offer any guidelines on how to get started..??
Any help would be greatly appreciated.
I'm kind of a PHP novice, but am recently taking up a challenge from a frined to come up with a PHP survey script on individual personalities traits that has these requirements in 2 parts :-
PART 1 :
(1)total of 24 questions , but with no question phrases upfront.
(2)each survey question is a direct selectable-answers type with 4 answer options, next to each option are 2 radio buttons.
(3)the participant simply selects one option under "MOST" & another option under "LEAST" according to the 2 descriptions that matches their personality.
For a clearer understanding, kindly view a sample of survey question at this URL :-
http://www.wisdom-consultancy.com/survey_sample.html
PART 2 :
(4)once all 24 questions are answered, participant clicks on "submit" button.
(5)the survey script will then assign each set of selected answers ( one "Most" & one "Least" ) to the corresponding "alphabet score" of either "A", "B", "C" or "D". Refer to URL example under diagram heading "Answer Score".
(6)the survey script will then add up all the scores under "Most" column & "Least" column & finally present them in total frequencies of "A"s, "B"s, "C"s & "D"s. Refer to URL example for tabulated scores.
It's indeed a very challenging one for me.....can anyone offer any guidelines on how to get started..??
Any help would be greatly appreciated.