lanacademy / lan-learn

An LMS based off Pico cms
lanacademy.org
MIT License
2 stars 2 forks source link

Quiz Processing #13

Closed timothysu closed 10 years ago

timothysu commented 11 years ago

A feature needs to be developed that will grade and log multiple choice/free answer questions according the the specifications from php quiz generator. The specs can be seen in the quiz content markdown file (currently /content/1.documentation/2.example_quiz.md). The correct answer to multiple choice questions are marked with an '*' and free answer questions have regex answers.

All quiz answers should be stored in (another?) user file, along with their grade for that quiz, so results can be later called upon.

See the the quiz plugin (pico_quiz.php) for what information is POST'ed from a quiz.

timothysu commented 10 years ago

Initially implemented in 15f8e4720617d09a06227801199f795447f14e7d