Fill-in-blanks open ended question textbox


Author
Message
fksmo07
fksmo07
Associate Member (97 reputation)Associate Member (97 reputation)Associate Member (97 reputation)Associate Member (97 reputation)Associate Member (97 reputation)Associate Member (97 reputation)Associate Member (97 reputation)Associate Member (97 reputation)Associate Member (97 reputation)
Group: Forum Members
Posts: 5, Visits: 43
Hi Mr. Dave, sorry to bother You. I searched the forum but coudn't find similar info.

I was wondering is it possible to use openeded element to make something like this in picture below. I want to make a trial that would present participants with fill-in-blanks questions but instead of ______ there would be textbox.


I'm still learning this software, sorry if its silly question. Thank You in advance
Dave
Dave
Supreme Being (1M reputation)Supreme Being (1M reputation)Supreme Being (1M reputation)Supreme Being (1M reputation)Supreme Being (1M reputation)Supreme Being (1M reputation)Supreme Being (1M reputation)Supreme Being (1M reputation)Supreme Being (1M reputation)
Group: Administrators
Posts: 12K, Visits: 98K
No super-easy way to do this, you'll have to position various <textbox> elements on a surveypage, in-between <caption> elements for the surrounding text.

<defaults>
/ canvasaspectratio = (4,3)
/ fontstyle = ("Arial", 2%)
</defaults>

<surveypage example>
/ questions = [1=cap1, tb1; 2=cap2, cap3; 3=tb2; 4=cap4]
/ showquestionnumbers = false
/ showpagenumbers = false
</surveypage>

<caption cap1>
/ caption = "The war is not meant to be "
/ position = (20%, 5%)
</caption>

<textbox tb1>
/ textboxsize = (15%, 2.5%)
/ position = (39%, 5%)
</textbox>

<caption cap2>
/ caption = ", it is"
/ position = (55%, 5%)
</caption>

<caption cap3>
/ caption = "meant to be "
/ position = (20%, 10%)
</caption>

<textbox tb2>
/ textboxsize = (15%, 2.5%)
/ position = (29%, 10%)
</textbox>

<caption cap4>
/ caption = ". Hierarchical society is "
/ position = (45%, 10%)
</caption>

etc.






Edited 2 Years Ago by Dave
fksmo07
fksmo07
Associate Member (97 reputation)Associate Member (97 reputation)Associate Member (97 reputation)Associate Member (97 reputation)Associate Member (97 reputation)Associate Member (97 reputation)Associate Member (97 reputation)Associate Member (97 reputation)Associate Member (97 reputation)
Group: Forum Members
Posts: 5, Visits: 43
Dave - 6/16/2022
<defaults>
/ canvasaspectratio = (4,3)
/ fontstyle = ("Arial", 2%)
</defaults>

<surveypage example>
/ questions = [1=cap1, tb1; 2=cap2, cap3; 3=tb2; 4=cap4]
/ showquestionnumbers = false
/ showpagenumbers = false
</surveypage>

<caption cap1>
/ caption = "The war is not meant to be "
/ position = (20%, 5%)
</caption>

<textbox tb1>
/ textboxsize = (15%, 2.5%)
/ position = (39%, 5%)
</textbox>

<caption cap2>
/ caption = ", it is"
/ position = (55%, 5%)
</caption>

<caption cap3>
/ caption = "meant to be "
/ position = (20%, 10%)
</caption>

<textbox tb2>
/ textboxsize = (15%, 2.5%)
/ position = (29%, 10%)
</textbox>

<caption cap4>
/ caption = ". Hierarchical society is "
/ position = (45%, 10%)
</caption>

etc.






Thank you Sir, you are a lifesaver!
GO

Merge Selected

Merge into selected topic...



Merge into merge target...



Merge into a specific topic ID...




Reading This Topic

Explore
Messages
Mentions
Search