Hi Guys,
Thanks for the advice a couple of weeks ago.
The problem i've got is i have to design a questionnaire producing 12 random questions out of 21, that's not a problem ive done that.
It's the Action Page that's causing me problems.
I've designed five tables in the Database
1.users (id, name , mail etc) which i can get from the session.
2.Answers (ans_id,Ques_id, body, result) Which hold data.
3. questions (id, body)
4. Test_info (user_id, question_id, answer_id)
5. Results (user_id, overall_result)
As mentioned before i've run a couple of cfqueries in the question page thats working fine, but i need to design an action page to input the data into the relevant tables.
I've been at it two days now, but with no luck.
Has anybody got any ideas, any help would be great
Thanks,
Si..........
Thanks for the advice a couple of weeks ago.
The problem i've got is i have to design a questionnaire producing 12 random questions out of 21, that's not a problem ive done that.
It's the Action Page that's causing me problems.
I've designed five tables in the Database
1.users (id, name , mail etc) which i can get from the session.
2.Answers (ans_id,Ques_id, body, result) Which hold data.
3. questions (id, body)
4. Test_info (user_id, question_id, answer_id)
5. Results (user_id, overall_result)
As mentioned before i've run a couple of cfqueries in the question page thats working fine, but i need to design an action page to input the data into the relevant tables.
I've been at it two days now, but with no luck.
Has anybody got any ideas, any help would be great
Thanks,
Si..........