! {{page}}
Goal - Recognition - Rewards allows administrators to configure goals for users to reach, as individuals or as a group, and provide them with incentives to doing so.
The feature is introduced with ((Tiki13)) and is currently under heavy development.
!! Random notes
!!! Display a list of badges
{CODE()}
{LIST()}
{filter relation="{{user}}" objecttype="user" qualifier="tiki.badge.received.invert"}
{OUTPUT(template=medialist)}
{icon field=tracker_field_image}
{body field=tracker_field_description}
{OUTPUT}
{LIST}
{CODE}