megan_g
|
| Posted: 02/23/2002, 12:25 PM |
|
Hi ~ I was a beginner and then stopped using codecharge very much when I decided to concentrate on learning write coldfusion directly, so I guess you could call me a "dabbler" now
The post requesting a quiz app built completely with codecharge intrigued me so I am giving it a whirl (asp+templates) I've got the admin part done for adding and editing quizea, questions & answers and I am now working on the test-taking part. every thing is going fairly smoothly (all things considered) but for some reason that I am too ignorant to fathom, the question_id and the answer_id are not getting inserted into the results table. (UserID, date, iscorrect, and quiz_id all go in just fine).
The differences with these two are:
1. they are Lable fields
2. the lables/text displayed are each the result of a join - you know join to tblQuestions, primary key - question_id, showing question_text
The question_id and the answer_id are being input and also the transfer checkbox is checked.
Can anyone give me an idea of what I might be doing wrong? thanks, megan
|
|
|
 |
Ken Hardwick
|
| Posted: 02/23/2002, 2:50 PM |
|
Hi Megan,
I guess we have both taken up this challenge. Have you looked at or working with my 3rd example. I didn't finish this up but wanted to at least provide some basic groundwork.
http://www.kenhardwick.com/CC_04/QUIZ3.ZIP
I was working with this one as if the "rows" had been inserted for the user taking the quiz and then just doing updates with the quiz.
So one could write an event to create the rows as the user logged in.
Anyway, not sure where you are on your application but would be glad to help
out. Send files and problem token@kenhardwick.com if would like.
Ken Hardwick
Norman,Ok
|
|
|
 |
megan_g
|
| Posted: 02/23/2002, 2:56 PM |
|
never mind, I solved my problem - not sure if itt is kosher, but it works :D ~megan
|
|
|
 |
megan_g
|
| Posted: 02/23/2002, 5:40 PM |
|
Hey Ken~ somehow I didn't see your post when I posted my response above. I'll download your example and check it out - I'm sure what you are doing is light years ahead of me - fascinating puzzle to work on -will touch base with you as soon as I get a little further - was hoping someone who knows vbscript wouldn't mind advising me Thanks! ~megan
|
|
|
 |
Seetha
|
| Posted: 02/24/2002, 9:39 PM |
|
Dear megan_g ,
By ken response I know that you are also working on this, and done the ADMIN part. I am a teacher and I want this for my students.
If possible please send me the CC file you have made onseethaanurag@yahoo.com so I will try on this and make a comment on this for further modification.
Thanks in advance
AnuragSeetha.
|
|
|
 |
Monty
|
| Posted: 02/27/2002, 9:18 PM |
|
Sir,
I am also interested in this. Please Give the links so I can also download this.
Monty
|
|
|
 |
Nicole
|
| Posted: 02/28/2002, 7:37 AM |
|
Hello,
if you are interesting the new example of quiz is available at: http://www.gotocode.com/art.asp?art_id=147&
|
|
|
 |
|