Hello everybody.
I'm starting to learn ibex farm, and I have an extremely basic data file in the works with one item, but it keeps telling me that my items variable is not defined when I try to run it. Any thoughts as to why this could be?
var shufflesequence = seq("intro", "practice", rshuffle("main", "filler")
var defaults = [
"Form", {hideProgressBar: true, continueOnReturn: true, saveReactionTime: true}
"Separator", {transfer: 1000, normalMessage: "+"}
"Message", {transfer: 2000}
];
var items = [
//image that has a timer with a fill in question
//save images in some online storage site - those are my items
];