Ok. Does anyone have any ideas on this?
What I was asked for was
1. A test scoring module -- Sounds simple.
A list of rules for what should be scored should be stored in the database. -- no biggy. right?
The rules are going to be basically the source code.
What I am looking for is a way of at run time grab the list of rules and use them as the logic to score the tests. Everything from select case statements, if statements, loops, any control flow statement.
The hitch being that I was told not to use the database to handle the logic... So I would be putting vb source code into a database and need to pull it out and use it as tho it was compiled.
Any one know a book to pick up for that?
I could easily do it in asp create a page that does the scoring of the test but do to the size of and the logic required for some of them that page would take way too long.
Chad
tinman@thelandofoz.org
Tinman,
Welcome to OZ.
What I was asked for was
1. A test scoring module -- Sounds simple.
A list of rules for what should be scored should be stored in the database. -- no biggy. right?
The rules are going to be basically the source code.
What I am looking for is a way of at run time grab the list of rules and use them as the logic to score the tests. Everything from select case statements, if statements, loops, any control flow statement.
The hitch being that I was told not to use the database to handle the logic... So I would be putting vb source code into a database and need to pull it out and use it as tho it was compiled.
Any one know a book to pick up for that?
I could easily do it in asp create a page that does the scoring of the test but do to the size of and the logic required for some of them that page would take way too long.
Chad
tinman@thelandofoz.org
Tinman,
Welcome to OZ.