WOW Tutorial PsychoPy3: Counterbalancing

Поделиться
HTML-код
  • Опубликовано: 28 окт 2024

Комментарии • 9

  • @SuperDayv
    @SuperDayv 3 года назад

    I'd spent a whole looking for how to do this! This was a great solution, thank you!

  • @saraeskandari1277
    @saraeskandari1277 3 года назад

    Great! How can we set waitscreen after practice trial to run online on pavlovia by coding or in the builder?

  • @nelliedimarco98
    @nelliedimarco98 4 года назад

    Hi Jordan, when I tried doing the first part it kept saying my $nRepsA was not defined even though for that loop i was referring to i had put nRepsA in the 'nReps$' slot...

    • @williambaumert7726
      @williambaumert7726 3 года назад +1

      you probably have this figured out by now but all you have to do is define at the beginning so just writing var nrepsA; var nrepsB; is enough

  • @juanjosegarrido960
    @juanjosegarrido960 3 года назад

    I have the same problem. It says nRepsA is not defined. Any solutions?

    • @williambaumert7726
      @williambaumert7726 3 года назад +1

      all you have to do is define the variables at the beginning by inserting: 'var nrepsA; var nrepsB;'

    • @devinjohnson602
      @devinjohnson602 3 года назад

      @@williambaumert7726 Where would you place these variables in the builder?

    • @12allrounder
      @12allrounder 3 года назад

      I'm also getting same error,where should I place the variables

    • @Channel-wl2qy
      @Channel-wl2qy 9 месяцев назад

      @@williambaumert7726 Where would you place these variables in the builder??