Home › Forums › Legacy Support › Support queries › Other issues › certificate numbers sequential
Tagged: certificate, Certificate Code, Shortcode
- This topic has 7 replies, 2 voices, and was last updated 6 years, 6 months ago by Anshuman Sahu.
Viewing 8 posts - 1 through 8 (of 8 total)
-
AuthorPosts
-
May 1, 2018 at 9:08 am #154896mrloopzParticipantGood day, I am trying to make the certificate numbers be given out in sequential order starting from a given number. For example: I need certificates to start on # 1001500 and assign each student that passes the course 1 number higher 100501 then 100502 etc. until it reaches 1001600 Does anybody know how to make this possible? Thank youMay 1, 2018 at 1:49 pm #154947Anshuman SahuKeymasterHi, Will you please elaborate what you exactly want. As i understand you may want to assign a certificate number wise on completion of a course. No matter which course is completed. Am i right ?May 1, 2018 at 7:05 pm #154998mrloopzParticipantCorrect... I have only 2 courses. (actually the sane one in 2 different languages) and I want exactly what i described above. <span style="color: #4b4d4d; font-family: Lato; font-size: 14px;">I need certificates to start on # 1001500 and assign each student that passes the course 1 number higher 100501 then 100502 etc. until it reaches 1001600, regardless of which course they pass.</span> Thank you for your help.May 2, 2018 at 11:15 am #155123Anshuman SahuKeymasterHi, You can assign certificate once in a course. But if you want to assign multiple certificates then you can use custom learning path plugin. In this plugin you have to create custom path and student must enroll to these paths. After that student gets certificate after completing a path. Kindly read documentation of this plugin for your desired requirements. Refer : https://wplms.io/support/article-categories/wplms-clp/ http://vibethemes.com/downloads/custom-learning-paths/May 2, 2018 at 11:00 pm #155199mrloopzParticipantI appreciate the information. However this did not answer the question. Forget the multiple courses. Assume I have only 1 course. How do I get the certificates to assign certificate numbers in a sequential order, each time assigning a number that 1 number greater than the last one that was just assigned. For example: I need certificates to start on # 1001500 and assign each student that passes the course 1 number higher - 100501 then 100502 etc. until it reaches 100600 ???May 3, 2018 at 8:02 am #155249Anshuman SahuKeymasterHi, Sorry! I just check this plugin and it cannot create custom path on basis of marks. So currently this is not available. You can make a feature request for that. Refer : https://wplms.io/support/forums/forum/general/feature-request/May 3, 2018 at 2:26 pm #155300mrloopzParticipantCustom path on basis of marks? I am not trying to assign a certificate code based on the score a student got on the exam. Just count 1 number higher than the last certificate code given. Currently there are certificate codes like this: {{site}} : Use this to display Site Name {{userid}} : Use this to display User ID {{courseid}} : Use this to display Course ID {{courseslug}} : Use this to display Course Slug {{instructorid}} : Use this to display Course ID {{month}} : Use to display month in numeric MM {{year}} : Use to display year in numeric YYYY {{n}} : Use to display unique certificate ID Just to be clear. You are saying that there is no way to pass a parameter to function {{n}} so that it does not give out a random number, but rather 1 number higher than the last one? So does that mean that if I use {{n}} long enough, I will probably end up having a duplicate certificate code at some point in time? Can you at least point me to the right .php file so that I might write my own function? Thank youMay 4, 2018 at 10:43 am #155400Anshuman SahuKeymasterHi, Sorry! now i get what you exactly want. You have to write code on this wplms_course_student_certificate_check filter. And you need to change this in bp-course-template.php file.
-
AuthorPosts
Viewing 8 posts - 1 through 8 (of 8 total)
- The topic ‘certificate numbers sequential’ is closed to new replies.