Avatar

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

Supported by

Daniel_513

About

Username
Daniel_513
Joined
Visits
27
Last Active
Roles
Member

Comments

  • Hi @Daniel I was wondering if you've been able to make any headway with fixing this bug. If not then no worries, as I know you've been really busy with other things. Thanks again for your help! --Daniel
  • Hi @Daniel Sorry for my late response. Thank you very much for your help with this!
  • Hi @Daniel Thank you very much for your support with this. I suspected this was the case, as it worked fine in OpenSesame. Would you by chance be able to provide an estimate of when you think the next patch release of osweb will be released? If it …
  • Hello @Daniel, Sorry for my confusion with my posts. My first post, where I mentioned the ReferenceError, no longer applies, as I took a different approach to solving this problem by using the slice command in the outer block loop script. I will att…
  • Hello, I was wondering if you were able to get your experiment to work in OSWeb. Specifically, whether you were able to use the 'shuffle' function in the loop's script. I am using a similar command, 'slice', however it does not seem to work when tes…
  • Hello, I am having trouble implementing this solution in OSWeb, yet on OpenSesame it works flawlessly. I have several blocks of trials, all under the loop "block_loop". The block_loop contains every condition, with a variable called counte…
  • ** Sorry for the duplicate post ** I solved this problem by using the "slice" command in the block_loop, after creating two variables at the top of the experiment, as so: vars.slice_top = (vars.subject_nr * 4); vars.slice_bot = (vars.slice…
  • ** Sorry for the duplicate post ** I solved this problem by using the "slice" command in the block_loop, after creating two variables at the top of the experiment, as so: vars.slice_top = (vars.subject_nr * 4); vars.slice_bot = (vars.slice…