Hello,
In my experience their is a ”fill in the boxes” task. So I made a html file with the text with the words that the participants will have to complete. The code, bellow, makes the link with the file.
However, when I open my results, I can not see what they have written. How can I save the filled boxes and see in the results their answers?
Demo link : https://farm.pcibex.net/r/XDJZjb/
PennController.ResetPrefix()
//C-test #1
newTrial ("teste",
    defaultText
        .print()
    ,
    newHtml("teste", "c-test1.html")
        .log()
        .print()
    ,
    newButton("<p>Continuar<p>")
        .center()
        .print()
        .log()
        .wait()
)