Yaza
11-22-2002, 03:11 AM
I need a PHP/mysql exam script that has the following features:
Administration Section
Login protection (cookie support to remember login info is optional)
The ability to add and remove questions from the test.
The ability to specify different exit pages to be used based on the final test score.
The ability to specify the 'weight' % of the questions and answers. (more on this below)
The ability to add/remove input fields and have them displayed on the exit/result page. (more below)
The ability to change the look and layout of the test and exit pages via html templates. (*this is a want as opposed to a need*)
The ability to toggle e-mailing of results (more on this below)
Exam Features
The test needs to have a few input fields at the top of the test and the entered data needs to be displayed on the final exit page of the test, I need this to be adjustable via an html template by placing $name1 $name2 (or other clever coding function) where I want the data to be displayed.
The ability to have multiple choice questions with multiple correct and incorrect answers that each have a different 'weight', an example follows:
(If User X chose answer A he would get 4 points, but if X chose answer B he would get 3 points - C 0 - D -5 ETC.)
The exit/result page is going to be linked to a product based on the test score - I would like to have the results e-mailable so that the user can click an 'order here' button and the results would be e-mailed to me and they would be fowarded to the payment page. (I would like my e-mail to be concealed within the code so that no e-mail harvesters can leech it as well)
Note - I can get by without the HTML templates if they are too complicated to code, I just find formatting html a lot easier than PHP.
If you feel that you can code this for me LMK and give me a quote, Thanks - Joshua.
Administration Section
Login protection (cookie support to remember login info is optional)
The ability to add and remove questions from the test.
The ability to specify different exit pages to be used based on the final test score.
The ability to specify the 'weight' % of the questions and answers. (more on this below)
The ability to add/remove input fields and have them displayed on the exit/result page. (more below)
The ability to change the look and layout of the test and exit pages via html templates. (*this is a want as opposed to a need*)
The ability to toggle e-mailing of results (more on this below)
Exam Features
The test needs to have a few input fields at the top of the test and the entered data needs to be displayed on the final exit page of the test, I need this to be adjustable via an html template by placing $name1 $name2 (or other clever coding function) where I want the data to be displayed.
The ability to have multiple choice questions with multiple correct and incorrect answers that each have a different 'weight', an example follows:
(If User X chose answer A he would get 4 points, but if X chose answer B he would get 3 points - C 0 - D -5 ETC.)
The exit/result page is going to be linked to a product based on the test score - I would like to have the results e-mailable so that the user can click an 'order here' button and the results would be e-mailed to me and they would be fowarded to the payment page. (I would like my e-mail to be concealed within the code so that no e-mail harvesters can leech it as well)
Note - I can get by without the HTML templates if they are too complicated to code, I just find formatting html a lot easier than PHP.
If you feel that you can code this for me LMK and give me a quote, Thanks - Joshua.
