Creating a Card Match Activity

From CLIO

Revision as of 14:07, 27 April 2022 by Metaphoraccoon (talk | contribs) (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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Add a photo.png

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

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

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.

Drafting the Content

Imbox style.png

Coding the Activity

Imbox style.png