Difference between revisions of "Configuring CLIO Facilitator Discussions"

From CLIO

(Created page with "== Overview == Within each Program, there is a @Facilitation folder that contains all the information used by the Facilitator menu. Within this folder, there is a @Discussion...")
 
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{DocumentationPage}}{{NeedsDemonstration}}
== Overview ==
== Overview ==
Within each Program, there is a @Facilitation folder that contains all the information used by the Facilitator menu.  Within this folder, there is a @Discussion folder that contains all of the Discussions configured for this program.
Within each Program, there is a @Facilitation folder that contains all the information used by the Facilitator menu.  Within this folder, there is a @Discussion folder that contains all of the Discussions configured for this program.
Line 6: Line 8:


== Creating a Discussion ==
== Creating a Discussion ==
Each discussion that is visible in the Discussion section of the Facilitation menu is loaded from the configuration files within a Program’s ‘@Facilitation’ directory.  To add another discussion, you only need to duplicate an existing one and update the content.  Below, I have opened the Hardware discussion in a JSON editor.
Each discussion that is visible in the Discussion section of the Facilitation menu is loaded from the configuration files within a Program’s ‘@Facilitation’ directory.  To add another discussion, you only need to duplicate an existing one and update the content.  Below, I have opened the Hardware discussion in a JSON editor.{{Coding Template|Edit URL=https://cliomuseums.org/jsoneditor/?file=https://cliomuseums.org/clio/templates/facilitation/discussion.json|Download URL=https://cliomuseums.org/clio/templates/facilitation/discussion.json}}Similar to Activities, all of the information for a Discussion is stored within a single JSON file.  Each discussion has a name and description, as well as two configurable rich text blocks that can be used to provide different levels of information based on the audience.


Similar to Activities, all of the information for a Discussion is stored within a single JSON file.  Each discussion has a name and description, as well as two configurable rich text blocks that can be used to provide different levels of information based on the audience.
{{DocumentationNavigation}}

Latest revision as of 18:41, 15 December 2022

Google material book.png
Add a photo.png

Overview

Within each Program, there is a @Facilitation folder that contains all the information used by the Facilitator menu. Within this folder, there is a @Discussion folder that contains all of the Discussions configured for this program.

Understanding the @Discussions Folder

This directory contains all of the Discussions that will be used by the Facilitator menu.  Each file within this folder will be scanned and added to the Discussions section.

Creating a Discussion

Each discussion that is visible in the Discussion section of the Facilitation menu is loaded from the configuration files within a Program’s ‘@Facilitation’ directory.  To add another discussion, you only need to duplicate an existing one and update the content.  Below, I have opened the Hardware discussion in a JSON editor.

Similar to Activities, all of the information for a Discussion is stored within a single JSON file.  Each discussion has a name and description, as well as two configurable rich text blocks that can be used to provide different levels of information based on the audience.

Documentation
Installation Look and Feel
Interaction Modes Developing Activity Types
Creating an Interactive Framework
Integrating CLIO Contribute