Going back from postinstructions


Author
Message
Varta
Varta
Partner Member (665 reputation)Partner Member (665 reputation)Partner Member (665 reputation)Partner Member (665 reputation)Partner Member (665 reputation)Partner Member (665 reputation)Partner Member (665 reputation)Partner Member (665 reputation)Partner Member (665 reputation)
Group: Forum Members
Posts: 8, Visits: 25
Hello,

I just started working with Inquisit and would like to get some help with a problem.
I'm currently using html pages as instruction and endpages. My problem is that the end page only shows a "next" button and I can't go back to the previous pages, unlike the rest of the survey. I'm not sure if this is a problem with the script or with the html page... Maybe someone here can help me?
The script is basically structured as followed:

<instruct>
/ nextlabel = "next"
/ prevlabel = "back"
/ lastlabel = "next"
/ inputdevice = mouse
/ font = ("Arial", -24, 400, 0, 34)
/ windowsize = (100%,100%)
</instruct>

<htmlpage instruction_IT>
/ file = "instruction_IT.html"
</htmlpage>

<htmlpage test_end>
/ file = "test_end.htm"
</htmlpage>

list of questions / trials

<survey IT_ZT>
/ pages = [1=IT_ZT1; 2=IT_ZT2; 3=IT_ZT3; ...]
/ nextlabel = "next"
/ backlabel = "back"
/ finishlabel = "next"
/ showpagenumbers = false
</survey>

<expt>
/ preinstructions = (instruction_IT)
/ blocks = [1= IT_ZT]
/ postinstructions = (test_end)
</expt>

GO

Merge Selected

Merge into selected topic...



Merge into merge target...



Merge into a specific topic ID...




Threaded View

Reading This Topic

Explore
Messages
Mentions
Search