html file saving input boxes

PennController for IBEX Forums Support html file saving input boxes

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #9572
    Mate208
    Participant

    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()
    
    )
    
    #9574
    Jeremy
    Keymaster

    Hello,

    I can see my answers in the results file when I test a copy of your experiment, here are the first four lines:

    1665953582	REDACTED	PennController	0	0	teste	NULL	PennController	0	_Trial_	Start	1665953521474	NULL
    1665953582	REDACTED	PennController	0	0	teste	NULL	Html	teste	case1	it	1665953582867	text input
    1665953582	REDACTED	PennController	0	0	teste	NULL	Html	teste	case2	reux	1665953582867	text input
    1665953582	REDACTED	PennController	0	0	teste	NULL	Html	teste	case3	nt	1665953582867	text input

    Are you still unable to see the answers today?

    Jeremy

    #9576
    Mate208
    Participant

    Hello,
    I finally found a way to save the data.
    But before that it wouldn’t save anything.

    Mate

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