Skip to content

Instantly share code, notes, and snippets.

@nqthqn
Last active March 18, 2017 00:15
Show Gist options
  • Save nqthqn/f56a341cccb56ebcf3f79afb8b1686d8 to your computer and use it in GitHub Desktop.
Save nqthqn/f56a341cccb56ebcf3f79afb8b1686d8 to your computer and use it in GitHub Desktop.
here ya go, daaaaave!

note

  • 300000ms = 5 minute session duration (durSession)
  • You can derive these or I'll get you the data:
description = I will get these from Sonja
fixImagePath = "" or "img/x.png"
name = "Stop Signal"
slug = "stopsignal"
icon = "stopsignal.png

new fields

durFeedback
durSession

renames

duration -> durTrial
offset -> durOffset
interval -> durFixation
durInc -> incDuration
durDec -> decDuration

data

stopsignal (no fixation cross)
durTrial 1000
durOffset 100
durFeedback 500
durFixation 500
durSession 300000
gonogo (no fixation cross)
durTrial 1250
durOffset 0
durFeedback 500
durFixation 500
durSession 300000
dotprobe
durTrial 500
durOffset 0
durFeedback 0
durFixation 500
durSession 300000
respondsignal
durTrial 1000
durOffset 200
durFeedback 500
durFixation 500
durSession 300000
visualsearch
durTrial 3000
durOffset 0
durFeedback 1000
durFixation 500
durSession 300000
@nqthqn
Copy link
Author

nqthqn commented Mar 18, 2017

Naming convention - forget about what I said - name them as nouns! follow this renaming convention durFeeback -> feedDur

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment