﻿<?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  » Correctresponse Checkbox</title><generator>InstantForum 2017-1 Final</generator><description>Millisecond Forums</description><link>https://forums.millisecond.com/</link><webMaster>Millisecond Forums</webMaster><lastBuildDate>Mon, 24 Aug 2026 06:06:03 GMT</lastBuildDate><ttl>20</ttl><item><title>Correctresponse Checkbox</title><link>https://forums.millisecond.com/Topic15130.aspx</link><description>Hello,&lt;br/&gt;&lt;br/&gt;in my task the participant has to answer a few questions after he saw a short video.&lt;br/&gt;At first there should be a practice-task, where the participant gets a feedback, if his answer was incorrect.&lt;br/&gt;&lt;br/&gt;In this example there are three options, with the first two being correct. Only if both answers are selected the task should be considered correct.&lt;br/&gt;&lt;br/&gt;My problem is, that if I select the option "Answer 1" the skip-command skips my feedback-trial, although the answer is wrong.&lt;br/&gt;If I select option "Answer 2" only instead, the answer is considered incorrect and the feedback-trial is presented.&lt;br/&gt;&lt;br/&gt;Is there a way to specify, that only the combination of option 1 and 2 is correct?&lt;br/&gt;&lt;br/&gt;I tried to work with / skip = [checkboxes.qvt_1.selected.1 == true &amp;amp;&amp;amp; checkboxes.qvt_1.selected.2 == true] , but I get the error-message: "Expression 'checkboxes.qvt_1.selected.1' is invalid. Expression contains an unknown element or property name."&lt;br/&gt;&lt;br/&gt;Thanks in advance!&lt;br/&gt;&lt;br/&gt;_________________________________________________________&lt;br/&gt;&lt;br/&gt;&amp;lt;surveypage hazard_vt&amp;gt;&lt;br/&gt;/ questions=[1=qvt_1]&lt;br/&gt;/ showbackbutton=false&lt;br/&gt;/ showquestionnumbers=false&lt;br/&gt;/ nextlabel="Weiter"&lt;br/&gt;/ finishlabel = "Weiter"&lt;br/&gt;&amp;lt;/surveypage&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;checkboxes qvt_1&amp;gt;&lt;br/&gt;/ caption="Example Question?"&lt;br/&gt;/ required = true&lt;br/&gt;/ position = (40, 50)&lt;br/&gt;/ options=("Answer1", "Answer 2", "Answer 3")&lt;br/&gt;/ optionvalues = ("1", "2", "3")&lt;br/&gt;/ correctresponse = ("1", "2")&lt;br/&gt;/ validresponse = ("1", "2", "3")&lt;br/&gt;&amp;lt;/checkboxes&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;trial hazard_fb&amp;gt;&lt;br/&gt;/ stimulustimes = [0=hazard_fb_r]&lt;br/&gt;/ validresponse = (50)&lt;br/&gt;/ skip = [surveypage.hazard_vt.correct == 1]&lt;br/&gt;&amp;lt;/trial&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;text hazard_fb_r&amp;gt;&lt;br/&gt;/ items = ("WRONG! Right Answer: Answer 1 und Answer2.")&lt;br/&gt;/ size = (50%, 50%)&lt;br/&gt;/ position = (50%, 50%)&lt;br/&gt;/ valign = top&lt;br/&gt;&amp;lt;/text&amp;gt;</description><pubDate>Fri, 12 Dec 2014 05:20:16 GMT</pubDate><dc:creator>mrg4</dc:creator></item><item><title>RE: Correctresponse Checkbox</title><link>https://forums.millisecond.com/Topic15182.aspx</link><description>The corresponding Inquisit help article lists "&lt;span class="property"&gt;&lt;a href="../properties/selected.htm"&gt;checkboxes.checkboxesname.selected&lt;/a&gt;" as a checkbox property instead of &lt;/span&gt;&lt;span class="property"&gt;&lt;a href="../properties/selected.htm"&gt;"checkboxes.checkboxesname.checked"&lt;/a&gt;&lt;/span&gt;&lt;span class="property"&gt;.&lt;br/&gt;&lt;br/&gt;But now using "checked" it works! Thank you so much!&lt;br/&gt;&lt;/span&gt;</description><pubDate>Fri, 12 Dec 2014 05:20:16 GMT</pubDate><dc:creator>mrg4</dc:creator></item><item><title>RE: Correctresponse Checkbox</title><link>https://forums.millisecond.com/Topic15131.aspx</link><description>&amp;gt; / skip = [checkboxes.qvt_1.selected.1 == true &amp;amp;&amp;amp; checkboxes.qvt_1.selected.2 == true]&lt;br/&gt;&lt;br/&gt;ought to read&lt;br/&gt;&lt;br/&gt;/ skip = [checkboxes.qvt_1.&lt;strong&gt;checked&lt;/strong&gt;.1 == true &amp;amp;&amp;amp; checkboxes.qvt_1.&lt;strong&gt;checked&lt;/strong&gt;.2 == true]&lt;br/&gt;&lt;br/&gt;if my memory serves correctly.&lt;br/&gt;</description><pubDate>Mon, 08 Dec 2014 04:33:20 GMT</pubDate><dc:creator>Dave</dc:creator></item></channel></rss>