If the quiz pass rate is set to 100% and the user passes with a 100% a certificate for successful completion will not be generated.

Needs a change - if ($result['time_end'] && $result['score'] >= $node->pass_rate) {

Will try to upload my first patch.

Thanks to Scott for providing the solution!

Kcarey

CommentFileSizeAuthor
#1 certificate-100percentfix-111-1.patch651 byteskraycarey

Comments

kraycarey’s picture

StatusFileSize
new651 bytes
djdevin’s picture

Status: Active » Closed (fixed)

Ha, good catch.

Committed to 6.x-2.x-dev: http://drupalcode.org/project/certificate.git/commit/1cb3119

djdevin’s picture

Title: 100% quiz pass requirement - print certificate » Certificate not awarded with 100% quiz pass requirement