Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Asp test page

Status
Not open for further replies.

rhealey

Programmer
Jul 5, 2002
8
US
Just created a page that alows you to creat online tests. and since Im new at this I would like to share it with others so they can use it and offer sugestions to make it better. you can curntly add/delet questions add tests and take tests and grade them all on line. there is logins so that only those alowed can add test/questions. also I have ziped version off all code in asp and access database needed to run it on your own site.


thanks

Richard Healey

Please visit my forums at
 
Nifty :)
You may want to check out the following link as a similar project that I have been working on:
I was basically the main coder, db designer, programming group leader(all two of us :p), etc. If you feel like taking the test further, let me know, I think after 6 months of evolutionary programming (teachers are never sure when to stop asking for changes) I have a pretty good grasp of the subject (ew, get it off, get it off! :p)
-tarwn
 
I can not get to your link above but I have upgraded my tests originaly I had check boxes only for test answers and you could pick more then one per questions now I have radio buttons if there are single answres and check box for multi answers. Also have 2 difrent ways to take same test. One of which is the original wich is all questions on a single form. now you can also take the test where each question is on its own page.

All comments and sugestions are apriciated.
 
Sorry about the link, the machine it resides on is currently on a network being mangled by IT people as they attempt to put in a new firewall and VPN. It was supposed to be back up monday but generally adding a week and a half to their estimates is closer to the truth. The site is the front page for a student response system that is similar to online test building in that teachers can create questions and question sets in their office and then go to the classroom, start a session, and the students answer via handhelds on wireless network or desktops on standard LAN. Questions range from multiple choice to opion based, but most of the others they did not have time (read money) to have me develop. I thought it might give you some further ideas such as re-usable questions, fill-in-the-blanks, statistics modules, graphs, so on as the teacher portion of a classroom session has to do things like display results in a bar graph (custom ASP/CSS script) and allows them to go back and view the results of a past class session. There is also an option for text memos to be attached to the answers in case someone wants to back up an opinion or it is in a administrative meeting type of atmosphere and someone wants to make an anonymous suggestion.
-Tarwn
 
That sounds great I will check it out as soon as I can. Any sugestions or advice is welcome. I am not a pro at programing or asp but I really do love it and hope one day to make a living doing it. (curntly my job is in networking and not web design/asp programing) but would like it to be.

Richard Healey

 
ack, your site seems to have a nasty case of popup windows. codestorm
Fire bad. Tree pretty. - Buffy
select * from population where talent > 'average'
<insert witticism here>
 
Hello,

Just realised Im still geting links to my site from this thred and though I would update my information and let you all know there is another new update to Test Builder.

Richard
 
Everything works for me but when I click on the next question button, I get an error.

Line 21
Error:'document.form1.user_name' is not an object.

It still works though. Rob
Just my $.02.
 
Not sure what you were refering too on error? I have double checked site and every thing is working. Site is located at
Please try it out again and if you do find a error please indicate page you found it on.

Richard Healey
 
I get teh error also.
line 27
char 1
document.form1.user_name is null

I'm using IE 5.5

I clicked the mulit page link _________________________________________________________
for the best results to your questions: FAQ333-2924
Is your question a most FAQ?? Find out here FAQ333-3048
 
Ok well now I see the error (its a text glitch only) did not stop my Tests from working (for me at least and the few hundred people I know that use Test Builder) any way to save face I will explain what it was that was wrong.

I used on my login page a

OnLoad=&quot;document.form1.user_name.focus();&quot;

in the <body> tag that puts the cursor in a specified form box. While I copied the body from one page to another and well the form field was not on that page and you got a little error message in your browser. Any way thanks for the pointing of that out. Other wise Tests work (crossing fingers) thanks again

Richard
 
New Version avalible Options avalible on tests to follow.

Create and administer online tests for yourself or you business. Add, Delete, or Edit online tests and users. Users tracked by email/password or user name/password dependent on version of code used. Full support to email test results to test taker, and test administrator. Create multiple tests, limit amount of times a test can be re-taken. Use of single answer multiple guess questions, multiple answer multiple guesses questions and fill in the blank. You can use pictures or sound/video as part of questions or answers. Web based admin no need to know any Asp to administer or build or take tests.

Richard Healey
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top