Context Sentences removing for comprehension questions in SPR

PennController for IBEX Forums Support Context Sentences removing for comprehension questions in SPR

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #7250
    Nazarenus_UP
    Participant

    Dear Jeremy,

    I try to run a Self-Paced-Reading-Experiment and wanted to have sometimes context sentences following by my test items. Before randomizing them all was fine, but now I sometimes have the context sentence appearing at the same time, when my comprehension questions appear. I really would be grateful, if you could help me solving this problem.
    Thanks in advance,

    Kristina

    Reading_Nazarenus

    #7251
    Jeremy
    Keymaster

    Dear Kristina,

    Most of your trials print a Text element on top of the DashedSentence Controller element, so naturally the two will appear together on the screen

    Some trials have a Text element and a Scale element that get printed after the DashedSentence Controller element is removed, so you won’t see the latter with the former two together on the page at the same time

    A few trials have both a Text element printed before the DashedSentence Controller element, and a Text element + a Scale element printed after the Controller element’s wait and remove commands: for those, the content of the Controller element (the dashed sentence) will disappear from the page once the script gets to its remove command, but because you never use remove on the first Text element, it will stay on the page as the second Text element and the Scale element get printed below it. You could use getText("sentences").remove() just before printing the second Text element if you want it to disappear then

    As a side note, I strongly recommend you identify types of trials (seems like you have 4: some have no context sentences, some have one, some have a question, and some have both) and reference their content in a CSV table so you can use a Template rather than manually creating ~200 newTrials

    Jeremy

    #7307
    Nazarenus_UP
    Participant

    Dear Jeremy,

    thank you very much for your help and your advice.
    I am trying to create templates.

    Greetings,

    Kristina

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