Hi all,
I am very new to moodle and have encountered a problem that perhaps can be fixed easily. I have an application that has 17 chapters, each with a quiz at the end. The quizzes can be taken in any order, and 80% or higher is needed on all of them to get the certificate. At the end of the quiz I would like to have a button that clarifies the users options. It would be nice to have this be based on the results of the previous quiz. For example, if they passed quiz 7, the next button would take them to the first lesson (not quiz) in chapter 8 along with a message saying they had passed quiz 7. If they did not pass, the re-attempt quiz button would be there already, and the next button would still allow them to move on if they wanted to (since you can take them in any order) but the message would inform them that they did not pass the exam. So again, the navigation has 17 chapters. Each chapter has several lessons with a quiz being the final element in the chapter. After the student completes the quiz for that chapter, i would like a way to click next to proceed to lesson 1 of the next chapter. Any info about how to do this or where to find info about it would be greatly appreciated. Thanks!
Brian
You can do this using the overall feedback on the quiz. Even though they are small input boxes, you can put HTML code in there, including, for example, links.
Thanks Tim,
I never thought of that. I was looking for a more global solution. This will allow me to get it working right away. I was hoping there might be a way to abstract it a little more instead of having to hard code each link. Thanks for the help!
brian
I never thought of that. I was looking for a more global solution. This will allow me to get it working right away. I was hoping there might be a way to abstract it a little more instead of having to hard code each link. Thanks for the help!
brian
Well, the the conditional activities work that is in the roadmap for Moodle 2.0 may provide a more global solution. http://docs.moodle.org/en/Roadmap