I have installed Drupal 6.19, Quiz 6.x-4.0-rc9 and Certify 6.x-1.0-alpha6. Quiz is working. I set up Certify and created the content type certificate and selected the checkbox for my quiz. When I take the quiz and pass it, no certificate is issued and no error is shown. I looked at my recent log entries and do not see any errors. I checked my host error log and did not see any errors. I think I have pdftk configured correctly on the server. I have created the directory for my certificate storage and set it to 777.
Do I need to upload the default_certificate.pdf to the certificate storage directory? I have tried it with and without the default_certificate.pdf in the folder, but I am not getting a certificate or any errors at all.
Should I be getting an error if the certification process fails?
Comments
Comment #1
druupydog commentedI found that I had not completed the set up properly to present the Certificate to the user. For others using this module here are the steps to take:
1.) install pdftk on your server
2.) Install module as described in readme.txt
3.) In Drupal go to user management/permissions and set up the permissions. You will probably want to make the 'view certificate,' 'receive certificate' and 'view certificate in progress' options available to your users. if you want them to be able to see the certificates and download them.
4.) Go to Blocks and find the blocks for each of the certificates you have created and enable the block to display on the page(s) and areas you want to display them on.
Comment #2
vegardjo commentedHia druuplydog, thanks for updating the issue when you solved it!
To be more specific:
So actually, you would want a normal user to have the 'receive certificate' permission, and you would want to show them one of the blocks Certify offers, so they can view their own status. These blocks have no access check. 'view certificate progress summary' should only be given to those who control the certificates as it exposes all user statuses, and 'view certificate' isn't really useful yet, but can be given normal users :)
I'm closing this issue for now, please reopen if you have more questions!
Comment #3
druupydog commentedOk, than you for the clarification. I see the entry for "view certificate progress summary" in my currrent installation. I must have been looking at another installation of an older version when I made that note.