Difference between revisions of "Creating a Path Finder Activity"
(Created page with "{{NeedsDemonstration}} ==Overview== Within our Getting Started Package, you will find a Template folder. We have provided a template for the configuration file, which is used...") |
|||
Line 3: | Line 3: | ||
Within our Getting Started Package, you will find a Template folder. We have provided a template for the configuration file, which is used by the CLIO interface to set up the activity. We also include a content drafting template created in Microsoft Word that can aid collaboration when creating activities as part of a development team. | Within our Getting Started Package, you will find a Template folder. We have provided a template for the configuration file, which is used by the CLIO interface to set up the activity. We also include a content drafting template created in Microsoft Word that can aid collaboration when creating activities as part of a development team. | ||
==Options== | ==Options== | ||
====Configuration==== | ====Origin Configuration==== | ||
These are configuration settings | These are configuration settings for this activity's origin point. This is the starting point for the Pathfinder activity, which branches out into the four options. | ||
{| class="wikitable" | {| class="wikitable" | ||
!Property | !Property | ||
Line 11: | Line 11: | ||
!Examples | !Examples | ||
|- | |- | ||
| | |Title | ||
| | |The title displayed below the origin point. | ||
| | |Plain Text | ||
| | | | ||
|- | |- | ||
|Image | |Image | ||
| | |The image displayed on the origin points card. | ||
|Image File | |Image File | ||
| | | | ||
|- | |||
|Description | |||
|Look Closer description that is displayed when the user touches the origin card. | |||
|Rich Text | |||
| | |||
|} | |||
==== Question Configuration ==== | |||
These are configuration settings for each question that is displayed. There are a total of four questions that guide the user through the activity. | |||
{| class="wikitable" | |||
!Property | |||
!Description | |||
!Expected Parameters | |||
!Examples | |||
|- | |- | ||
| | |Prompt | ||
| | |This is the question prompt that is displayed alongside the multiple choice options. | ||
|Plain Text | |Plain Text | ||
| | | | ||
|- | |||
|Title | |||
|This is the heading for the column of options for this question. | |||
|Plain Text | |||
| | |||
|- | |||
|Option 1 – Title | |||
|This is the title that is visible in the first option button. | |||
|Plain Text | |||
| | |||
|- | |||
|Option 1 – Description | |||
|Look Closer description that is displayed when the user touches the Look Closer button on the question option. | |||
|Rich Text | |||
| | |||
|- | |||
|Option 2 – Title | |||
|This is the title that is visible in the second option button. | |||
|Plain Text | |||
| | |||
|- | |||
|Option 2 – Description | |||
|Look Closer description that is displayed when the user touches the Look Closer button on the question option. | |||
|Rich Text | |||
| | |||
|- | |||
|Option 3 – Title | |||
|This is the title that is visible in the third option button. | |||
|Plain Text | |||
| | |||
|- | |||
|Option 3 – Description | |||
|Look Closer description that is displayed when the user touches the Look Closer button on the question option. | |||
|Rich Text | |||
| | |||
|- | |||
|Correct Answer | |||
|The correct answer from the available options. | |||
|"1", "2", "3", or "4" | |||
| | |||
|- | |||
|Responses – Correct | |||
|Look Closer content displayed when the user selects the correct answer. | |||
|Rich Text | |||
| | |||
|- | |- | ||
| | |Responses – Incorrect | ||
| | |Look Closer content displayed when the user selects an incorrect answer. | ||
|Rich Text | |Rich Text | ||
| | | | ||
|} | |||
==== Destination Configuration ==== | |||
These are configuration settings for this activity's destination point. This is the destination point for the Pathfinder activity, which is the end of the path. | |||
{| class="wikitable" | |||
!Property | |||
!Description | |||
!Expected Parameters | |||
!Examples | |||
|- | |- | ||
| | |Title | ||
|The | |The title displayed below the destination point. | ||
| | |Plain Text | ||
| | | | ||
|- | |- | ||
| | |Image | ||
|The | |The image displayed on the destination points card. | ||
| | |Image File | ||
| | | | ||
|- | |||
|Description | |||
|Look Closer description that is displayed when the user touches the destination card. | |||
|Rich Text | |||
| | |||
|} | |} | ||
==Creating the Activity== | ==Creating the Activity== | ||
Line 47: | Line 120: | ||
{{See|Defining a CLIO Activity}} | {{See|Defining a CLIO Activity}} | ||
===Drafting the Content=== | ===Drafting the Content=== | ||
{{Drafting Template|Activity Type=Path Finder|URL=https://cliomuseums.org/clio/templates/drafting/Path%20Finder.docx}} | {{Drafting Template|Activity Type=Path Finder|URL=https://cliomuseums.org/clio/templates/drafting/Path%20Finder.docx}}{{Stub}} | ||
===Coding the Activity=== | ===Coding the Activity=== | ||
{{Coding Template|Download URL=https://cliomuseums.org/clio/templates/content/pathfinder.json|Edit URL=https://cliomuseums.org/jsoneditor/?file=https://cliomuseums.org/clio/templates/content/pathfinder.json}} | {{Coding Template|Download URL=https://cliomuseums.org/clio/templates/content/pathfinder.json|Edit URL=https://cliomuseums.org/jsoneditor/?file=https://cliomuseums.org/clio/templates/content/pathfinder.json}}{{Stub}} | ||
Revision as of 13:41, 27 April 2022
Overview
Within our Getting Started Package, you will find a Template folder. We have provided a template for the configuration file, which is used by the CLIO interface to set up the activity. We also include a content drafting template created in Microsoft Word that can aid collaboration when creating activities as part of a development team.
Options
Origin Configuration
These are configuration settings for this activity's origin point. This is the starting point for the Pathfinder activity, which branches out into the four options.
Property | Description | Expected Parameters | Examples |
---|---|---|---|
Title | The title displayed below the origin point. | Plain Text | |
Image | The image displayed on the origin points card. | Image File | |
Description | Look Closer description that is displayed when the user touches the origin card. | Rich Text |
Question Configuration
These are configuration settings for each question that is displayed. There are a total of four questions that guide the user through the activity.
Property | Description | Expected Parameters | Examples |
---|---|---|---|
Prompt | This is the question prompt that is displayed alongside the multiple choice options. | Plain Text | |
Title | This is the heading for the column of options for this question. | Plain Text | |
Option 1 – Title | This is the title that is visible in the first option button. | Plain Text | |
Option 1 – Description | Look Closer description that is displayed when the user touches the Look Closer button on the question option. | Rich Text | |
Option 2 – Title | This is the title that is visible in the second option button. | Plain Text | |
Option 2 – Description | Look Closer description that is displayed when the user touches the Look Closer button on the question option. | Rich Text | |
Option 3 – Title | This is the title that is visible in the third option button. | Plain Text | |
Option 3 – Description | Look Closer description that is displayed when the user touches the Look Closer button on the question option. | Rich Text | |
Correct Answer | The correct answer from the available options. | "1", "2", "3", or "4" | |
Responses – Correct | Look Closer content displayed when the user selects the correct answer. | Rich Text | |
Responses – Incorrect | Look Closer content displayed when the user selects an incorrect answer. | Rich Text |
Destination Configuration
These are configuration settings for this activity's destination point. This is the destination point for the Pathfinder activity, which is the end of the path.
Property | Description | Expected Parameters | Examples |
---|---|---|---|
Title | The title displayed below the destination point. | Plain Text | |
Image | The image displayed on the destination points card. | Image File | |
Description | Look Closer description that is displayed when the user touches the destination card. | Rich Text |
Creating the Activity
Define the Activity
All CLIO activities, regardless of their Activity Type, contain many of the same configuration settings. These are used to configure the screen and load the correct content. By defining this information, we can begin to draft more specific activity content. This information is included in both the drafting template and the coding template provided with each activity type.