I’ve been following the tutorial and have got to the section on using a spreadsheet. I’ve followed the steps, created the spreadsheet (as .CSV) and have copied the code across. When I try the experiment, it’s stuck on ‘Loading, please wait’ but never goes anywhere. Is it possible I don’t have the right branch of the repo URL? I continued on the ‘rating-input’ one seeing as this section uses scales.
Let me know if you need any more info on the problem.
A few people have had similar problems when they used a CSV file that contained a byte order mark signaling the file’s encoding. With the .csv file uploaded under chunk_includes in your project, open the editor by clicking edit to the right of the filename, then immediately click on Save and close without bringing any change. That should get rid of the byte order mark but leave the content of your table unaffected.