TextInput??

PennController for IBEX Forums Support TextInput??

Tagged: 

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #7519
    rm_ut
    Participant

    I would like to run an experiment that uses TextInput element with a time limit eventually. I’m trying the code that is exactly the same as the one in https://www.pcibex.net/wiki/textinput-element/ (the very first one), but it does not work and shows an error message “ERROR: There must be some items in the running order!”. What is wrong with it? The demonstration link is below.
    https://farm.pcibex.net/r/jjIDfe/

    #7520
    Jeremy
    Keymaster

    Hello,

    The documentation page your message links to is outdated. The message at the top of the page invites you to consult the new documentation instead:

    You are reading an outdated documentation. Please visit the new documentation instead.

    That being said, the piece of code given in the documentation works well. The problem with your script is that you replaced the whole content of main.js with just that piece of code, instead of inserting it inside a newTrial that would come after PennController.ResetPrefix(null). I strongly encourage you to read the tutorial to get more familiar with PennController script

    Jeremy

    #7524
    rm_ut
    Participant

    Thank you for your explanation. I understood the code does not work by just putting it on the main.js. I am trying to put the TextInput element, referring to the updated documents, into my trial but it does not work. I set a 5000ms time limit by using newTimer, callback, and disable() so that the participants cannot write an answer anymore after 5000ms. The error message is the same as the one in the previous question, “ERROR: There must be some items in the running order!”. The demonstration link is below.
    https://farm.pcibex.net/r/FNJolB/

    #7525
    rm_ut
    Participant

    I could solve the problem. I apologize for bothering you.

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.