qualification:userQualifications

Returns the user qualifications in the group if the groupId, groupName or name (with valid UserQualificationGroup)-parameter is used. Returns all user qualifications this user has received if userId or name (with a valid PresentationUser, PresentationPerson or Person object) is used. You can use the name, userId, groupId or groupName to get the information

Syntax
<qualification:userQualifications
   groupId="..."?
   groupName="..."?
   id="..."
   name="..."?
   userId="..."?/>
Attributes
id, mandatory, no runtime expressions

Name of the scripting-variable.

name

Name of the scripting-variable where to get the group from. This must be a UserQualificationGroup, PresentationUser, PresentationPerson or Person object.

userId

The id of the user you want to get.

groupId

The id of the group.

groupName

The name of the group.