sepWith ERROR

PennController for IBEX Forums Support sepWith ERROR

Viewing 1 post (of 1 total)
  • Author
    Posts
  • #11001
    LaprolinUFG
    Participant

    Hello,

    I’m trying to organize my experiment in the sequence() but it seems to have an error that was not appearing before.
    Basically, I need the trial “pontoFixacao” to appear between al stimuli from my trial “Pratica”, “Alvo” and “Distratora”. Besides that, I also need this 3 trials to be randomized and the last 2 to be shuffled as well.

    With that being said, I used sepWith(), randomize() and rshuffle() that worked before in other experiments. In this one when I refresh appears the messagem: “Alert from preview: ERROR: Wrong number of arguments (or bad argument) to SepWith”

    This is how I used:
    Sequence(“Tela1”,
    “orientacoesPratica”,
    “TextoPratica”,
    sepWith (“pontoFixacao”, randomize (“Pratica”)),
    “orientacoesExperimento”,
    “TextoExperimento”,
    sepWith (“pontoFixacao”, randomize (rshuffle (“Alvo”,”Distratoras”))),
    “enviar”,
    “telaFinal”
    );

    I have no idea how to fix it, can anyone help me here?

    Here is my link: https://farm.pcibex.net/r/tpZgPY/

Viewing 1 post (of 1 total)
  • You must be logged in to reply to this topic.