Back
Login
Register
Login
Register
Millisecond Forums
Home
»
Millisecond Forums
»
Inquisit 4
»
Removing the Default Instruction "Press [Enter] for previous page"
Removing the Default Instruction "Press [Enter] for previous page"
Post Reply
Like
101
Removing the Default Instruction "Press [Enter] for previous page"
View
Flat Ascending
Flat Descending
Threaded
Options
Subscribe to topic
Print This Topic
RSS Feed
Goto Topics Forum
Author
Message
sunm
sunm
posted 10 Years Ago
ANSWER
HOT
Topic Details
Share Topic
Group: Forum Members
Posts: 11,
Visits: 71
Hi,
I'm having an issue with the default presentation of the instruction pages. The pages are being displayed with two buttons, on the left: "Press [Enter] for previous page" and on the right "Press space to continue".
The right button I configured and so I expected. The left button I did not expect, and does not even work (If I push Enter, it does not go to the previous page).
How do I get rid of this? I have looked through the help documentation and could not find anything. Thank you.
<instruct>
/ nextlabel = "Press the spacebar to continue"
/ nextkey = (" ")
</instruct>
<block PracticeERT>
/ trials = [1=PERT1;2=PERT2;3=PERT3;4=PERT4;5=PERT5]
/ preinstructions = (practiceVERT.instructions.page1, practiceVERT.instructions.page2, practiceVERT.instructions.page3, practiceVERT.instructions.page4)
</block>
Reply
Like
101
Dave
Dave
posted 10 Years Ago
ANSWER
Post Details
Share Post
Group: Administrators
Posts: 13K,
Visits: 104K
The attributes you need to define to alter instruction page navigation behavior are
<instruct>
[...]
/
lastlabel
= "label"
/
nextkey
= ("character") or (scancode) or (signal)
/
nextlabel
= "label"
/
prevkey
= ("character") or (scancode) or (signal)
/
prevlabel
= "label"
[...]
</instruct>
details for all of which can be found in the documentation.
Edited
10 Years Ago by
seandr
Reply
Like
107
LePhil
LePhil
posted 10 Years Ago
ANSWER
Post Details
Share Post
Group: Forum Members
Posts: 3,
Visits: 28
The question was "how to get rid of this button". From what I get, it's not possible with the parameters you described.
I found a workaround though: I put the window size to 115% (vertically) which moves the buttons out of the screen. It's not possible to get rid of the buttons by changing the labels, even if I put nothing on them they were still displayed, just as empty buttons.
Reply
Like
111
Dave
Dave
posted 10 Years Ago
ANSWER
Post Details
Share Post
Group: Administrators
Posts: 13K,
Visits: 104K
> The question was "how to get rid of this button".
That's not how I understood the original question. The fact is that instruction pages allow for navigating back and forth between them -- that's why there ought to be *two* navigation buttons. The behavior of those buttons is configured via the attributes I mentioned.
Reply
Like
115
inez
inez
posted 10 Years Ago
ANSWER
Post Details
Share Post
Group: Forum Members
Posts: 1,
Visits: 1
You can change in using the command
/ prevlabel = "the label you want"
If it comes up at the very end of the instruction pages, you can edit it with
/ lastlabel = "whatever label you want"
Hope this helps!
Reply
Like
117
CES
CES
posted 10 Years Ago
ANSWER
Post Details
Share Post
Group: Forum Members
Posts: 24,
Visits: 103
To return to this question, is there a way to get rid of the before button on the instruction page?
Reply
Like
99
Dave
Dave
posted 10 Years Ago
ANSWER
Post Details
Share Post
Group: Administrators
Posts: 13K,
Visits: 104K
No. If you want to prevent back-navigation, don't use instruction pages (<page> & <htmlpage> elements). Instead display your instructions using standard, <text>, <trial>, etc. elements.
Reply
Like
118
tela
tela
posted 8 Years Ago
ANSWER
Post Details
Share Post
Group: Forum Members
Posts: 11,
Visits: 94
My question is related: is there a way of removing/disabling next button on Surveypages? We don't want the participants to close Inquisit when they are on the last page of their experiment. Another solution I came up with is to replace it with a trial and text elements with very long delay, but I am not sure if it works properly. Any other ideas?
Reply
Like
64
Dave
Dave
posted 8 Years Ago
ANSWER
Post Details
Share Post
Group: Administrators
Posts: 13K,
Visits: 104K
You cannot remove the next button on a <surveypage>, you can however place it off-screen via the page's /nextbuttonposition attribute.
<surveypage somepage>
/ caption = "The button is off-screen. Press TAB and then ENTER to move on."
/ nextbuttonposition = (110%, 110%)
</surveypage>
Reply
Like
58
GO
Merge Selected
Merge into selected topic...
Merge into merge target...
Merge into a specific topic ID...
Open Merge
Post Reply
Like
101
Post Quoted Reply
Reading This Topic
Login
Login
Remember Me
Reset Password
Resend Validation Email
Login
Facebook
Explore
Messages
Mentions
Search