JeroenW
|
|
Group: Forum Members
Posts: 9,
Visits: 1
|
Hi I want to do a task wich involves a surprise recall task. At first i am gonna let the participants hear 28 sentences (audio). After some fillertask I want to ask them how much sentences they can remember. Because i don't want it to be a motivational problem, i don't want to use <openended. I would like to have a page wich there are standing the numbers 1 to 28 and after every number there is space to type a sentence, so in this way the participants know that there were 28 sentences. And, if it is possible, if they want to continue and they dont have all the sentences (most likely) they still gat a warning like: You still didnt fill out all the 28 sentences, are you sure you want to continue?. I hope something like this is possible Thanks for the help in advance! Jeroen
|
|
|
Dave
|
|
Group: Administrators
Posts: 13K,
Visits: 108K
|
You need to set up <textbox> elements and put them on one or several <surveypage>s. I doubt that it's possible to cram 28 on a single screen, though.
|
|
|
JeroenW
|
|
Group: Forum Members
Posts: 9,
Visits: 1
|
Thank you, did that. Because the sentences are very short i think it might be possible. this is the script I have so far:
<expt > / blocks = [1=einde] </expt> <block einde > / trials = [1 = einde] </block> <surveypage einde> / questions = [1=onderzoek1; 2=onderzoek2; 3=onderzoek3; 4=onderzoek4; 5=onderzoek5; 6=onderzoek6; 7=onderzoek7; 8=onderzoek8; 9=onderzoek9; 10=onderzoek10; 11=onderzoek11; 12=onderzoek12; 13=onderzoek13; 14=onderzoek14; 15=onderzoek15; 16=onderzoek16; 17=onderzoek17; 18=onderzoek18; 19=onderzoek19; 20=onderzoek20; 21=onderzoek21; 22=onderzoek22; 23=onderzoek23; 24=onderzoek24; 25=onderzoek25; 26=onderzoek26; 27=onderzoek27; 28=onderzoek28] / fontstyle = ("Verdana, -20") </surveypage> <textbox onderzoek1> / multiline = false /maxchars = 100 / position = = (1,10) / textboxsize = (49,5) </textbox> <textbox onderzoek2> / multiline = false /maxchars = 100 / position = (1,16) / textboxsize = (49,5) </textbox> <textbox onderzoek3> / multiline = false /maxchars = 100 / position = (1,22) / textboxsize = (49,5) </textbox> <textbox onderzoek4> / multiline = false /maxchars = 100 / position = (1,28) / textboxsize = (49,5) </textbox> <textbox onderzoek5> / multiline = false /maxchars = 100 / position = (1,34) / textboxsize = (49,5) </textbox> <textbox onderzoek6> / multiline = false /maxchars = 100 / position = (1,40) / textboxsize = (49,5) </textbox> <textbox onderzoek7> / multiline = false /maxchars = 100 / position = (1,46) / textboxsize = (49,5) </textbox> <textbox onderzoek8> / multiline = false /maxchars = 100 / position = (1,52) / textboxsize = (49,5) </textbox> <textbox onderzoek9> / multiline = false /maxchars = 100 / position = (1,58) / textboxsize = (49,5) </textbox> <textbox onderzoek10> / multiline = false /maxchars = 100 / position = (1,64) / textboxsize = (49,5) </textbox> <textbox onderzoek11> / multiline = false /maxchars = 100 / position = (1,70) / textboxsize = (49,5) </textbox> <textbox onderzoek12> / multiline = false /maxchars = 100 / position = (1,76) / textboxsize = (49,5) </textbox> <textbox onderzoek13> / multiline = false /maxchars = 100 / position = (1,82) / textboxsize = (49,5) </textbox> <textbox onderzoek14> / multiline = false /maxchars = 100 / position = (1,88) / textboxsize = (49,5) </textbox> <textbox onderzoek15> / multiline = false /maxchars = 100 / position = = (50,10) / textboxsize = (49,5) </textbox> <textbox onderzoek16> / multiline = false /maxchars = 100 / position = (50,16) / textboxsize = (49,5) </textbox> <textbox onderzoek17> / multiline = false /maxchars = 100 / position = (50,22) / textboxsize = (49,5) </textbox> <textbox onderzoek18> / multiline = false /maxchars = 100 / position = (50,28) / textboxsize = (49,5) </textbox> <textbox onderzoek19> / multiline = false /maxchars = 100 / position = (50,34) / textboxsize = (49,5) </textbox> <textbox onderzoek20> / multiline = false /maxchars = 100 / position = (50,40) / textboxsize = (49,5) </textbox> <textbox onderzoek21> / multiline = false /maxchars = 100 / position = (50,46) / textboxsize = (49,5) </textbox> <textbox onderzoek22> / multiline = false /maxchars = 100 / position = (50,52) / textboxsize = (49,5) </textbox> <textbox onderzoek23> / multiline = false /maxchars = 100 / position = (50,58) / textboxsize = (49,5) </textbox> <textbox onderzoek24> / multiline = false /maxchars = 100 / position = (50,64) / textboxsize = (49,5) </textbox> <textbox onderzoek25> / multiline = false /maxchars = 100 / position = (50,70) / textboxsize = (49,5) </textbox> <textbox onderzoek26> / multiline = false /maxchars = 100 / position = (50,76) / textboxsize = (49,5) </textbox> <textbox onderzoek27> / multiline = false /maxchars = 100 / position = (50,82) / textboxsize = (49,5) </textbox> <textbox onderzoek28> / multiline = false /maxchars = 100 / position = (50,88) / textboxsize = (49,5) </textbox> My questions are, is it possible to put numbers at the start of every text box? And how do I remove the number 1 at the top left? And how can i change the position of the "finish/next button, so that it will not appear in a text box?
|
|
|
JeroenW
|
|
Group: Forum Members
Posts: 9,
Visits: 1
|
Thank you, did that. Because the sentences are very short i think it might be possible. this is the script I have so far:
<expt > / blocks = [1=einde] </expt> <block einde > / trials = [1 = einde] </block> <surveypage einde> / questions = [1=onderzoek1; 2=onderzoek2; 3=onderzoek3; 4=onderzoek4; 5=onderzoek5; 6=onderzoek6; 7=onderzoek7; 8=onderzoek8; 9=onderzoek9; 10=onderzoek10; 11=onderzoek11; 12=onderzoek12; 13=onderzoek13; 14=onderzoek14; 15=onderzoek15; 16=onderzoek16; 17=onderzoek17; 18=onderzoek18; 19=onderzoek19; 20=onderzoek20; 21=onderzoek21; 22=onderzoek22; 23=onderzoek23; 24=onderzoek24; 25=onderzoek25; 26=onderzoek26; 27=onderzoek27; 28=onderzoek28] / fontstyle = ("Verdana, -20") </surveypage> <textbox onderzoek1> / multiline = false /maxchars = 100 / position = = (1,10) / textboxsize = (49,5) </textbox> <textbox onderzoek2> / multiline = false /maxchars = 100 / position = (1,16) / textboxsize = (49,5) </textbox> <textbox onderzoek3> / multiline = false /maxchars = 100 / position = (1,22) / textboxsize = (49,5) </textbox> <textbox onderzoek4> / multiline = false /maxchars = 100 / position = (1,28) / textboxsize = (49,5) </textbox> <textbox onderzoek5> / multiline = false /maxchars = 100 / position = (1,34) / textboxsize = (49,5) </textbox> <textbox onderzoek6> / multiline = false /maxchars = 100 / position = (1,40) / textboxsize = (49,5) </textbox> <textbox onderzoek7> / multiline = false /maxchars = 100 / position = (1,46) / textboxsize = (49,5) </textbox> <textbox onderzoek8> / multiline = false /maxchars = 100 / position = (1,52) / textboxsize = (49,5) </textbox> <textbox onderzoek9> / multiline = false /maxchars = 100 / position = (1,58) / textboxsize = (49,5) </textbox> <textbox onderzoek10> / multiline = false /maxchars = 100 / position = (1,64) / textboxsize = (49,5) </textbox> <textbox onderzoek11> / multiline = false /maxchars = 100 / position = (1,70) / textboxsize = (49,5) </textbox> <textbox onderzoek12> / multiline = false /maxchars = 100 / position = (1,76) / textboxsize = (49,5) </textbox> <textbox onderzoek13> / multiline = false /maxchars = 100 / position = (1,82) / textboxsize = (49,5) </textbox> <textbox onderzoek14> / multiline = false /maxchars = 100 / position = (1,88) / textboxsize = (49,5) </textbox> <textbox onderzoek15> / multiline = false /maxchars = 100 / position = = (50,10) / textboxsize = (49,5) </textbox> <textbox onderzoek16> / multiline = false /maxchars = 100 / position = (50,16) / textboxsize = (49,5) </textbox> <textbox onderzoek17> / multiline = false /maxchars = 100 / position = (50,22) / textboxsize = (49,5) </textbox> <textbox onderzoek18> / multiline = false /maxchars = 100 / position = (50,28) / textboxsize = (49,5) </textbox> <textbox onderzoek19> / multiline = false /maxchars = 100 / position = (50,34) / textboxsize = (49,5) </textbox> <textbox onderzoek20> / multiline = false /maxchars = 100 / position = (50,40) / textboxsize = (49,5) </textbox> <textbox onderzoek21> / multiline = false /maxchars = 100 / position = (50,46) / textboxsize = (49,5) </textbox> <textbox onderzoek22> / multiline = false /maxchars = 100 / position = (50,52) / textboxsize = (49,5) </textbox> <textbox onderzoek23> / multiline = false /maxchars = 100 / position = (50,58) / textboxsize = (49,5) </textbox> <textbox onderzoek24> / multiline = false /maxchars = 100 / position = (50,64) / textboxsize = (49,5) </textbox> <textbox onderzoek25> / multiline = false /maxchars = 100 / position = (50,70) / textboxsize = (49,5) </textbox> <textbox onderzoek26> / multiline = false /maxchars = 100 / position = (50,76) / textboxsize = (49,5) </textbox> <textbox onderzoek27> / multiline = false /maxchars = 100 / position = (50,82) / textboxsize = (49,5) </textbox> <textbox onderzoek28> / multiline = false /maxchars = 100 / position = (50,88) / textboxsize = (49,5) </textbox> My questions are, is it possible to put numbers at the start of every text box? And how do I remove the number 1 at the top left? And how can i change the position of the "finish/next button, so that it will not appear in a text box?
|
|
|
Dave
|
|
Group: Administrators
Posts: 13K,
Visits: 108K
|
My questions are, is it possible to put numbers at the start of every text box? You'd have to set /showquestionnumbers to false for the page, set up <caption> elements for the numbering and position them properly. And how do I remove the number 1 at the top left? See the documentation for the /showpagenumbers attribute. You'll want to set that to false also. And how can i change the position of the "finish/next button, so that it will not appear in a text box? See the documentation for the /nextbuttonposition attribute.
|
|
|
JeroenW
|
|
Group: Forum Members
Posts: 9,
Visits: 1
|
Thank you very much for the advice. Then I have another question, now participant can only continue if they fill out every text box. How can i change this? Because i expect that nobody will remember all the sentences.
|
|
|
Dave
|
|
Group: Administrators
Posts: 13K,
Visits: 108K
|
See the documentation for the /required attribute.
|
|
|
JeroenW
|
|
Group: Forum Members
Posts: 9,
Visits: 1
|
Thanks again! (hopefully) my last question, how can i change the position of the text on this page which i wrote with / caption?
|
|
|
JeroenW
|
|
Group: Forum Members
Posts: 9,
Visits: 1
|
here my script <surveypage zinnen> / questions = [1=onderzoek1; 2=onderzoek2; 3=onderzoek3; 4=onderzoek4; 5=onderzoek5; 6=onderzoek6; 7=onderzoek7; 8=onderzoek8; 9=onderzoek9; 10=onderzoek10; 11=onderzoek11; 12=onderzoek12; 13=onderzoek13; 14=onderzoek14; 15=onderzoek15; 16=onderzoek16; 17=onderzoek17; 18=onderzoek18; 19=onderzoek19; 20=onderzoek20; 21=onderzoek21; 22=onderzoek22; 23=onderzoek23; 24=onderzoek24; 25=onderzoek25; 26=onderzoek26; 27=onderzoek27; 28=onderzoek28] / fontstyle = ("Verdana, -20") /showpagenumbers = false /showquestionnumbers = false /nextbuttonposition = (90,97) / caption = "how do i change this position????" </surveypage>
|
|
|
Dave
|
|
Group: Administrators
Posts: 13K,
Visits: 108K
|
Not possible. You would have to remove the /caption attribute from the page and -- again -- use a dedicated <caption> element with the desired /position specified.
|
|
|