﻿<?xml version="1.0" encoding="UTF-8"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/"><channel><title>Millisecond Forums » Millisecond Forums » Inquisit 4  » problem with likert q display</title><generator>InstantForum 2017-1 Final</generator><description>Millisecond Forums</description><link>https://forums.millisecond.com/</link><webMaster>Millisecond Forums</webMaster><lastBuildDate>Sun, 20 Sep 2026 10:33:07 GMT</lastBuildDate><ttl>20</ttl><item><title>problem with likert q display</title><link>https://forums.millisecond.com/Topic15243.aspx</link><description>one of my Ps reported that the extreme values on the likert scale were cut off the screen and could not be selected. it's odd, because I don't see this issue when testing the experiment.&lt;br/&gt;&lt;br/&gt;he's using windows 7 professional.&lt;br/&gt;&lt;br/&gt;v</description><pubDate>Tue, 05 May 2015 10:36:55 GMT</pubDate><dc:creator>vz29</dc:creator></item><item><title>RE: problem with likert q display</title><link>https://forums.millisecond.com/Topic16221.aspx</link><description>It would be helpful if you could also include the code for the &amp;lt;likert&amp;gt; element(s) etc. The snippet you posted seems very much incomplete.&lt;br/&gt;What I can say already is that you should define any /fontstyle in percentages&lt;br/&gt;&lt;br/&gt;/font = ("Arial", -24, 700, 0, 49)&lt;br/&gt;&lt;br/&gt;should rather be something along the lines of&lt;br/&gt;&lt;br/&gt;/ fontstyle = ("Arial", 3%, ...)&lt;br/&gt;&lt;br/&gt;as well as any /size and /position attributes.&lt;br/&gt;&lt;br/&gt;/size = (500, 70)&lt;br/&gt;&lt;br/&gt;should rather be something along the lines of&lt;br/&gt;&lt;br/&gt;/size = (75%, 20%)&lt;br/&gt;&lt;br/&gt;(or whatever fits your needs)&lt;br/&gt;</description><pubDate>Tue, 05 May 2015 10:36:55 GMT</pubDate><dc:creator>Dave</dc:creator></item><item><title>RE: problem with likert q display</title><link>https://forums.millisecond.com/Topic16220.aspx</link><description>Dave, &amp;nbsp;I am also having the same issue on Inquisit 4 and I am trying to figure out what percentages to use so that it fits the screen correctly. &amp;nbsp;Can you please be more specific on what needs to be changed? &amp;nbsp;I have a 9-point likert scale and I am only seeing response keeps for 3, 4, and 5 on my 13" macbook screen.&amp;nbsp;&lt;br/&gt;&lt;br/&gt;I think this is the relevant script you would need:&lt;br/&gt;&lt;br/&gt;&amp;lt;defaults&amp;gt;&lt;br/&gt;/screencolor = (175, 255, 175)&lt;br/&gt;/font = ("Arial", -24, 700, 0, 49)&lt;br/&gt;/txbgcolor=(255,255,255)&lt;br/&gt;&amp;lt;/defaults&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;text SymbolicRacismScaleqs&amp;gt;&lt;br/&gt;/size = (500, 70)&lt;br/&gt;/items = SymbolicRacismScaleqs&lt;br/&gt;/position = (30, 30)&lt;br/&gt;/halign = center&lt;br/&gt;/select = sequence&lt;br/&gt;&lt;br/&gt;&lt;br/&gt;Thank you for your patience with my ignorance to this issue. &amp;nbsp;</description><pubDate>Tue, 05 May 2015 09:26:06 GMT</pubDate><dc:creator>kprovenza</dc:creator></item><item><title>RE: problem with likert q display</title><link>https://forums.millisecond.com/Topic15249.aspx</link><description>That's probably because the participant is running the script on a small display with a low resolution. In such cases, elements may extend beyond screen boundaries if you have not taken proper precautions (defining all sizes and positions as percentages and/or working with the &amp;lt;defaults&amp;gt; element's /canvassize and /canvasaspectratio attributes).&lt;br/&gt;&lt;br/&gt;You can use the above-mentioned attributes as well as /windowsize to test how your script will look across different resolutions and aspect ratios on your own machine.&lt;br/&gt;</description><pubDate>Mon, 22 Dec 2014 06:36:04 GMT</pubDate><dc:creator>Dave</dc:creator></item></channel></rss>