Seetha
|
| Posted: 02/20/2002, 2:34 AM |
|
Hi, All of You
I need an on-line Quiz(Trur/False or Multiple choice) system which is developed in Codecharge. I tried very much but got no success. I am new to CodeCharge.
If anyone developed such system or know about it. Please let me know. Can anybody who developed it, want to share with me.
Seetha
|
|
|
 |
www.adenin.nl
|
| Posted: 02/20/2002, 3:54 AM |
|
Hi
I do have a quiz in CC. I can mail you the files if you like . Email?
Otherwise you can download the file from www.adenin.nl/downloads/simplevote.zip
I will add the .zip file tonight.
Regards,
Marco
|
|
|
 |
Edw
|
| Posted: 02/20/2002, 5:20 AM |
|
I am interested. Please send a copy of SimpleVote.zip toi12learn@indiana.edu.
Thanks.
Edw
|
|
|
 |
peter
|
| Posted: 02/20/2002, 11:44 AM |
|
I can use it for my class too.
|
|
|
 |
Tom
|
| Posted: 02/20/2002, 12:01 PM |
|
Please add me to your list of emails recipients tom@salley.info
|
|
|
 |
jym nils
|
| Posted: 02/20/2002, 1:01 PM |
|
mail it me tojymnils@todolaburo.com
|
|
|
 |
marco
|
| Posted: 02/20/2002, 3:27 PM |
|
simplevote is uploaded! download from www.adenin.nl/downloads/simplevote.zip
|
|
|
 |
Carey
|
| Posted: 02/20/2002, 6:07 PM |
|
Hi there, I just tried to download it and got the dreaded 404 message...
www.adenin.nl/downloads/simplevote.zip is the URL I used. Is this incorrect, maybe?
Thanks!
|
|
|
 |
megan_g
|
| Posted: 02/20/2002, 7:01 PM |
|
I got the same result - no simplevote ~megan
|
|
|
 |
megan_g
|
| Posted: 02/20/2002, 7:03 PM |
|
Hi - I played around with the URL a bit and found SimpleVote at:
http://www.adenin.nl/downloads/SimpleVote.zip
it was a case of being case sensitive :)
|
|
|
 |
marco
|
| Posted: 02/21/2002, 7:39 AM |
|
Hello
it is:
simplevote.zip
Sorry.
Marco
|
|
|
 |
grem
|
| Posted: 02/21/2002, 5:34 PM |
|
Hi Guys
Thanks for brightening up my day with a bit of humour. Read the discussion through from start to finish and it will bring a smile to your face too.
Marco, thanks for simplevote.zip. I haven't looked at it yet, but will do so shortly. Thanks for making it available.
grem
|
|
|
 |
Seetha
|
| Posted: 02/22/2002, 2:47 AM |
|
Dear Marco ,
Thanks for giving Poll Program.
BUT THIS IS NOT A QUIZ THAT I WANT, THIS IS SIMPLY A POLL/SURVEY WITH ONLY ONE QUESTION.(There is great demand for this, what a response to this question!)
I AM IN SEARCH OF SAY 20 QUESTIONS QUIZ IN WHICH QUESTIONS ARE COME FROM A DATABASE AND APPEARED ONE AT A TIME ON THE SCREEN, USER SELECT AN OPTION FROM THE GIVEN AND PRESS NEXT. WHEN FINISHED THE TOTAL SCORE COME ON THE SCREEN. ( OR OTHERWISE ALL 20 QUESTIONS APPEARED AT ONCE WITH A SINGLE SUBMIT BUTTON ON THE FORM).
IF ANYBODY HAVE KNOWLEDEGE HOW TO BUILD-UP THIS WITH CODECHARGE, OR WHERE IT CAN BE FOUND. IT IS GREAT HELP FOR ME.
Seetha
|
|
|
 |
Seetha
|
| Posted: 02/22/2002, 2:47 AM |
|
Dear Marco ,
Thanks for giving Poll Program.
BUT THIS IS NOT A QUIZ THAT I WANT, THIS IS SIMPLY A POLL/SURVEY WITH ONLY ONE QUESTION.(There is great demand for this, what a response to this question!)
I AM IN SEARCH OF SAY 20 QUESTIONS QUIZ IN WHICH QUESTIONS ARE COME FROM A DATABASE AND APPEARED ONE AT A TIME ON THE SCREEN, USER SELECT AN OPTION FROM THE GIVEN AND PRESS NEXT. WHEN FINISHED THE TOTAL SCORE COME ON THE SCREEN. ( OR OTHERWISE ALL 20 QUESTIONS APPEARED AT ONCE WITH A SINGLE SUBMIT BUTTON ON THE FORM).
IF ANYBODY HAVE KNOWLEDEGE HOW TO BUILD-UP, OR WHERE IT CAN BE FOUND. IT IS GREAT HELP FOR ME.
Seetha
|
|
|
 |
Ken Hardwick
|
| Posted: 02/22/2002, 7:09 AM |
|
Two examples with downloads have been provided at my website.
|
|
|
 |
Seetha
|
| Posted: 02/23/2002, 2:16 AM |
|
Dear KenHardwick,
Message Dear Sir,
I just download the program files from your site. Let I checked the files today, then I let you know about it.
Thanks for help me again.
Seetha.
|
|
|
 |
Ken Hardwick
|
| Posted: 02/23/2002, 4:01 AM |
|
Seetha
I have just put togeather a version that is much closer to what you
were wanting to do.
http://www.kenhardwick.com/CC_04/QUIZ3.ZIP
|
|
|
 |
Seetha
|
| Posted: 02/23/2002, 10:22 PM |
|
Dear Ken,
I tried the both the Quiz developed by you. These are good, these are the very basic model, but these requires many changes to use for as a complete quiz system.
(A). The TRUE/FALSE Quiz. I like the idea of updatable grid. (This is nwe for me). ( I think that you create this program only to show the prootype, that's why the database table and the other headings are not proper). I my view you must incorporate the following changes in it
1. The true/false quiz at present doest not calculate how many right/wrong answers.
2. The true/false quiz table does not show the correct answer, by which the user response compared.
3. The user response is saved into the question table, THIS IS NOT THE GOOD THING. You must saved the user responses into an another table called "RESPONSE" in which you must saved the following information : UserID, Test_Time, User responses of all the questions, Total correct anser, total wrong answer, Total no. of marks obtained.
4. The main Interface is the Login Page by which Both the USER and the ADMINISTRATOR can Login.
The user can select the quiz from a menu(Quiz Level), and the ADMIN can create new quizes and/Or modify the existing ones, as well print the user's responses reports.
5. The Login-Password table must saved the quiz level He/She cleared.
6. If possible the questins comes to the user in random order and in order of Quiz-Level. AND If Possible Time Limit for a Quiz.
7. At present many users can give the test, and all the responses of each user must be saved into the RESPONSE table (one record per user)
(B) The Multiple Answer Quiz is much better than the True/False Quiz. But It also requires the following changes in my viws :
1. The quiz at present doest not calculate the sum of right answer at the end.
2. The user response is saved into the question table, THIS IS NOT THE GOOD THING. You must saved the user responses into an another table called "RESPONSE" in which you must saved the following information : UserID, Test_Time, User responses of all the questions, Total correct anser, total wrong answer, Total no. of marks obtained.
3. The main Interface is the Login Page by which Both the USER and the ADMINISTRATOR can Login.
The user can select the quiz from a menu(Quiz Level), and the ADMIN can create new quizes and/Or modify the existing ones, as well print the user's responses reports.
4. The Login-Password table must saved the quiz level He/She cleared.
5. If possible the questins comes to the user in random orderand in order of Quiz-Level. AND If Possible Time Limit for a Quiz.
6. At present many users can give the test, and all the responses of each user must be saved into the RESPONSE table (one record per user)
IF Possible please make the above changes, then the quiz system can be used by many people.
Thanks
Seetha
|
|
|
 |
Seetha
|
| Posted: 02/23/2002, 10:47 PM |
|
Dear Ken,
I Downloaded the Quiz3 provided by you. here again there are something very wrong in my opnion.
A user can correct hie/her answer by see the result if the answer is wrong. This is not permitted to the user. Again, The total score is not calculated.
After Login the previous result appeared insted of the questions. This is very wrong.
Please make the correction.
Seetha
|
|
|
 |
Ken Hardwick
|
| Posted: 02/24/2002, 1:13 AM |
|
The example provide was just intended to get you started in the right direction.
|
|
|
 |
marco
|
| Posted: 02/24/2002, 7:11 AM |
|
Nice to see that a simple question can give such response. Maybe a nice idea to have a new CC application as standard.
Marco
|
|
|
 |