Reply To: Get the previous row of a column

PennController for IBEX Forums Support Get the previous row of a column Reply To: Get the previous row of a column

#10742
Larissa_Cury
Participant

Hi, @Jeremy! It’s working properly, thank you VERY much, as always!

See, why can I set any trial before the logic? For example, I’m trying to add a button to make it fo fullscreen, but nothing happens before the logic ?


Sequence(
    "fullscreen",
    // Lengths go from 1 through 6 \\ 1 to 9 -> zero based = 0-8 (?)
    ...[...Array(9)].map((v,i)=>randomize("sequence-"+parseInt(i+1)))
    ,
   "end"
);

newTrial('fullscreen',
newButton("wait","openFull")
  .center()
  .print()
,
 fullscreen()
);

  • This reply was modified 1 year, 1 month ago by Larissa_Cury. Reason: correct code