Add Catalog "Credit" Variable

Jump to solution
kbratisax
Community Member

I'm working on a custom Catalog Certificate and I'm wondering if there is anyway to add a variable for # of credits? Our learners will want to see the the number of credits they earned for completion. I know I can manually add in text, but it would be nice to just pop-in a variable. 

Labels (1)
0 Likes
1 Solution
jsowalsk
Community Coach
Community Coach

@kbratisax This should help:

 

  • student_name: The name of the student
  • catalog_name: The name of the school or institution
  • catalog_logo: The URL of your catalog logo. Usage: <img src="{{catalog_logo}}" />
  • award_name: The name of the certificate
  • completion_date: The date of completion
  • expiration_date: The date the certificate expires
  • credits: The credits, points, or CEUs awarded to the student.

View solution in original post

0 Likes