﻿<?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 3  » Likert Items are not presented</title><generator>InstantForum 2017-1 Final</generator><description>Millisecond Forums</description><link>https://forums.millisecond.com/</link><webMaster>Millisecond Forums</webMaster><lastBuildDate>Sun, 12 Apr 2026 20:39:22 GMT</lastBuildDate><ttl>20</ttl><item><title>RE: Likert Items are not presented</title><link>https://forums.millisecond.com/Topic4591.aspx</link><description>&lt;p&gt;Ok that really helped...I really appreciate that quick help Thanks[:)]&lt;/p&gt;</description><pubDate>Tue, 08 Jun 2010 06:39:14 GMT</pubDate><dc:creator>Nighthawk</dc:creator></item><item><title>RE: Likert Items are not presented</title><link>https://forums.millisecond.com/Topic4590.aspx</link><description>&lt;p&gt;[quote] thought the attribute /items=likertverhalten does the job to tell inquisit what items to present for the likert questions and the select attribute tells inquisit how to select these items e.g. randomly or in sequence.[/quote]&lt;/p&gt;
&lt;p&gt;That is correct. However, in the code you posted the syntax for the select attribute was incorrect:&lt;/p&gt;
&lt;p&gt;(1) The selectionmode must be entered without brackets: '/ select = noreplace', *not* '/ select = (noreplace)'.&lt;/p&gt;
&lt;p&gt;(2) Also, you had things set to 'noreplacenot' which would be used to define a dependency. However, you didn't supply a proper dependency and additionally you don't need any in your particular script.&lt;/p&gt;
&lt;p&gt;[quote]Does Inquisit now still present these Items over different subjects?[/quote]&lt;/p&gt;
&lt;p&gt;Each subject will see the same items, albeit in (a different) random order.&lt;/p&gt;
&lt;p&gt;~Dave&lt;/p&gt;</description><pubDate>Tue, 08 Jun 2010 06:32:23 GMT</pubDate><dc:creator>Dave</dc:creator></item><item><title>RE: Likert Items are not presented</title><link>https://forums.millisecond.com/Topic4589.aspx</link><description>&lt;p&gt;Hey thanks a lot...the worked out even though I dont understand why it has to be written in the select attribute...I thought the attribute /items=likertverhalten does the job to tell inquisit what items to present for the likert questions and the select attribute tells inquisit how to select these items e.g. randomly or in sequence. Does Inquisit now still present these Items over different subjects?&lt;/p&gt;</description><pubDate>Tue, 08 Jun 2010 06:26:36 GMT</pubDate><dc:creator>Nighthawk</dc:creator></item><item><title>RE: Likert Items are not presented</title><link>https://forums.millisecond.com/Topic4588.aspx</link><description>&lt;p&gt;You need to change the '/ select' attribute to '/ select = noreplace' in &amp;lt;text likerteinstellung&amp;gt; and &amp;lt;text likertverhalten&amp;gt;.&lt;/p&gt;
&lt;p&gt;~Dave&lt;/p&gt;</description><pubDate>Tue, 08 Jun 2010 06:04:56 GMT</pubDate><dc:creator>Dave</dc:creator></item><item><title>Likert Items are not presented</title><link>https://forums.millisecond.com/Topic4587.aspx</link><description>&lt;p&gt;Hello there,&lt;/p&gt;
&lt;p&gt;I have a problem. I pogrammed some survey question which show up right after the IAT. But somehow the likert items are not presented. Can somebody tell me what the reason is? Thanks a lot in advance...I paste the part of the script ....&lt;/p&gt;

&lt;p&gt;***********************************************************&lt;br /&gt;Explicit Part&lt;br /&gt;************************************************************&lt;br /&gt;&lt;br /&gt;&amp;lt;block explicit_block&amp;gt;&lt;br /&gt;/ trials = [1=demographics; 2-10=likertEinstellung; 11-19=likertVerhalten]&lt;br /&gt;&amp;lt;/block&amp;gt;&lt;br /&gt;&lt;br /&gt;&amp;lt;dropdown Geschlecht&amp;gt;&lt;br /&gt;/ caption = "Geschlecht"&lt;br /&gt;/ options = ("weiblich", "m&amp;auml;nnlich")&lt;br /&gt;&amp;lt;/dropdown&amp;gt;&lt;br /&gt;&lt;br /&gt;&amp;lt;textbox alter&amp;gt;&lt;br /&gt;/ caption = "Alter"&lt;br /&gt;/ mask = positiveinteger&lt;br /&gt;/ range = (7, 99)&lt;br /&gt;&amp;lt;/textbox&amp;gt;&lt;br /&gt;&lt;br /&gt;&amp;lt;radiobuttons Haushaltsgr&amp;ouml;sse&amp;gt;&lt;br /&gt;/ caption = "Haushaltsgr&amp;ouml;sse"&lt;br /&gt;/ options = ("1 Person", "2 Personen", "3 Personen", "4 Personen", "5 Personen", "mehr als 5 Personen")&lt;br /&gt;&amp;lt;/radiobuttons&amp;gt;&lt;br /&gt;&lt;br /&gt;&amp;lt;radiobuttons Kinder&amp;gt;&lt;br /&gt;/ caption = "Wie viel Kinder leben zur Zeit in Ihrem Haushalt?"&lt;br /&gt;/ options = ("keine Kinder","1 Kind", "2 Kinder", "3 Kinder", "4 Kinder", "5 Kinder", "mehr als 5 Kinder")&lt;br /&gt;&amp;lt;/radiobuttons&amp;gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&amp;lt;surveypage demographics&amp;gt;&lt;br /&gt;/ caption = "Wir bitten Sie nun um einige demographische Angaben"&lt;br /&gt;/ fontstyle = ("Verdana", -16, true, false, false, false, 5, 0)&lt;br /&gt;/ questions = [1=Geschlecht; 2=Alter; 3=Haushaltsgr&amp;ouml;sse; 4=Kinder]&lt;br /&gt;&amp;lt;/surveypage&amp;gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&amp;lt;page pagename&amp;gt;&lt;br /&gt;This element has no attributes&lt;br /&gt;&amp;lt;/page&amp;gt; &lt;br /&gt;&lt;br /&gt;&amp;lt;text likerteinstellung&amp;gt;&lt;br /&gt;/size = (600, 70)&lt;br /&gt;/items = likertEinstellung&lt;br /&gt;/position = (50, 50)&lt;br /&gt;/txcolor = (50, 50, 50)&lt;br /&gt;/halign = center&lt;br /&gt;/ fontstyle = ("Verdana", -19, true, false, false, false, 5, 0)&lt;br /&gt;/select = (noreplacenot)&lt;br /&gt;&amp;lt;/text&amp;gt;&lt;br /&gt;&lt;br /&gt;&amp;lt;text likertverhalten&amp;gt;&lt;br /&gt;/size = (600, 70)&lt;br /&gt;/items = likertverhalten&lt;br /&gt;/position = (50, 50)&lt;br /&gt;/txcolor = (50, 50, 50)&lt;br /&gt;/halign = center&lt;br /&gt;/fontstyle = ("Verdana", -19, true, false, false, false, 5, 0)&lt;br /&gt;/select = (noreplacenot)&lt;br /&gt;&amp;lt;/text&amp;gt;&lt;br /&gt;&lt;br /&gt;&amp;lt;item likertEinstellung&amp;gt;&lt;br /&gt;/1 = "Nachhaltige Produktion macht keinen wirklichen Unterschied f&amp;uuml;r die Umwelt."&lt;br /&gt;/2 = "Wenn ein Umweltlabel auf einer Verpackung ist, bin ich mir sicher, dass das Produkt auch nachhaltig produziert wurde."&lt;br /&gt;/3 = "Das Gerede um Nachhaltigkeit ist eine Mode-Erscheinung; es steckt nicht viel dahinter."&lt;br /&gt;/4 = "Ich bin gerne bereit, f&amp;uuml;r nachhaltig produzierte Produkte mehr Geld auszugeben."&lt;br /&gt;/5 = "Mit der Wahl nachhaltiger Produkte kann ich als Verbraucher den nachhaltigen Konsum ankurbeln und Unternehmen motivieren, sich nachhaltig zu engagieren"&lt;br /&gt;/6 = "Es ist eine Schande, dass &amp;uuml;berhaupt noch Produkte verkauft werden, die nicht aus nachhaltiger Produktion stammen."&lt;br /&gt;/7 = "Die Annahme, ich h&amp;auml;tte als Verbraucher die Macht, mit meinen Konsum- und Lebensgewohnheiten das Warenangebot und damit den Markt nachhaltig zu beeinflussen,&lt;br /&gt;finde ich schlichtweg &amp;uuml;bertrieben."&lt;br /&gt;/8 = "Ich finde, Umweltlabel auf Produkten sind noch lange kein zutreffender Hinweis auf nachhaltige Produktion."&lt;br /&gt;/9 = "Ich bin der Meinung, dass ich mit meinen Konsumentscheidungen dazu beitragen kann, dass Menschenrechte geachtet, Ressourcen geschont und das Klimagesch&amp;uuml;tzt wird."&lt;br /&gt;&amp;lt;/item&amp;gt;&lt;br /&gt;&lt;br /&gt;&amp;lt;item likertVerhalten&amp;gt;&lt;br /&gt;/1 = "In Zukunft werde ich es bewusst vermeiden, nachhaltige Produkte zu kaufen und daf&amp;uuml;r unnutz mehr Geld zu bezahlen."&lt;br /&gt;/2 = "Bei meinem letzten Einkauf habe ich darauf geachtet, wenn m&amp;ouml;glich, ausschliesslich nachhaltige Produkte zu kaufen (etwa Produkte mit Umweltlabel)."&lt;br /&gt;/3 = "Wenn ich an meine letzten Eink&amp;auml;ufe denke, habe ich mich bei meiner Konsumentscheidung oft f&amp;uuml;r die nachhaltigen Produkte entschieden, auch wenn diese teurer waren."&lt;br /&gt;/4 = "Wenn ich mich zuk&amp;uuml;nftig in einer Kaufsituation zwischen zwei Produkten entscheiden muss, werde ich ganz bewusst darauf achten, ob eines der Produkte&lt;br /&gt;ein Umweltlabel (bspw. Fairtrade, Bio) tr&amp;auml;gt."&lt;br /&gt;/5 = "Im n&amp;auml;chsten Monat werde ich sehr wahrscheinlich auf in Reformh&amp;auml;usern Lebensmittel einkaufen"&lt;br /&gt;/6 = "Ich diskutiere oft mit Freunden oder Familie &amp;uuml;ber das Thema Nachhaltigkeit und vertrete dort meine Meinung."&lt;br /&gt;/7 = "Ich vertrete meine Einstellung zum Thema Nachhaltigkeit &amp;ouml;ffentlich im Internet, wie bspw. auf social networks oder blogs (Twitter Facebook etc.)."&lt;br /&gt;/8 = "Ich engagiere mich f&amp;uuml;r nachhaltige Projekte, indem ich in Vereinen mitwirke oder solche Projekte mit Spenden unterst&amp;uuml;tze."&lt;br /&gt;/9 = "&amp;Uuml;ber Medienberichte informiere ich mich bewusst &amp;uuml;ber die neusten Trends und Entwicklungen zum Thema Nachhaltigkeit."&lt;br /&gt;&amp;lt;/item&amp;gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&amp;lt;likert likertEinstellung&amp;gt;&lt;br /&gt;/ anchors = [1="trifft &amp;uuml;berhaupt nicht zu"; 5="trifft voll und ganz zu"]&lt;br /&gt;/ stimulusframes = [1 = likerteinstellung]&lt;br /&gt;/ mouse=false&lt;br /&gt;/ numpoints=5&lt;br /&gt;/ fontstyle = ("Verdana", -15, true, false, false, false, 5, 0)&lt;br /&gt;/ position= (50, 80)&lt;br /&gt;/ anchorwidth=10%&lt;br /&gt;&amp;lt;/likert&amp;gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&amp;lt;likert likertVerhalten&amp;gt;&lt;br /&gt;/ anchors = [1="trifft &amp;uuml;berhaupt nicht zu"; 5="trifft voll und ganz zu"]&lt;br /&gt;/ stimulusframes = [1 = likertverhalten]&lt;br /&gt;/ mouse=false&lt;br /&gt;/ numpoints=5&lt;br /&gt;/ fontstyle = ("Verdana", -15, true, false, false, false, 5, 0)&lt;br /&gt;/ position= (50, 80)&lt;br /&gt;/anchorwidth=10%&lt;br /&gt;&amp;lt;/likert&amp;gt;&lt;br /&gt;&lt;/p&gt;</description><pubDate>Tue, 08 Jun 2010 05:53:08 GMT</pubDate><dc:creator>Nighthawk</dc:creator></item></channel></rss>