Hi Dave, thanks for your help. The version is Inquisit 5.0.14.0 and although it is difficult to tell which participant sent in this video I believe their setup was Mac OS X 10.14.6 Safari 14.1.2
Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_6) AppleWebKit/605. Here is the code for the page in question:
<radiobuttons q1_15_1>
/caption = "I found it hard to wind down "
/ options = ("0", "1", "2", "3")
/ optionvalues = ("0", "1", "2", "3")
/ required = true
/orientation = horizontalequal
/ fontstyle = ("Arial", 1.48%, false, false, false, false, 5, 1)
</radiobuttons>
<radiobuttons q1_15_2>
/caption = "I was aware of dryness of my mouth "
/ options = ("0", "1", "2", "3")
/ optionvalues = ("0", "1", "2", "3")
/ required = true
/orientation = horizontalequal
/ fontstyle = ("Arial", 1.48%, false, false, false, false, 5, 1)
</radiobuttons>
<radiobuttons q1_15_3>
/caption = "I couldn't seem to experience any positive feeling at all "
/ options = ("0", "1", "2", "3")
/ optionvalues = ("0", "1", "2", "3")
/ required = true
/orientation = horizontalequal
/ fontstyle = ("Arial", 1.48%, false, false, false, false, 5, 1)
</radiobuttons>
<radiobuttons q1_15_4>
/caption = "I experienced breathing difficulty (eg, excessively rapid breathing,
breathlessness in the absence of physical exertion)"
/ options = ("0", "1", "2", "3")
/ optionvalues = ("0", "1", "2", "3")
/ required = true
/orientation = horizontalequal
/ fontstyle = ("Arial", 1.48%, false, false, false, false, 5, 1)
</radiobuttons>
<radiobuttons q1_15_5>
/caption = "I found it difficult to work up the initiative to do things"
/ options = ("0", "1", "2", "3")
/ optionvalues = ("0", "1", "2", "3")
/ required = true
/orientation = horizontalequal
/ fontstyle = ("Arial", 1.48%, false, false, false, false, 5, 1)
</radiobuttons>
<surveypage SP_15_1>
/caption ="
Please read each statement and circle a number 0, 1, 2 or 3 which indicates how much the statement applied to you over the past week. There are no right or wrong answers. Do not spend too much time on any statement.
The rating scale is as follows:
0 Did not apply to me at all
1 Applied to me to some degree, or some of the time
2 Applied to me to a considerable degree, or a good part of time
3 Applied to me very much, or most of the time "
/ subcaptionfontstyle = ("Arial", 4%, true, false, false, false, 5, 1)
/ txcolor = (0, 0, 0)
/questions = [1 = q1_15_1, q1_15_2, q1_15_3, q1_15_4, q1_15_5]
/showpagenumbers = false
/showquestionnumbers = false
/ showbackbutton = false
</surveypage>