Skip to content

SpongeUK/adapt-contrib-trickle

 
 

Repository files navigation

adapt-contrib-trickle

An Adapt core contributed extension that provides vertical locking

Installation

First, be sure to install the Adapt Command Line Interface, then from the command line run:-

    adapt install adapt-contrib-trickle

Usage

To setup locking, add the _trickle attribute to the article or block you wish to lock:

"_trickle": {
    "button": {
        "continue" : "Continue"
    }
}

Setting _trickle on an article will override any _trickle settings of blocks beneath it - all blocks underneath the article will be trickled.

When the article/block is complete, a button will appear containing the text you specify in the continue attribute. Clicking this button will show and scroll to the next article or block.

About

A vertical locking extension

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 97.2%
  • CSS 2.8%