Hotpot module with certificate module

Hotpot module with certificate module

by James Phillips -
Number of replies: 1
Is it possible to use the hotpot module together with the certificate module so that a person only receives a certificate if they obtain a certain score in a quiz?

Best regards,

James Phillips

http://www.horsefrog.com
Average of ratings: -
In reply to James Phillips

Re: Hotpot module with certificate module

by Gordon Bateson -
Picture of Core developers Picture of Peer reviewers Picture of Plugin developers

Hi James,
in short I think the answer is "no", but there may be a couple of things you could doto achieve your goal:

  1. implement "Activity Locking" which is a somewhat complicated adaption of Moodle that you can read about elsewhere in the Moodle.org site
  2. use the QuizPort module, which is the successor to the HotPot module. It allows you to specify pre-conditions to limit access to certain pages only if the score on other pages fulfils certain conditions. The final "certificate" can be a simple HTML page you have created

You can download the QuizPort module for Moodle 1.4 -1.9 from here:

regards
Gordon