﻿<?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  » "Elements not located" error messages</title><generator>InstantForum 2017-1 Final</generator><description>Millisecond Forums</description><link>https://forums.millisecond.com/</link><webMaster>Millisecond Forums</webMaster><lastBuildDate>Wed, 24 Jun 2026 11:11:43 GMT</lastBuildDate><ttl>20</ttl><item><title>"Elements not located" error messages</title><link>https://forums.millisecond.com/Topic21761.aspx</link><description>Hi everyone,&lt;br/&gt;I'm compiling a script that includes explicit measures and two IATs. There are two blocks in my script (attached), "consent" and "targets_no_info" that Inquisit has issues with; the trials for both of these blocks could not be "located." I have moderate familiarity with Inquisit, and included for each block a block element, a response scale element (Likert, openended), a text element, and an item element. I have checked the script for typos, etc., and can't figure out what the problem is.&lt;br/&gt;&lt;br/&gt;Within the consent block, it also says it cannot locate the postinstructions, even though the label for the page and the postinstructions are clearly the same (i.e., there is no typo). I'm not sure what the problem is there.&lt;br/&gt;&lt;br/&gt;Any input is much appreciated! Script is attached.&lt;br/&gt;&lt;br/&gt;Thanks!&lt;br/&gt;Rachel</description><pubDate>Fri, 02 Jun 2017 05:22:06 GMT</pubDate><dc:creator>RR</dc:creator></item><item><title>RE: "Elements not located" error messages</title><link>https://forums.millisecond.com/Topic21764.aspx</link><description>Thanks so much, Dave--it works perfectly now!&lt;br/&gt;Rachel</description><pubDate>Fri, 02 Jun 2017 05:22:06 GMT</pubDate><dc:creator>RR</dc:creator></item><item><title>RE: "Elements not located" error messages</title><link>https://forums.millisecond.com/Topic21762.aspx</link><description>&lt;div data-id="21761" class="if-quote-wrapper" unselectable="on" data-guid="1496376241220"&gt;&lt;a class="quote-para" unselectable="on" style="display: none;" href="#" data-id="21761" title="Move Cursor Below" contenteditable="false"&gt;&lt;span unselectable="on"&gt;+&lt;/span&gt;&lt;/a&gt;&lt;a class="quote-delete" unselectable="on" style="display: none;" href="#" data-id="21761" title="Delete Quote" contenteditable="false"&gt;&lt;span unselectable="on"&gt;x&lt;/span&gt;&lt;/a&gt;&lt;span unselectable="on" class="quote-markup"&gt;[quote]&lt;/span&gt;&lt;div unselectable="on" class="if-quote-header" contenteditable="false"&gt;&lt;div unselectable="on" class="if-quote-toggle-wrapper"&gt;&lt;a class="if-quote-toggle quote-link" href="#" data-id="21761" title=" "&gt;&lt;/a&gt;&lt;/div&gt;&lt;span unselectable="on" class="quote-markup"&gt;[b]&lt;/span&gt;RR - Thursday, June 1, 2017&lt;span unselectable="on" class="quote-markup"&gt;[/b]&lt;/span&gt;&lt;/div&gt;&lt;div class="if-quote-message if-quote-message-21761"&gt;&lt;div class="if-quote-message-margin"&gt;Hi everyone,&lt;br/&gt;I'm compiling a script that includes explicit measures and two IATs. There are two blocks in my script (attached), "consent" and "targets_no_info" that Inquisit has issues with; the trials for both of these blocks could not be "located." I have moderate familiarity with Inquisit, and included for each block a block element, a response scale element (Likert, openended), a text element, and an item element. I have checked the script for typos, etc., and can't figure out what the problem is.&lt;br/&gt;&lt;br/&gt;Within the consent block, it also says it cannot locate the postinstructions, even though the label for the page and the postinstructions are clearly the same (i.e., there is no typo). I'm not sure what the problem is there.&lt;br/&gt;&lt;br/&gt;Any input is much appreciated! Script is attached.&lt;br/&gt;&lt;br/&gt;Thanks!&lt;br/&gt;Rachel&lt;a class="if-quote-goto quote-link" href="#" data-id="21761"&gt;&lt;span class="goto"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/div&gt;&lt;/div&gt;&lt;span class="quote-markup"&gt;[/quote]&lt;/span&gt;&lt;/div&gt;&lt;br/&gt;The problem is that you have an unmatched double-quote (") in &amp;lt;page consent&amp;gt;:&lt;br/&gt;&lt;br/&gt;&amp;lt;page consent&amp;gt;&lt;br/&gt;"You are invited to participate ...&lt;br/&gt;&amp;lt;/page&amp;gt;&lt;br/&gt;&lt;br/&gt;i.e. it has no counterpart and thus essentially all elements located after the &amp;lt;page&amp;gt; cannot be parsed properly. Delete the quote, it is not needed anyway.&lt;br/&gt;&lt;br/&gt;Beyond that, there is no &amp;lt;text&amp;gt; element called "consent" anywhere in the script, which is why &lt;br/&gt;&lt;br/&gt;&amp;lt;likert consent&amp;gt;&lt;br/&gt;/ anchors = [1="Yes"; 2="No"]&lt;br/&gt;/anchorwidth = 120&lt;br/&gt;/ fontstyle = ("Arial", 13pt)&lt;br/&gt;&lt;strong&gt;/ frames = [1 = consent]&lt;/strong&gt;&lt;br/&gt;/ mouse=true&lt;br/&gt;/ numpoints=2&lt;br/&gt;/ position= (50, 80)&lt;br/&gt;/trialcode = "consent"&lt;br/&gt;&amp;lt;/likert&amp;gt;&lt;br/&gt;&lt;br/&gt;will rightly throw an error. You only have an &amp;lt;item consent&amp;gt; element -- and an &amp;lt;item&amp;gt; element merely holds items, it is not a stimulus that can be displayed on its own.&lt;br/&gt;</description><pubDate>Thu, 01 Jun 2017 21:11:03 GMT</pubDate><dc:creator>Dave</dc:creator></item></channel></rss>