Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
47 changes: 47 additions & 0 deletions fagerstrom_test_survey/config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
[
{
"name": "Fagerstrom Test for Nicotine Dependence (FND)",
"template": "jspsych",
"run": [
"static/js/jspsych/jspsych.js",
"static/js/jspsych/plugins/jspsych-call-function.js",
"static/js/jspsych/poldrack_plugins/jspsych-poldrack-text.js",
"static/js/jspsych/poldrack_plugins/jspsych-poldrack-instructions.js",
"static/js/jspsych/poldrack_plugins/jspsych-attention-check.js",
"static/js/jspsych/poldrack_plugins/jspsych-poldrack-single-stim.js",
"static/js/jspsych/poldrack_plugins/jspsych-poldrack-categorize.js",
"static/js/jspsych/plugins/jspsych-survey-text.js",
"static/js/jspsych/poldrack_plugins/jspsych-stop-signal.js",
"static/css/jspsych.css",
"static/css/default_style.css",
"style.css",
"experiment.js"
],
"exp_id": "fagerstrom_test_survey",
"cognitive_atlas_task_id": "",
"contributors": [
"Jaime Ali Holguin Rios",
"Patrick Bissett",
"Russell Poldrack"
],
"time": 30,
"reference": "http://psycnet.apa.org/journals/xlm/37/2/392/",
"notes": "Condition refers to whether the trial is practice or high_freq/low_freq (the two test conditions) as well as whether it was a go or SS trial",
"publish": "True",
"experiment_variables": [
{
"name": "credit_var",
"type": "credit",
"datatype": "boolean",
"description": "True if avg_rt > 200"
}
],
"deployment_variables": {
"jspsych_init": {
"fullscreen": true,
"display_element": "getDisplayElement",
"on_trial_finish": "addID()"
}
}
}
]
Loading