How can I include student´s idnumber in addition to student´s name in the certificate?

How can I include student´s idnumber in addition to student´s name in the certificate?

by Carlos Eduardo Angarita Marquez -
Number of replies: 1

Hello,

How can I include student´s idnumber in addition to student´s name in the certificate? 

Thanks for your help.

Average of ratings: -
In reply to Carlos Eduardo Angarita Marquez

Re: How can I include student´s idnumber in addition to student´s name in the certificate?

by Mark Nelson -
Picture of Core developers Picture of Documentation writers Picture of Particularly helpful Moodlers Picture of Peer reviewers Picture of Plugin developers Picture of Testers

Hi Carlos

Simply add cert_printtext($pdf, $x, $y+40, 'C', 'freesans', '', 30, $USER->idnumber); to mod/certificate/type/<thetypeyouareusing>.php

Feel free to add/take a value to $x and/or $y to change the position.

Regards,

Mark