Group: Administrators
Posts: 13K,
Visits: 105K
|
Thanks for the code and additional details:
#1: I seem to be unable to reproduce the issue with HHHI_Likert_demo.iqx. The screen captures I'm getting display all stimuli presented, for both <likert> elements. Are you seeing this under Windows, OSX, or both?
Possibly unrelated, but perhaps worth pointing out:
<text HHHIpage> /size = (500, 70) ... </text>
The /size definition may be interpreted as percentages, i.e. giving the <text> element a width of 500%, and a height of 70%. I suspect the intention is to define the size in pixels, in which case
<text HHHIpage> /size = (500px, 70px) ... </text>
would be the proper explicit definition.
#2: While I am able to reproduce the "missing input box and submit button" issue, I am unable to reproduce the "screen capture for the 2nd <openended> is missing" problem with HHPercent_Likert_demo.iqx. On my test system at least, screen captures are generated for both instances of the <likert>. Here, too, are you seeing this under Windows, OSX, or both?
Thanks!
|