HTML element not located


Author
Message
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
Here's a quick example to illustrate:

<expt>
/ preinstructions = (intropage)
/ postinstructions = (endpage)
/ blocks = [1=consentblock; 2=taskblock]
</expt>

<instruct>
/ finishlabel = ("NEXT>>")
/ windowsize = (90%, 80%)
</instruct>

<htmlpage intropage>
/ file = "intro.htm"
</htmlpage>

<htmlpage endpage>
/ file = "end.htm"
</htmlpage>

<block consentblock>
/ trials = [1=consenttrial]
</block>

<block taskblock>
/ skip = [trial.consenttrial.response=="decline"]
/ trials = [1-10=tasktrial]
</block>

<html consentpage>
/ items = ("consent.htm")
/ size = (90%, 80%)
</html>

<trial consenttrial>
/ stimulusframes = [1=consentpage, accept, decline]
/ inputdevice = mouse
/ validresponse = (accept, decline)
</trial>

<text accept>
/ items = ("ACCEPT")
/ position = (45%, 95%)
/ txbgcolor = grey
</text>

<text decline>
/ items = ("DECLINE")
/ position = (55%, 95%)
/ txbgcolor = grey
</text>

<trial tasktrial>
/ posttrialpause = 500
/ stimulusframes = [1=stimulus]
/ validresponse = (57)
</trial>

<text stimulus>
/ items = ("Press the spacebar as quickly as possible.")
</text>


jbae
jbae
Respected Member (480 reputation)Respected Member (480 reputation)Respected Member (480 reputation)Respected Member (480 reputation)Respected Member (480 reputation)Respected Member (480 reputation)Respected Member (480 reputation)Respected Member (480 reputation)Respected Member (480 reputation)
Group: Awaiting Activation
Posts: 2, Visits: 7
I apologize but I didn't realize that this thread was posted under Inquisit 4.
The above question is in reference to Inquisit 3. Would it be still possible in Inquisit 3 even though there is no <html> in Inquisit 3?

Thanks.

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, Inquisit 3 has no <html> element. You would have to display e.g. a <picture> instead.

GO

Merge Selected

Merge into selected topic...



Merge into merge target...



Merge into a specific topic ID...




Reading This Topic

Explore
Messages
Mentions
Search