Differences between revisions 6 and 7
Revision 6 as of 2014-10-21 15:30:00
Size: 1709
Editor: slate
Comment:
Revision 7 as of 2014-10-21 16:10:09
Size: 3058
Editor: echidna
Comment:
Deletions are marked like this. Additions are marked like this.
Line 9: Line 9:
TALK ABOUT REQUIRED COLUMN NAMES HERE  * There are three (3) required columns: '''Experiment''', '''Item``Name''', and '''Condition'''
  * '''Experiment''' distinguishes between items from different sub-experiments being run in the same script. We won't be doing that (strictly speaking) but we will be using ''filler'' versus whatever you decide to call your experiment.
  * '''Item``Name''' is to identify an individual item within an experiment. Generally this will just be a number.
  * '''Condition''' is to identify which condition the item is in within the experiment. For filler items this should be "-". In theory you can have multiple '''Condition'''s of the same '''Item``Name''' and have the applet randomize the stimuli presentation and show each subject only one '''Condition''' of each '''Item``Name''', but we will be randomizing the lists ourselves and only doing one per list.
Line 11: Line 14:
||'''Experiment'''||'''Item``Num'''||'''Condition'''||'''Sentence1'''||'''Question1'''||'''Answer1'''|| ||'''Experiment'''||'''Item``Name'''||'''Condition'''||'''Sentence1'''||'''Question1'''||'''Answer1'''||
||filler||97||-||The librarian chose books that the library patrons would enjoy.||Did the librarian pick out the books?||Y||
||filler||72||-||The prodigy finished the puzzle in just a few hours.||Did the prodigy complete the puzzle?||Y||
||controlL1||1||AMV||The excited fans moved through the crowd and sauntered to front stage.||Was the place empty?||N||
||filler||60||-||The storekeepers were afraid that riots would ensue after the hometeam won the championship.||Were some people worried after the hometeam won?||Y||

Creating Stimuli For Web-base Self Paced Reading

Let's start by downloading some example stimuli from a real experiment that was run in Professor Jaeger's lab: ExampleLists.xlsx
It's in the current Excel format (XLSX), although we can also handle the older (XLS) format.

  • There are three (3) required columns: Experiment, ItemName, and Condition

    • Experiment distinguishes between items from different sub-experiments being run in the same script. We won't be doing that (strictly speaking) but we will be using filler versus whatever you decide to call your experiment.

    • ItemName is to identify an individual item within an experiment. Generally this will just be a number.

    • Condition is to identify which condition the item is in within the experiment. For filler items this should be "-". In theory you can have multiple Conditions of the same ItemName and have the applet randomize the stimuli presentation and show each subject only one Condition of each ItemName, but we will be randomizing the lists ourselves and only doing one per list.

Experiment

ItemName

Condition

Sentence1

Question1

Answer1

filler

97

-

The librarian chose books that the library patrons would enjoy.

Did the librarian pick out the books?

Y

filler

72

-

The prodigy finished the puzzle in just a few hours.

Did the prodigy complete the puzzle?

Y

controlL1

1

AMV

The excited fans moved through the crowd and sauntered to front stage.

Was the place empty?

N

filler

60

-

The storekeepers were afraid that riots would ensue after the hometeam won the championship.

Were some people worried after the hometeam won?

Y

    • Condition names should be just upper and lowercase letters and periods (although you can just stick with letters)., e.g. UNINF.HIGH, UNINF.LOW, INF.HIGH, INF.LOW
    • Describe 2x2, 2x3, etc
    • Here is an example of stimuli from a 2x2 design with boxes around critical words. TALK MORE ABOUT WHAT IS GOING ON HERESPRexample_condition_75.png

    • n.b We hold everything constant that we aren't interested, e.g. I __ the __.

      • Also kept parts that vary maximally similar with regards to all properties not of interest that are still known to affect RT. i.e. verbs are both one syllable and equal frequency, nouns are two syllables.
    • n.b. target region is equally far from beginning in all conditions
  1. How to enter an item
  2. How to enter additional items - give one as example
  3. What the applet will do
    • Word by word moving window self paced reading spranim_small.gif

    • Randomization - will it order / create lists?
    • Each subject will see each item in only one order
  4. Questions and Answers
  5. Advanced
    • Multiple sentences / questions

BCS152SPRExperiment (last edited 2014-11-25 16:36:05 by slate)

MoinMoin Appliance - Powered by TurnKey Linux