0.1.0 • Published 11 months ago

@pcllab/plugin-free-recall v0.1.0

Weekly downloads
-
License
-
Repository
github
Last release
11 months ago

free-recall-plugin

This plugin allows free recall. A text input allows any number of non-repeated words to be added to a list.

Install

With NPM:

npm i @pcllab/plugin-free-recall
import freeRecall from "@pcllab/plugin-free-recall";

With CDN:

<script src="https://unpkg.com/@pcllab/plugin-free-recall"></script>

Use

const trial = {
  type: freeRecall,
};

Parameters

ParameterTypeDescriptionExamples
allow_deletebooleanAllow recalled words to be deleted(default)falsetrue
button_labelstringLabel to show on continue button(default)"Continue""Next""继续"
stimulushtml stringArbitrary HTML to show above the input(default)""<h1>Type what you remember.</h1>

Data Generated

This plugin will output data for each recalled word.

In addition to the default data collected by all plugins, this plugin collects the following data for each recalled word.

NameTypeValue
responsestringA word added to the recall list
rtnumberTime in ms between start of trial and submitting a word
0.1.0

11 months ago

0.0.2

11 months ago

0.0.1

11 months ago