saving num of Trial per minute

Home Forums Support saving num of Trial per minute

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #4198
    Jialin
    Guest

    Dear all,

    Hello. I have a question about how I might be able to save number of Trial per minutes. The duration of my experiment 3 minutes and the end of each minute is marked in the data. The number of trials per minute and mean RT per minute of participants would be compared as the outcome of their performance.

    For example,
    minute 1
    No.of trials : 7
    minute 2
    No.of trials : 8
    minute 3
    No.of trials : 8

    I have the feeling that it might related to use setBlockData() and setInterval(), but I don’t know how to make this work. If someone could explain or write a quick example of the code for this, I would really appreciate it.

    With thanks,

    Jialin

    #4397
    Jialin
    Guest

    Hi everyone,

    I already solved this problem. But may I ask how can I end the loop when the time is up?
    I think the QRTE.Exit(); is about start a new trial, not about break and end the loop.My code is…

    if (minutesTime >= 180000){
    QRTE.setTrialData(this.questionId + ‘[MinutesNO]’,3);
    QRTE.setSurveyData(“MinutesNO”,3);

    QRTE.Exit(); //function select wrong?
    }
    // End of loop and block once the total test time is over 3 mins.

    Could you please letting me know how to end it? Thanks!

    Jialin

Viewing 2 posts - 1 through 2 (of 2 total)
  • The forum ‘Support’ is closed to new topics and replies.