PennController for IBEX › Forums › Support › Unable to randomize fillers and experimental items › Reply To: Unable to randomize fillers and experimental items
March 30, 2023 at 3:05 pm
#10429
nasimbhmn
Participant
Hi Jeremy,
Thanks for the reply. Sorry, I had a typo in my example but not in my script. It seems that undefined
does not work in PCIbex, but hasOwnProperty
works perfectly.
Just a minor comment on the log command (in case somebody needs to use it); it should be: .log("list", (row.hasOwnProperty("LIST")?row.LIST:"filler"))
.
Best, Nasim