﻿<?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 5  » Altering instructions in AOSPAN</title><generator>InstantForum 2017-1 Final</generator><description>Millisecond Forums</description><link>https://forums.millisecond.com/</link><webMaster>Millisecond Forums</webMaster><lastBuildDate>Sun, 05 Apr 2026 16:29:40 GMT</lastBuildDate><ttl>20</ttl><item><title>Altering instructions in AOSPAN</title><link>https://forums.millisecond.com/Topic26199.aspx</link><description>Hi all,&amp;nbsp;&lt;br/&gt;&lt;br/&gt;This may be a simple question.&lt;br/&gt;&lt;br/&gt;I am new to Inquisit. I am looking to modify a WM task (Automated OSPAN, retrieved here:&amp;nbsp;&lt;a href="https://www.millisecond.com/download/library/ospan/)"&gt;https://www.millisecond.com/download/library/ospan/)&lt;/a&gt;&lt;br/&gt;&lt;br/&gt;All I need to do is insert additional "slides" of text at the beginning of the task, and in instructions that appear after each block of trials.&amp;nbsp;&lt;br/&gt;&lt;br/&gt;It is simple to edit the instructions at the beginning, but what subsequent changes must I make to the rest of the code in order to ensure that the new slides are incorporated and presented in the correct order?&lt;br/&gt;&lt;br/&gt;Thank you!&lt;br/&gt;&lt;br/&gt;Mark&lt;br/&gt;&lt;br/&gt;</description><pubDate>Mon, 17 Dec 2018 11:35:27 GMT</pubDate><dc:creator>psychgradstudent</dc:creator></item><item><title>RE: Altering instructions in AOSPAN</title><link>https://forums.millisecond.com/Topic26200.aspx</link><description>&lt;div data-id="26199" class="if-quote-wrapper" unselectable="on" data-guid="1545075007952"&gt;&lt;a class="quote-para" unselectable="on" style="display: none;" href="#" data-id="26199" 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="26199" 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="26199" title=" "&gt;&lt;/a&gt;&lt;/div&gt;&lt;span unselectable="on" class="quote-markup"&gt;[b]&lt;/span&gt;psychgradstudent - Monday, December 17, 2018&lt;span unselectable="on" class="quote-markup"&gt;[/b]&lt;/span&gt;&lt;/div&gt;&lt;div class="if-quote-message if-quote-message-26199"&gt;&lt;div class="if-quote-message-margin"&gt;Hi all,&amp;nbsp;&lt;br/&gt;&lt;br/&gt;This may be a simple question.&lt;br/&gt;&lt;br/&gt;I am new to Inquisit. I am looking to modify a WM task (Automated OSPAN, retrieved here:&amp;nbsp;&lt;a href="https://www.millisecond.com/download/library/ospan/)"&gt;&lt;a href="https://www.millisecond.com/download/library/ospan/)"&gt;https://www.millisecond.com/download/library/ospan/)&lt;/a&gt;&lt;/a&gt;&lt;br/&gt;&lt;br/&gt;All I need to do is insert additional "slides" of text at the beginning of the task, and in instructions that appear after each block of trials.&amp;nbsp;&lt;br/&gt;&lt;br/&gt;It is simple to edit the instructions at the beginning, but what subsequent changes must I make to the rest of the code in order to ensure that the new slides are incorporated and presented in the correct order?&lt;br/&gt;&lt;br/&gt;Thank you!&lt;br/&gt;&lt;br/&gt;Mark&lt;br/&gt;&lt;br/&gt;&lt;a class="if-quote-goto quote-link" href="#" data-id="26199"&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;All the instructions are in &amp;lt;item instructions&amp;gt;, in the order they are supposed to appear during the task. Insert your additional "slide texts" there, in the positions where you need them to occur.&lt;br/&gt;&lt;br/&gt;The adjust the number of "instructions" trials run in the respective &amp;lt;block&amp;gt;s accordingly.&lt;br/&gt;&lt;br/&gt;&amp;lt;block InstrPracLetter&amp;gt;&lt;br/&gt;/ trials = [&lt;strong&gt;1-3=instructions&lt;/strong&gt;]&lt;br/&gt;/ recorddata = false&lt;br/&gt;&amp;lt;/block&amp;gt;&lt;br/&gt;&lt;br/&gt;For example, the letter practice instructions block displays three slides by default. If you were to insert a fourth one, change it to&lt;br/&gt;&lt;br/&gt;&amp;lt;block InstrPracLetter&amp;gt;&lt;br/&gt;/ trials = [&lt;strong&gt;1-4=instructions&lt;/strong&gt;]&lt;br/&gt;/ recorddata = false&lt;br/&gt;&amp;lt;/block&amp;gt;&lt;br/&gt;&lt;br/&gt;The remaining instructions blocks work the same:&lt;br/&gt;&lt;br/&gt;&amp;lt;block InstrPracMath&amp;gt;&lt;br/&gt;/ trials = [1-3=instructions]&lt;br/&gt;/ recorddata = false&lt;br/&gt;&amp;lt;/block&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;block InstrPracBoth&amp;gt;&lt;br/&gt;/ trials = [1-3=instructions]&lt;br/&gt;/ recorddata = false&lt;br/&gt;&amp;lt;/block&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;block InstrTestBoth&amp;gt;&lt;br/&gt;/ trials = [1=instructions]&lt;br/&gt;/ recorddata = false&lt;br/&gt;&amp;lt;/block&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;block InstrFinal&amp;gt;&lt;br/&gt;/ trials = [1=instructions; 2=score_report]&lt;br/&gt;/ recorddata = false&lt;br/&gt;&amp;lt;/block&amp;gt;&lt;br/&gt;</description><pubDate>Mon, 17 Dec 2018 11:35:27 GMT</pubDate><dc:creator>Dave</dc:creator></item></channel></rss>