Group: Forum Members
Posts: 25,
Visits: 167
|
Supreme Being, you strike again. Here is the code where I am at and where im stuck...
<expt RatingScales> /blocks = [1 = DISC] </expt>
<item DISCimages> /1 = "A big_circ dotted__.jpg" /2 = "T big_circ dotted__.jpg" /3 = "A big_circ solid__.jpg" /4 = "T big_circ solid__.jpg" /5 = "A big_squ dotted__.jpg" /6 = "T big_squ dotted__.jpg" /7 = "A big_squ solid__.jpg" /8 = "T big_squ solid__.jpg" /9 = "A sm_circ dotted__.jpg" /10 = "T small_circ dotted__.jpg" /11 = "A sm_circ solid__.jpg" /12 = "T small_circ solid__.jpg" /13 = "A sm_squ dotted__.jpg" /14 = "T small_squ dotted__.jpg" /15 = "A sm_squ solid__.jpg" /16 = "T small_squ solid__.jpg" </item>
<checkboxes DISCRatingScale> / caption="Pick one or more of the following choices:" / required = true / options=("choice1", "choice2", "choice3", "choice4") </checkboxes>
<surveypage DISCRatingScaleSP> /questions = [1-10 = DISCRatingScale] /showpagenumbers = false /showquestionnumbers = false </surveypage>
<picture discrimination> /items = DISCimages </picture>
<trial picture1> /stimulusframes = [1 = discrimination] /trialduration = 1000 /validresponse = (0) </trial>
<block DISC> /trials = [1-10 = sequence(picture1, DISCRatingScaleSP)] </block>
-------- I have 16 possible pictures, I need to pick or set a seqeunce for only 10, no replacements. But it can't be randomized. It must be fixed for each subject. For now, it can be (1, 3, 5, 7, 9, 16, 14, 12, 10, 8) Is there a way to set a fixed sequence like in cyberball? After, ideally, this would all be one big block, and i would need to run three more blocks. so the entire experiment would run 4 blocks of 10 trials each with a fixed schedule of pictures.
Brian
|