/adapt-stacklist

An Adapt Framework component which displays a list of items one at a time when the learner clicks a button. Items fly into view from left and right alternately.

Primary LanguageJavaScriptGNU General Public License v3.0GPL-3.0

adapt-stacklist

Stacklist is a presentation component Created by Dan storey. Stacklist in action

The Stacklist component displays list items one at a time when the learner clicks a button. Items fly into view from left and right alternately.

Click here for an interactive demo

##Installation

Run the following from the command line: adapt install adapt-stacklist

Settings Overview

The attributes listed below are used in components.json to configure Stacklist, and are properly formatted as JSON in example.json.

Attributes

For core model attributes see core model attributes. The attributes listed below are specific to the Stacklist component.

_component (string): This value must be: stacklist.

_button (object): This allows you to specify the default button text (Optional).

startText (string): The text to display before any items are shown (Optional - defaults to "Click here to begin")

continueText (string): The text to display to trigger the next item (Optional - defaults to "Next")

_items (array): Each item represents a sliding element.

body (string): The main text for sliding item.

next (string): This text becomes the 'next' button.

Limitations

No known limitations


Version number: 5.0.0 Framework versions: >=5 Author / maintainer: Dan Storey