engine.instructor.create.question.php creates questions for a learning's quiz.
The first thing it does is to check for a passed Course Id, if there isn't one, it displays the form instructor.create.question.selectCourse.template.php to get one. Second, it checks for a passed Learning Id, if there isn't one, it displays the form instructor.create.question.selectLearning.template.php to ask for one. Third, if the Course Id and Learning Id have been passed, it looks for a submitted question. If it does not find one it displays the create question form instructor.create.question.form.template.php . If it does find a question has been submitted the file creates the question in the datastore.
Copyright: | 2006 |
Author: | Kyle Hall |