Millisecond Forums

Presenting debriefing form as a picture

https://forums.millisecond.com/Topic17425.aspx

By babj - 10/19/2015

Does anybody have any advice for posting a debriefing form as a picture? I can't seem to get my screenshot to stay on the last page the study (e.g. the program closes immediately).

Here's what I did:

1) Defined the screenshot as an item:
<item debriefingpic>
/1 = "debriefing.png"
</item>

2) Used the item with the picture element:
<picture debriefingpicture>
/ items = debriefingpic
/ size = (90%, 90%)
</picture>

3) Used the picture element as a block
<block debriefing>
/ bgstim = (debriefingpicture)
/ recorddata = false
</block>

Does anybody have any ideas on what I might be doing wrong?

Thanks!


By Dave - 10/19/2015

The problem is that that <block> has nothing to do: It doesn't run any trials. Set up a <trial> element that displays the <picture>, run the <trial> via the <block>'s /trials attribute.