Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.


Info
titleSummary

Assessment Instance attributes allow a Workflow to contain a reference to a specific Assessment Instance, and allow the Assessment to be launched from the Workflow Popup.


Configuration

This attribute collects:

Display Modes

In input mode, displays a multi-select list containing the available Activities.the status of the linked Assessment Instance (if one exists, identical to display mode) and a button to launch that Assessment. 

In display mode, displays a list of the selected Activity Titles plus a link to launch the Workflow Overview for eachthe current status only, with no button to launch the Assessment.

Status is represented as a progress bar indicating the number of questions that have been answered.

Data Storage

This attribute stores a comma delimited list of Activity Ids and uses an /wiki/spaces/DOCS/pages/538411176 to fetch information about the referenced Activity(s)Stores the ID of the Assessment Instance.


Panel
titleSample Use Cases
  • Course Instructors: An Activity would be created for each Instructor, and a Lookup attribute is used to link the Course activity to the Instructor activity. If there are business rules that control which Instructors can teach which Courses, the lookup can be filtered by a custom SQL procedure that implements those rulesJournal-specific evaluation: Activities can be used to represent journal articles that practitioners are expected to read and then answer questions about. Each journal article would be linked to a specific Assessment, so that when a Practitioner adds that article to their Learning Plan the system knows which specific Assessment the user needs to be taken to.


Panel
titleBusiness Rules
  • Activities are only "selectable" if their Create Activity workflow is Completed Successfully
    The list of selectable Activities is filtered by Provider. If the Workflow containing the lookup attribute is modifying an Activity, then only lookup Activities with the same Provider are returned. If the Workflow is modifying a different type of entity, then only lookup Activities with a Provider ID matching the workflow owner are returned. In the same use case of "Course Instructors", for example, this allows each Provider to maintain their own Instructor listCan only be assigned to an Activity Instance.

  • This attribute cannot be copied.


Filter by label (Content by label)
cqllabel in ( "activity-type-lookups" , "activity-lookup-attr" )

Page Properties
hiddentrue


Related issues