UNPKG

@jspsych/new-plugin

Version:

CLI tool to create new jsPsych plugins

32 lines (20 loc) 1.22 kB
# {packageName} {description} ## Parameters In addition to the [parameters available in all plugins](https://www.jspsych.org/latest/overview/plugins#parameters-available-in-all-plugins), this plugin accepts the following parameters. Parameters with a default value of undefined must be specified. Other parameters can be left unspecified if the default value is acceptable. | Parameter | Type | Default Value | Description | | ------------------- | ---------------- | ------------------ | ---------------------------------------- | | | | | | ## Data Generated In addition to the [default data collected by all plugins](https://www.jspsych.org/latest/overview/plugins#data-collected-by-all-plugins), this plugin collects the following data for each trial. | Name | Type | Value | | --------- | ------- | ---------------------------------------- | | | | | ## Install ## Examples ### Title of Example ```javascript var trial = { type: {globalName} } ```