0.0.9 • Published 4 years ago

reaction-time-js v0.0.9

Weekly downloads
-
License
LGPL-3.0-or-later
Repository
-
Last release
4 years ago

reaction-time-js

A javascript / typescript library for online psychology experiments.

What is a timeline generator?

A timeline generator is an async or normal iterator that yields plugins.

What is a plugin?

function plugin(screen: HTMLElement);

More specifically, a plugin is a closure function that contains the configuration for the experiment. The core of reaction-time-js has no idea of what the configuration provided to the plugin was.

It is responsibility of the plugin to include the configuration in the final data object it returns, along with identifying information about which plugin was run.

Usage

import * as ReactionTime from 'reaction-time-js'
const ReactionTime = require('reaction-time-js/dist/reaction-time.umd')
const ReactionTime = require('reaction-time-js/dist/reaction-time-jspsych.umd')
0.0.9

4 years ago

0.0.8

4 years ago

0.0.7

4 years ago

0.0.6

4 years ago

0.0.5

4 years ago

0.0.4

4 years ago

0.0.3

4 years ago

0.0.2

4 years ago

0.0.1

4 years ago