Difference between revisions of "Creating a Card Match 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 use...") |
|||
Line 2: | Line 2: | ||
==Overview== | ==Overview== | ||
The Card Match activity type is designed to draw connections between two sets of objects, images, or ideas by trying to match cards. | |||
==Options== | |||
{{See|Card Match (activity type)}} | |||
==Creating the Activity== | |||
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. | |||
===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. | |||
{{See|Defining a CLIO Activity}} | |||
===Drafting the Content=== | |||
{{Drafting Template|Activity Type=Card Match|URL=https://cliomuseums.org/clio/templates/drafting/Card%20Match.docx}}{{Stub}} | |||
===Coding the Activity=== | |||
{{Coding Template|Download URL=https://cliomuseums.org/clio/templates/content/card_match.json|Edit URL=https://cliomuseums.org/jsoneditor/?file=https://cliomuseums.org/clio/templates/content/card_match.json}}{{Stub}} | |||
== Options == | |||
===Card Match Configuration=== | ===Card Match Configuration=== | ||
These are configuration settings for the card match activity. | These are configuration settings for the card match activity. | ||
Line 91: | Line 107: | ||
| | | | ||
|} | |} | ||
Revision as of 11:16, 6 May 2022
Overview
The Card Match activity type is designed to draw connections between two sets of objects, images, or ideas by trying to match cards.
Creating the Activity
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.
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.
Drafting the Content
Coding the Activity
Options
Card Match Configuration
These are configuration settings for the card match activity.
Property | Description | Expected Parameters | Examples |
---|---|---|---|
Show Titles – Left | The left card section can have headers that is always displayed. | "true" or "false" | |
Show Titles – Right | The right card section can have headers that is always displayed. | "true" or "false" | |
Titles – Left | The title displayed above the left card section. | Plain Text | |
Titles – Right | The title displayed above the left card section. | Plain Text | |
Prompts – First | This is the prompt that is shown covering the right card section when the activity starts. It prompts users to select one of the cards from the left side. | Plain Text | |
Prompts – Second | This is the prompt that is shown covering the left card section after the user has selected a card. It prompts users to select one of the cards from the right side. | Plain Text |
Card Pair Configuration
These are configuration settings for each matching set of cards. This activity has a left-side card precedence, which means that it will use the left card to check for the correct answer.
Property | Description | Expected Parameters | Examples |
---|---|---|---|
Left – Title | Title of the left card in the pair. | Plain Text | |
Left – Background | Background image displayed on the left card in the pair. | Image File | |
Left – Content | Look Closer content that is displayed when the user clicks the Look Closer button on the left card. | Rich Text | |
Right – Title | Title of the right card in the pair. | Plain Text | |
Right – Background | Background image displayed on the right card in the pair. | Image File | |
Right – Content | Look Closer content that is displayed when the user clicks the Look Closer button on the right card. | Rich Text | |
Responses – Correct | The response that is displayed when the user makes a correct match. | Rich Text | |
Responses – Incorrect | The response that is displayed when the user makes in incorrect match. | Rich Text |