Scenarios

  • You have created an introduction lesson in which you want to approach learners personally by their first name.
  • You have prepared an assessment in the learning journey in which you want to provide learners with personal advice, depending on the score, by approaching them by name.

Which roles do you need?

Author and / or designer


1) Add parameters in your text via the plus editor

Personalise text by adding parameters to questions and content parts by using the 'Text' type in the plus-editor.

You can use the following parameters:

  • ${user.fullName}
  • ${user.formalName}
    Shown as: Last name, First name
  • ${user.firstName}
  • ${user.middleName}
  • ${user.lastName}
  • $ {user.custom1}
    If the aNewSpring support team added extra fields to your environment, the value of the field will be shown here. You can request a maximum of 5 custom fields.
  • $ {user.custom2}
  • $ {user.custom3}
  • $ {user.custom4}
  • $ {user.custom5}

When you test the content part above, you will see that the parameter ${user.firstName} > is replaced with the first name:

Articles that can help you with this:

2) Add parameters to the advice in assessments

The following parameters are allowed:

  • $ {user.firstName}
  • $ {user.middleName}
  • $ {user.lastName}
  • $ {user.fullName}
  • $ {user.custom1}
    If the aNewSpring support team added extra fields to your environment, the value of the field will be shown here. You can request a maximum of 5 custom fields.
  • $ {user.custom2}
  • $ {user.custom3}
  • $ {user.custom4}
  • $ {user.custom5}
  • $ {courseTitle}
    Title of the course
  • $ {date}
    Date of assessment.
Articles that can help you with this: