PennController for IBEX › Forums › Support › mixing PennController and other controller › Reply To: mixing PennController and other controller
May 22, 2019 at 1:42 pm
#3662
robpetrosino
Participant
UPDATE.
Hi again,
I am trying the first solution you suggested. If I understand correctly, the following code should do the trick:
PennController.Template ("4r_warmup.csv",
row => [
"AcceptabilityJudgment", {s: " ", q: row.item, as: ["1", "2", "3", "4", "5","6","7"], leftComment: "(very bad)", rightComment: "(very good)"}
]
);
The csv file “4r_warmup.csv” contains a column “item” in which the stimuli are listed. However, this does not work (the whole command is skipped and the other part of the experiment is instead shown).
- This reply was modified 5 years, 4 months ago by robpetrosino.