Hi,
I'm looking to implement an online quiz, and I'm wondering if any of you know of a set of scripts or system using PHP which may already provide this aside from phpTest...
Requirements would be:
- Collect info from user (contact info & login/password)
- Validate user access to the quiz pages (via a login/password)
- Present user with multiple choice questions
- Grade user response
- Send a notification if the grade is a passing one (preferably with user's contact info if possible)
- Allow user to take the test over if they have failed (the tesst could be taken again right away or later by a new login)
Many thanks -