Create and Edit

Parent Previous Next

Create/edit mail template

The following parameters can be defined on create/edit mail template page:

ID is record number in the database. Can be used by a 3rd party extension to manipulate with the entity.

Subject is the subject will be used in email which is created based on this mail template.

Sender (Email) email which is created based on this mail template will be sent from entered address.

Sender (Name) email which is created based on this mail template will be sent from entered sender.

Name is template name.

Template is template text. It is possible to use predefined variables in the template. List of supported predefined variables can be found at right side on template create/edit page. Click by a variable to insert it into the template. Descriptions of predefined variables:

o{$UserName} will be replaced with user name.

o{$SpentTime} will be replaced with amount of time which an user spents on quiz.

o{$QuizName} will be replaced with quiz name.

o{$StartDate} will be replaced with a date when an user starts a quiz.

o{$EndDate} will be replaced with a date when an user finishes a quiz.

o{$MaxScore} will be replaced with maximum score for a quiz.

o{$UserScore} will be replaced with number of points are gained by an user.

o{$PercentScore} will be replaced with number of points in percent are gained by an user.

o{$PassedScore} will be replaced with number of points in percent which are required to pass a quiz.

o{$Passed} will be replaced with 'Success' or 'Failed' string.

o{$SummaryByCategories} will be replaced with score for each question category

o{$Attachment:Certificate} certificate in PDF format will be attached to email if a certificate template is defined in quiz settings

o{$Email} will be replaced with email of a quiz taker.

o{$ResultsLink} will be replaced with a link to quiz results.