- Posts: 253
How To / General
how to show link of certificate when it's possible
- saman سامان
-
Topic Author
- Offline
- Elite Member
-
- samansamani2[at]yahoo.com
Less
More
8 years 10 months ago #1
by saman سامان
how to show link of certificate when it's possible was created by saman سامان
hi
when a user accepted in quiz and take a grade that need to pass the course and he or she can go to the certificate section of the course but not enter to certificate SECTION, then the "my certificate" module don't show list of certificates of user.
how to show list of certificate without need user check the section of certificate in moodle?
when a user accepted in quiz and take a grade that need to pass the course and he or she can go to the certificate section of the course but not enter to certificate SECTION, then the "my certificate" module don't show list of certificates of user.
how to show list of certificate without need user check the section of certificate in moodle?
Please Log in or Create an account to join the conversation.
- Antonio Durán
-
- Offline
- Moderator
-
Less
More
- Posts: 7848
8 years 10 months ago #2
by Antonio Durán
Replied by Antonio Durán on topic how to show link of certificate when it's possible
Hi.
That is currently not possible, as there is no certificate in database until the user issues it, so the function returning the data in Joomdle cannot use it.
In other words, Joomdle will only show already issued certificates.
If I understand you correctly, you want to show also the non-issued but available certificates, so the user would issue it directly by clicking on the certificate link in Joomdle module/view.
To do that, things would need to be done differently: instead of checking certificates issued table, it would need to get all course certificates for all courses where the user is enroled, and then check them all to see if they are available for the user, returning only those.
That is currently not possible, as there is no certificate in database until the user issues it, so the function returning the data in Joomdle cannot use it.
In other words, Joomdle will only show already issued certificates.
If I understand you correctly, you want to show also the non-issued but available certificates, so the user would issue it directly by clicking on the certificate link in Joomdle module/view.
To do that, things would need to be done differently: instead of checking certificates issued table, it would need to get all course certificates for all courses where the user is enroled, and then check them all to see if they are available for the user, returning only those.
Please Log in or Create an account to join the conversation.