<< Back
Message for this thread
Posted by Messages text
ljpuma

Avatar
Total post : 20
> Profile
Written on : 25/02/2008 12:18 ( more than one month )
Object : Skill management?
Hi,

I recognized the LMS part "certification" but I want to certificate by user skills which can be won by doing courses. Is there such a functionality or didn't I understand a similar thought in docebo?

Ths for help.
 
Omid

Avatar
Total post : 343
> Profile
Written on : 25/02/2008 18:54 ( more than one month )
Object : Re: Skill management?
Your purpose is not clear to me but overall Docebo LMS has only 3 actions to give certificates to students :
1 - Assign for any user status
2 - Assign users that are attending the course
3 - Assign users that have finished the course
Of course I have not gotten success to give certificate to my students yet , because I have some problem with it and I hope it wouldn`t be a bug for certificate module ; I should study more about it .
Hopefully this help you .
 
van Hove Patrick

Noavatar
Total post : 40
> Profile
Written on : 20/04/2009 14:08 ( more than one month )
Object : Re: Skill management?
Hi Omid,

I have some problems to withe the certificate?
After uploading a image I can not see it in the preview, as well the tags [user_nam] (for example) visible as tags and not filled with the correct data in the preview? As well I see some Facsimile watermark on the preview?
I noticed some code in the PHP like ($facs_simile) I do not undertstand the meaning of that?

I am curious is it possible to give students access to the certificate only when they achieved a score like: at least 70% of the max points for the tests.
This way the results of the tests (gradebook)  and ending of the test is deciding the student is gonna get a certificate!
Message modified by : pvhnl on : 20/04/2009 14:20
 
van Hove Patrick

Noavatar
Total post : 40
> Profile
Written on : 20/04/2009 16:44 ( more than one month )
Object : Re: Skill management?
I noticed why I couldn't upload an image as a background-image in my lms.
I had to grant write permissions to the folder docebo/files/doceboLms/certificate.
Now I am able to upload images for background of a certificate.
 
H Mimi

Avatar
Total post : 38
> Profile
Written on : 28/06/2009 23:35 ( more than one month )
Object : Re: Skill management?
Possible Solution:

  1. Go to your server or ftp and locate Docebo/files/docebolms/certificate
  2. Next, change the file permissions to 777 (write and execute permission to all and subfolders)
  3. Then, login to the Docebo as an administrator
  4. Click, Admin Area
  5. Next Click the following: Elearning > Certificate Management > Certificates
  6. Then, Click > New Certificate
  7. Next, Insert a Name, description, then Click >Insert
  8. Now, Copy and Paste the Code below into the empty Code Template Text Box (do not add html or body tags...also save this as a text file to use and edit later)
<!--CODE Start--> <br>
                <br>
                <br>
                <br>
                <br>
                <br>
                <br>
                <br><br>
                <br>
                <br>
                <br>
                <br>
                <br>
                <br>
                <br>
                <br><br> 
                                       <div

align="center">[firstname] [lastname]         </div>                    <br>
                <br>
                <br>
                <br>  <br><br><br><br>                        
<div align="center">[course_name]</div>   
<div align="left"><blockquote><blockquote><blockquote>[date_complete]

</blockquote></blockquote></blockquote>
       </div>
<!--CODE End-->
  1. Next, Select the radio button Orientation: Landscape
  2. Click , the Browse button (to locate and upload your certificate image in .gif or .jpg format)
  3. Finally, Click >Save Changes
NOW TO PREVIEW
  • Inside of the Certificate Page, Click the PREVIEW button (paper with magnifying glass icon) to preview your certificate
NOTE: for some reason the word 'Fasimile' shows on the certificate and I am not sure how to get it off
Message modified by : mtwhoner on : 28/06/2009 23:37
 
<< Back