Created a plugin for jsPsych to allow for a timed survey allowing user to input as many words as they like within a certain time.
This plugin parameters are as follows:
prompt: HTML-String variable of the word/sentence displayed onto the screen and is the "prompt" for the experiment.
trial_duration: Integer variable of the number of seconds for the length of the trial. Default: 5 Seconds
max_inputs: Integer variable of the maximumun number of inputs allowed for the trial. Default: Infinite
placeholder: String variable of the message that will be within the input box for the user to see.
preamble: HTML-String variable of the message displayed at the top of the page.
button_label: String variable of the label displayed in the button.
autocomplete: Boolean variable which enables the browser to auto-complete the form