Creating levels

Re: Creating levels

by Gordon Bateson -
Number of replies: 0
Picture of Core developers Picture of Peer reviewers Picture of Plugin developers
Oh good, then I suggest you create 3 QuizPorts ...
  • one called "Grammar", to hold all the grammar quizzes
  • one called "Vocabulary" to hold all the vocabulary quizzes
  • one called "Listening" to hold all the listening quizzes
Within each QuizPort use the sort order to arrange the quizzes in the order you want the students to attempts the quizzes.

Add a pre-condition of "Previous quiz" to every quiz except the first one.

Add the following post-conditions to every quiz except the last one:
  • score >= 80% next quiz
  • score >= 60% same quiz
  • previous quiz
Gordon