﻿<?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  » Displaying Participant Generated Stimuli in Likert</title><generator>InstantForum 2017-1 Final</generator><description>Millisecond Forums</description><link>https://forums.millisecond.com/</link><webMaster>Millisecond Forums</webMaster><lastBuildDate>Wed, 23 Sep 2026 10:14:26 GMT</lastBuildDate><ttl>20</ttl><item><title>Displaying Participant Generated Stimuli in Likert</title><link>https://forums.millisecond.com/Topic22354.aspx</link><description>Hi All&lt;br/&gt;&lt;br/&gt;I have a task where participants generate 4 positive and 4 negative traits by selecting them from a list (using the checkbox element). I would then like to have participants answer questions about each of the traits they selected later in the survey using a likert scale option.&lt;br/&gt;&lt;br/&gt;I've posted my syntax below. All of the checkbox options work perfectly. But I'm not quite sure how to get the individual traits to pull up - so I'm not sure what to put in the stimulus frame for the likert element etc.&lt;br/&gt;&lt;br/&gt;I have also attached my full syntax file in case that is useful.&lt;br/&gt;&lt;br/&gt;Any help or suggestions are appreciated.&lt;br/&gt;&lt;br/&gt;Veronica&lt;br/&gt;&lt;br/&gt;&amp;lt;item positems&amp;gt;&lt;br/&gt;&amp;lt;/item&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;checkboxes postraits&amp;gt;&lt;br/&gt;/ caption = "Select 4 of the traits below that represent your parnter's MOST POSITIVE qualities:"&lt;br/&gt;/ options = ("CARING", "LOVING", "RESPONSIBLE", "SMART", "FUNNY", "HONEST", "KIND", "RESPECTFUL", "BEAUTIFUL", "LOYAL", &lt;br/&gt;"RELIABLE", "HANDSOME", "NICE", "GENTLE", "GENEROUS", "DEDICATED", "COURAGEOUS", "POSITIVE", "DRIVEN", "HAPPY", "ACTIVE", &lt;br/&gt;"TRUSTING", "CLEAN", "FUN", "GENTLE", "OUTGOING", "STRONG", "SINCERE")&lt;br/&gt;/ range = (4, 4)&lt;br/&gt;/ fontstyle = ("Arial", 18)&lt;br/&gt;&amp;lt;/checkboxes&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;surveypage positive&amp;gt;&lt;br/&gt;/ questions = [1=postraits]&lt;br/&gt;/ ontrialend = [ if (checkboxes.postraits.checked.1 == true) item.positems.item = checkboxes.postraits.option.1 ] &lt;br/&gt;/ ontrialend = [ if (checkboxes.postraits.checked.2 == true) item.positems.item = checkboxes.postraits.option.2 ] &lt;br/&gt;/ ontrialend = [ if (checkboxes.postraits.checked.3 == true) item.positems.item = checkboxes.postraits.option.3 ] &lt;br/&gt;/ ontrialend = [ if (checkboxes.postraits.checked.4 == true) item.positems.item = checkboxes.postraits.option.4 ] &lt;br/&gt;/ ontrialend = [ if (checkboxes.postraits.checked.5 == true) item.positems.item = checkboxes.postraits.option.5 ] &lt;br/&gt;/ ontrialend = [ if (checkboxes.postraits.checked.6 == true) item.positems.item = checkboxes.postraits.option.6 ] &lt;br/&gt;/ ontrialend = [ if (checkboxes.postraits.checked.7 == true) item.positems.item = checkboxes.postraits.option.7 ] &lt;br/&gt;/ ontrialend = [ if (checkboxes.postraits.checked.8 == true) item.positems.item = checkboxes.postraits.option.8 ] &lt;br/&gt;/ ontrialend = [ if (checkboxes.postraits.checked.9 == true) item.positems.item = checkboxes.postraits.option.9 ] &lt;br/&gt;/ ontrialend = [ if (checkboxes.postraits.checked.10 == true) item.positems.item = checkboxes.postraits.option.10 ] &lt;br/&gt;/ ontrialend = [ if (checkboxes.postraits.checked.11 == true) item.positems.item = checkboxes.postraits.option.11 ] &lt;br/&gt;/ ontrialend = [ if (checkboxes.postraits.checked.12 == true) item.positems.item = checkboxes.postraits.option.12 ] &lt;br/&gt;/ ontrialend = [ if (checkboxes.postraits.checked.13 == true) item.positems.item = checkboxes.postraits.option.13 ] &lt;br/&gt;/ ontrialend = [ if (checkboxes.postraits.checked.14 == true) item.positems.item = checkboxes.postraits.option.14 ] &lt;br/&gt;/ ontrialend = [ if (checkboxes.postraits.checked.15 == true) item.positems.item = checkboxes.postraits.option.15 ] &lt;br/&gt;/ ontrialend = [ if (checkboxes.postraits.checked.16 == true) item.positems.item = checkboxes.postraits.option.16 ] &lt;br/&gt;/ ontrialend = [ if (checkboxes.postraits.checked.17 == true) item.positems.item = checkboxes.postraits.option.17 ] &lt;br/&gt;/ ontrialend = [ if (checkboxes.postraits.checked.18 == true) item.positems.item = checkboxes.postraits.option.18 ] &lt;br/&gt;/ ontrialend = [ if (checkboxes.postraits.checked.19 == true) item.positems.item = checkboxes.postraits.option.19 ] &lt;br/&gt;/ ontrialend = [ if (checkboxes.postraits.checked.20 == true) item.positems.item = checkboxes.postraits.option.20 ] &lt;br/&gt;/ ontrialend = [ if (checkboxes.postraits.checked.21 == true) item.positems.item = checkboxes.postraits.option.21 ]&lt;br/&gt;/ ontrialend = [ if (checkboxes.postraits.checked.22 == true) item.positems.item = checkboxes.postraits.option.22 ] &lt;br/&gt;/ ontrialend = [ if (checkboxes.postraits.checked.23 == true) item.positems.item = checkboxes.postraits.option.23 ] &lt;br/&gt;/ ontrialend = [ if (checkboxes.postraits.checked.24 == true) item.positems.item = checkboxes.postraits.option.24 ] &lt;br/&gt;/ ontrialend = [ if (checkboxes.postraits.checked.25 == true) item.positems.item = checkboxes.postraits.option.25 ] &lt;br/&gt;/ ontrialend = [ if (checkboxes.postraits.checked.26 == true) item.positems.item = checkboxes.postraits.option.26 ] &lt;br/&gt;/ ontrialend = [ if (checkboxes.postraits.checked.27 == true) item.positems.item = checkboxes.postraits.option.27 ] &lt;br/&gt;/ ontrialend = [ if (checkboxes.postraits.checked.28 == true) item.positems.item = checkboxes.postraits.option.28 ]  &lt;br/&gt;/ showquestionnumbers = FALSE&lt;br/&gt;/ showpagenumbers = FALSE&lt;br/&gt;&amp;lt;/surveypage&amp;gt;&lt;br/&gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;text negleft&amp;gt;&lt;br/&gt;/ items = negitems&lt;br/&gt;/ position = (30%, 50%)&lt;br/&gt;&amp;lt;/text&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;text negright&amp;gt;&lt;br/&gt;/ items = negitems&lt;br/&gt;/ position = (70%, 50%)&lt;br/&gt;&amp;lt;/text&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;item negitems&amp;gt;&lt;br/&gt;&amp;lt;/item&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;checkboxes negtraits&amp;gt;&lt;br/&gt;/ caption = "Select 4 of the traits below that represent your parnter's MOST NEGATIVE qualities:"&lt;br/&gt;/ options = ("MEAN", "DISHONEST", "LAZY", "STUBBORN", "JEALOUS", "IMPATIENT", "INSENSITIVE", "SELFISH", "BUSY", &lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;  "ANNOYING", "NEGATIVE", "LOUD", "LIAR", "FORGETFUL", "CLINGY", "MOODY", "ANGRY", "BOSSY", "UNSUPPORTIVE", "CHEATER"&lt;br/&gt;  "DUMB", "GREEDY", "CRUEL", "DISLOYAL", "CARELESS", "SHY", "SLOW", "RACIST")&lt;br/&gt;/ range = (4, 4)&lt;br/&gt;/ fontstyle = ("Arial", 18)&lt;br/&gt;&amp;lt;/checkboxes&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;surveypage negative&amp;gt;&lt;br/&gt;/ questions = [1=negtraits]&lt;br/&gt;/ ontrialend = [ if (checkboxes.negtraits.checked.1 == true) item.negitems.item = checkboxes.negtraits.option.1 ] &lt;br/&gt;/ ontrialend = [ if (checkboxes.negtraits.checked.2 == true) item.negitems.item = checkboxes.negtraits.option.2 ] &lt;br/&gt;/ ontrialend = [ if (checkboxes.negtraits.checked.3 == true) item.negitems.item = checkboxes.negtraits.option.3 ] &lt;br/&gt;/ ontrialend = [ if (checkboxes.negtraits.checked.4 == true) item.negitems.item = checkboxes.negtraits.option.4 ] &lt;br/&gt;/ ontrialend = [ if (checkboxes.negtraits.checked.5 == true) item.negitems.item = checkboxes.negtraits.option.5 ] &lt;br/&gt;/ ontrialend = [ if (checkboxes.negtraits.checked.6 == true) item.negitems.item = checkboxes.negtraits.option.6 ] &lt;br/&gt;/ ontrialend = [ if (checkboxes.negtraits.checked.7 == true) item.negitems.item = checkboxes.negtraits.option.7 ] &lt;br/&gt;/ ontrialend = [ if (checkboxes.negtraits.checked.8 == true) item.negitems.item = checkboxes.negtraits.option.8 ] &lt;br/&gt;/ ontrialend = [ if (checkboxes.negtraits.checked.9 == true) item.negitems.item = checkboxes.negtraits.option.9 ] &lt;br/&gt;/ ontrialend = [ if (checkboxes.negtraits.checked.10 == true) item.negitems.item = checkboxes.negtraits.option.10 ] &lt;br/&gt;/ ontrialend = [ if (checkboxes.negtraits.checked.11 == true) item.negitems.item = checkboxes.negtraits.option.11 ] &lt;br/&gt;/ ontrialend = [ if (checkboxes.negtraits.checked.12 == true) item.negitems.item = checkboxes.negtraits.option.12 ] &lt;br/&gt;/ ontrialend = [ if (checkboxes.negtraits.checked.13 == true) item.negitems.item = checkboxes.negtraits.option.13 ] &lt;br/&gt;/ ontrialend = [ if (checkboxes.negtraits.checked.14 == true) item.negitems.item = checkboxes.negtraits.option.14 ] &lt;br/&gt;/ ontrialend = [ if (checkboxes.negtraits.checked.15 == true) item.negitems.item = checkboxes.negtraits.option.15 ] &lt;br/&gt;/ ontrialend = [ if (checkboxes.negtraits.checked.16 == true) item.negitems.item = checkboxes.negtraits.option.16 ] &lt;br/&gt;/ ontrialend = [ if (checkboxes.negtraits.checked.17 == true) item.negitems.item = checkboxes.negtraits.option.17 ] &lt;br/&gt;/ ontrialend = [ if (checkboxes.negtraits.checked.18 == true) item.negitems.item = checkboxes.negtraits.option.18 ] &lt;br/&gt;/ ontrialend = [ if (checkboxes.negtraits.checked.19 == true) item.negitems.item = checkboxes.negtraits.option.19 ] &lt;br/&gt;/ ontrialend = [ if (checkboxes.negtraits.checked.20 == true) item.negitems.item = checkboxes.negtraits.option.20 ] &lt;br/&gt;/ ontrialend = [ if (checkboxes.negtraits.checked.21 == true) item.negitems.item = checkboxes.negtraits.option.21 ] &lt;br/&gt;/ ontrialend = [ if (checkboxes.negtraits.checked.22 == true) item.negitems.item = checkboxes.negtraits.option.22 ] &lt;br/&gt;/ ontrialend = [ if (checkboxes.negtraits.checked.23 == true) item.negitems.item = checkboxes.negtraits.option.23 ] &lt;br/&gt;/ ontrialend = [ if (checkboxes.negtraits.checked.24 == true) item.negitems.item = checkboxes.negtraits.option.24 ] &lt;br/&gt;/ ontrialend = [ if (checkboxes.negtraits.checked.25 == true) item.negitems.item = checkboxes.negtraits.option.25 ] &lt;br/&gt;/ ontrialend = [ if (checkboxes.negtraits.checked.26 == true) item.negitems.item = checkboxes.negtraits.option.26 ] &lt;br/&gt;/ ontrialend = [ if (checkboxes.negtraits.checked.27 == true) item.negitems.item = checkboxes.negtraits.option.27 ] &lt;br/&gt;/ ontrialend = [ if (checkboxes.negtraits.checked.28 == true) item.negitems.item = checkboxes.negtraits.option.28 ] &lt;br/&gt;/ showquestionnumbers = FALSE&lt;br/&gt;/ showpagenumbers = FALSE&lt;br/&gt;&amp;lt;/surveypage&amp;gt;&lt;br/&gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;likert ptrait1&amp;gt;&lt;br/&gt;/ stimulusframes=[1= ]&lt;br/&gt;/ anchors=[1="1 - Not at all characteristic"; 2="2"; 3="3"; 4="4"; 5="5"; 6="6"; 7= "7", 8="8"; 9="9 - Completely characteristic of my partner"]&lt;br/&gt;/ position=(50, 90)&lt;br/&gt;&amp;lt;/likert&amp;gt;</description><pubDate>Thu, 31 Aug 2017 05:28:01 GMT</pubDate><dc:creator>Marguerite</dc:creator></item><item><title>RE: Displaying Participant Generated Stimuli in Likert</title><link>https://forums.millisecond.com/Topic22367.aspx</link><description>&lt;div data-id="22366" class="if-quote-wrapper" unselectable="on" data-guid="1504182454672"&gt;&lt;a class="quote-para" unselectable="on" style="display: none;" href="#" data-id="22366" 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="22366" 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="22366" title=" "&gt;&lt;/a&gt;&lt;/div&gt;&lt;span unselectable="on" class="quote-markup"&gt;[b]&lt;/span&gt;Marguerite - Thursday, August 31, 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-22366"&gt;&lt;div class="if-quote-message-margin"&gt;&lt;div data-id="22365" class="if-quote-wrapper" unselectable="on" data-guid="1504182454672"&gt;&lt;a class="quote-para" unselectable="on" style="display: none;" href="#" data-id="22365" 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="22365" 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="22365" title=" "&gt;&lt;/a&gt;&lt;/div&gt;&lt;span unselectable="on" class="quote-markup"&gt;[b]&lt;/span&gt;Marguerite - Thursday, August 31, 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-22365"&gt;&lt;div class="if-quote-message-margin"&gt;&lt;div data-id="22361" class="if-quote-wrapper" unselectable="on" data-guid="1504182454672"&gt;&lt;a class="quote-para" unselectable="on" style="display: none;" href="#" data-id="22361" 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="22361" 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="22361" title=" "&gt;&lt;/a&gt;&lt;/div&gt;&lt;span unselectable="on" class="quote-markup"&gt;[b]&lt;/span&gt;Dave - Wednesday, August 30, 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-22361"&gt;&lt;div class="if-quote-message-margin"&gt;&lt;div data-id="22359" class="if-quote-wrapper" unselectable="on" data-guid="1504182454672"&gt;&lt;a class="quote-para" unselectable="on" style="display: none;" href="#" data-id="22359" 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="22359" 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="22359" title=" "&gt;&lt;/a&gt;&lt;/div&gt;&lt;span unselectable="on" class="quote-markup"&gt;[b]&lt;/span&gt;Marguerite - Wednesday, August 30, 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-22359"&gt;&lt;div class="if-quote-message-margin"&gt;&lt;div data-id="22357" class="if-quote-wrapper" unselectable="on" data-guid="1504182454672"&gt;&lt;a class="quote-para" unselectable="on" style="display: none;" href="#" data-id="22357" 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="22357" 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="22357" title=" "&gt;&lt;/a&gt;&lt;/div&gt;&lt;span unselectable="on" class="quote-markup"&gt;[b]&lt;/span&gt;Dave - Wednesday, August 30, 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-22357"&gt;&lt;div class="if-quote-message-margin"&gt;&lt;div data-id="22354" class="if-quote-wrapper" unselectable="on" data-guid="1504182454672"&gt;&lt;a class="quote-para" unselectable="on" style="display: none;" href="#" data-id="22354" 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="22354" 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="22354" title=" "&gt;&lt;/a&gt;&lt;/div&gt;&lt;span unselectable="on" class="quote-markup"&gt;[b]&lt;/span&gt;Marguerite - Wednesday, August 30, 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-22354"&gt;&lt;div class="if-quote-message-margin"&gt;Hi All&lt;br/&gt;&lt;br/&gt;I have a task where participants generate 4 positive and 4 negative traits by selecting them from a list (using the checkbox element). I would then like to have participants answer questions about each of the traits they selected later in the survey using a likert scale option.&lt;br/&gt;&lt;br/&gt;I've posted my syntax below. All of the checkbox options work perfectly. But I'm not quite sure how to get the individual traits to pull up - so I'm not sure what to put in the stimulus frame for the likert element etc.&lt;br/&gt;&lt;br/&gt;I have also attached my full syntax file in case that is useful.&lt;br/&gt;&lt;br/&gt;Any help or suggestions are appreciated.&lt;br/&gt;&lt;br/&gt;Veronica&lt;br/&gt;&lt;br/&gt;&amp;lt;item positems&amp;gt;&lt;br/&gt;&amp;lt;/item&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;checkboxes postraits&amp;gt;&lt;br/&gt;/ caption = "Select 4 of the traits below that represent your parnter's MOST POSITIVE qualities:"&lt;br/&gt;/ options = ("CARING", "LOVING", "RESPONSIBLE", "SMART", "FUNNY", "HONEST", "KIND", "RESPECTFUL", "BEAUTIFUL", "LOYAL", &lt;br/&gt;"RELIABLE", "HANDSOME", "NICE", "GENTLE", "GENEROUS", "DEDICATED", "COURAGEOUS", "POSITIVE", "DRIVEN", "HAPPY", "ACTIVE", &lt;br/&gt;"TRUSTING", "CLEAN", "FUN", "GENTLE", "OUTGOING", "STRONG", "SINCERE")&lt;br/&gt;/ range = (4, 4)&lt;br/&gt;/ fontstyle = ("Arial", 18)&lt;br/&gt;&amp;lt;/checkboxes&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;surveypage positive&amp;gt;&lt;br/&gt;/ questions = [1=postraits]&lt;br/&gt;/ ontrialend = [ if (checkboxes.postraits.checked.1 == true) item.positems.item = checkboxes.postraits.option.1 ] &lt;br/&gt;/ ontrialend = [ if (checkboxes.postraits.checked.2 == true) item.positems.item = checkboxes.postraits.option.2 ] &lt;br/&gt;/ ontrialend = [ if (checkboxes.postraits.checked.3 == true) item.positems.item = checkboxes.postraits.option.3 ] &lt;br/&gt;/ ontrialend = [ if (checkboxes.postraits.checked.4 == true) item.positems.item = checkboxes.postraits.option.4 ] &lt;br/&gt;/ ontrialend = [ if (checkboxes.postraits.checked.5 == true) item.positems.item = checkboxes.postraits.option.5 ] &lt;br/&gt;/ ontrialend = [ if (checkboxes.postraits.checked.6 == true) item.positems.item = checkboxes.postraits.option.6 ] &lt;br/&gt;/ ontrialend = [ if (checkboxes.postraits.checked.7 == true) item.positems.item = checkboxes.postraits.option.7 ] &lt;br/&gt;/ ontrialend = [ if (checkboxes.postraits.checked.8 == true) item.positems.item = checkboxes.postraits.option.8 ] &lt;br/&gt;/ ontrialend = [ if (checkboxes.postraits.checked.9 == true) item.positems.item = checkboxes.postraits.option.9 ] &lt;br/&gt;/ ontrialend = [ if (checkboxes.postraits.checked.10 == true) item.positems.item = checkboxes.postraits.option.10 ] &lt;br/&gt;/ ontrialend = [ if (checkboxes.postraits.checked.11 == true) item.positems.item = checkboxes.postraits.option.11 ] &lt;br/&gt;/ ontrialend = [ if (checkboxes.postraits.checked.12 == true) item.positems.item = checkboxes.postraits.option.12 ] &lt;br/&gt;/ ontrialend = [ if (checkboxes.postraits.checked.13 == true) item.positems.item = checkboxes.postraits.option.13 ] &lt;br/&gt;/ ontrialend = [ if (checkboxes.postraits.checked.14 == true) item.positems.item = checkboxes.postraits.option.14 ] &lt;br/&gt;/ ontrialend = [ if (checkboxes.postraits.checked.15 == true) item.positems.item = checkboxes.postraits.option.15 ] &lt;br/&gt;/ ontrialend = [ if (checkboxes.postraits.checked.16 == true) item.positems.item = checkboxes.postraits.option.16 ] &lt;br/&gt;/ ontrialend = [ if (checkboxes.postraits.checked.17 == true) item.positems.item = checkboxes.postraits.option.17 ] &lt;br/&gt;/ ontrialend = [ if (checkboxes.postraits.checked.18 == true) item.positems.item = checkboxes.postraits.option.18 ] &lt;br/&gt;/ ontrialend = [ if (checkboxes.postraits.checked.19 == true) item.positems.item = checkboxes.postraits.option.19 ] &lt;br/&gt;/ ontrialend = [ if (checkboxes.postraits.checked.20 == true) item.positems.item = checkboxes.postraits.option.20 ] &lt;br/&gt;/ ontrialend = [ if (checkboxes.postraits.checked.21 == true) item.positems.item = checkboxes.postraits.option.21 ]&lt;br/&gt;/ ontrialend = [ if (checkboxes.postraits.checked.22 == true) item.positems.item = checkboxes.postraits.option.22 ] &lt;br/&gt;/ ontrialend = [ if (checkboxes.postraits.checked.23 == true) item.positems.item = checkboxes.postraits.option.23 ] &lt;br/&gt;/ ontrialend = [ if (checkboxes.postraits.checked.24 == true) item.positems.item = checkboxes.postraits.option.24 ] &lt;br/&gt;/ ontrialend = [ if (checkboxes.postraits.checked.25 == true) item.positems.item = checkboxes.postraits.option.25 ] &lt;br/&gt;/ ontrialend = [ if (checkboxes.postraits.checked.26 == true) item.positems.item = checkboxes.postraits.option.26 ] &lt;br/&gt;/ ontrialend = [ if (checkboxes.postraits.checked.27 == true) item.positems.item = checkboxes.postraits.option.27 ] &lt;br/&gt;/ ontrialend = [ if (checkboxes.postraits.checked.28 == true) item.positems.item = checkboxes.postraits.option.28 ]  &lt;br/&gt;/ showquestionnumbers = FALSE&lt;br/&gt;/ showpagenumbers = FALSE&lt;br/&gt;&amp;lt;/surveypage&amp;gt;&lt;br/&gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;text negleft&amp;gt;&lt;br/&gt;/ items = negitems&lt;br/&gt;/ position = (30%, 50%)&lt;br/&gt;&amp;lt;/text&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;text negright&amp;gt;&lt;br/&gt;/ items = negitems&lt;br/&gt;/ position = (70%, 50%)&lt;br/&gt;&amp;lt;/text&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;item negitems&amp;gt;&lt;br/&gt;&amp;lt;/item&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;checkboxes negtraits&amp;gt;&lt;br/&gt;/ caption = "Select 4 of the traits below that represent your parnter's MOST NEGATIVE qualities:"&lt;br/&gt;/ options = ("MEAN", "DISHONEST", "LAZY", "STUBBORN", "JEALOUS", "IMPATIENT", "INSENSITIVE", "SELFISH", "BUSY", &lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;  "ANNOYING", "NEGATIVE", "LOUD", "LIAR", "FORGETFUL", "CLINGY", "MOODY", "ANGRY", "BOSSY", "UNSUPPORTIVE", "CHEATER"&lt;br/&gt;  "DUMB", "GREEDY", "CRUEL", "DISLOYAL", "CARELESS", "SHY", "SLOW", "RACIST")&lt;br/&gt;/ range = (4, 4)&lt;br/&gt;/ fontstyle = ("Arial", 18)&lt;br/&gt;&amp;lt;/checkboxes&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;surveypage negative&amp;gt;&lt;br/&gt;/ questions = [1=negtraits]&lt;br/&gt;/ ontrialend = [ if (checkboxes.negtraits.checked.1 == true) item.negitems.item = checkboxes.negtraits.option.1 ] &lt;br/&gt;/ ontrialend = [ if (checkboxes.negtraits.checked.2 == true) item.negitems.item = checkboxes.negtraits.option.2 ] &lt;br/&gt;/ ontrialend = [ if (checkboxes.negtraits.checked.3 == true) item.negitems.item = checkboxes.negtraits.option.3 ] &lt;br/&gt;/ ontrialend = [ if (checkboxes.negtraits.checked.4 == true) item.negitems.item = checkboxes.negtraits.option.4 ] &lt;br/&gt;/ ontrialend = [ if (checkboxes.negtraits.checked.5 == true) item.negitems.item = checkboxes.negtraits.option.5 ] &lt;br/&gt;/ ontrialend = [ if (checkboxes.negtraits.checked.6 == true) item.negitems.item = checkboxes.negtraits.option.6 ] &lt;br/&gt;/ ontrialend = [ if (checkboxes.negtraits.checked.7 == true) item.negitems.item = checkboxes.negtraits.option.7 ] &lt;br/&gt;/ ontrialend = [ if (checkboxes.negtraits.checked.8 == true) item.negitems.item = checkboxes.negtraits.option.8 ] &lt;br/&gt;/ ontrialend = [ if (checkboxes.negtraits.checked.9 == true) item.negitems.item = checkboxes.negtraits.option.9 ] &lt;br/&gt;/ ontrialend = [ if (checkboxes.negtraits.checked.10 == true) item.negitems.item = checkboxes.negtraits.option.10 ] &lt;br/&gt;/ ontrialend = [ if (checkboxes.negtraits.checked.11 == true) item.negitems.item = checkboxes.negtraits.option.11 ] &lt;br/&gt;/ ontrialend = [ if (checkboxes.negtraits.checked.12 == true) item.negitems.item = checkboxes.negtraits.option.12 ] &lt;br/&gt;/ ontrialend = [ if (checkboxes.negtraits.checked.13 == true) item.negitems.item = checkboxes.negtraits.option.13 ] &lt;br/&gt;/ ontrialend = [ if (checkboxes.negtraits.checked.14 == true) item.negitems.item = checkboxes.negtraits.option.14 ] &lt;br/&gt;/ ontrialend = [ if (checkboxes.negtraits.checked.15 == true) item.negitems.item = checkboxes.negtraits.option.15 ] &lt;br/&gt;/ ontrialend = [ if (checkboxes.negtraits.checked.16 == true) item.negitems.item = checkboxes.negtraits.option.16 ] &lt;br/&gt;/ ontrialend = [ if (checkboxes.negtraits.checked.17 == true) item.negitems.item = checkboxes.negtraits.option.17 ] &lt;br/&gt;/ ontrialend = [ if (checkboxes.negtraits.checked.18 == true) item.negitems.item = checkboxes.negtraits.option.18 ] &lt;br/&gt;/ ontrialend = [ if (checkboxes.negtraits.checked.19 == true) item.negitems.item = checkboxes.negtraits.option.19 ] &lt;br/&gt;/ ontrialend = [ if (checkboxes.negtraits.checked.20 == true) item.negitems.item = checkboxes.negtraits.option.20 ] &lt;br/&gt;/ ontrialend = [ if (checkboxes.negtraits.checked.21 == true) item.negitems.item = checkboxes.negtraits.option.21 ] &lt;br/&gt;/ ontrialend = [ if (checkboxes.negtraits.checked.22 == true) item.negitems.item = checkboxes.negtraits.option.22 ] &lt;br/&gt;/ ontrialend = [ if (checkboxes.negtraits.checked.23 == true) item.negitems.item = checkboxes.negtraits.option.23 ] &lt;br/&gt;/ ontrialend = [ if (checkboxes.negtraits.checked.24 == true) item.negitems.item = checkboxes.negtraits.option.24 ] &lt;br/&gt;/ ontrialend = [ if (checkboxes.negtraits.checked.25 == true) item.negitems.item = checkboxes.negtraits.option.25 ] &lt;br/&gt;/ ontrialend = [ if (checkboxes.negtraits.checked.26 == true) item.negitems.item = checkboxes.negtraits.option.26 ] &lt;br/&gt;/ ontrialend = [ if (checkboxes.negtraits.checked.27 == true) item.negitems.item = checkboxes.negtraits.option.27 ] &lt;br/&gt;/ ontrialend = [ if (checkboxes.negtraits.checked.28 == true) item.negitems.item = checkboxes.negtraits.option.28 ] &lt;br/&gt;/ showquestionnumbers = FALSE&lt;br/&gt;/ showpagenumbers = FALSE&lt;br/&gt;&amp;lt;/surveypage&amp;gt;&lt;br/&gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;likert ptrait1&amp;gt;&lt;br/&gt;/ stimulusframes=[1= ]&lt;br/&gt;/ anchors=[1="1 - Not at all characteristic"; 2="2"; 3="3"; 4="4"; 5="5"; 6="6"; 7= "7", 8="8"; 9="9 - Completely characteristic of my partner"]&lt;br/&gt;/ position=(50, 90)&lt;br/&gt;&amp;lt;/likert&amp;gt;&lt;a class="if-quote-goto quote-link" href="#" data-id="22354"&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;You store the selected traits in &amp;lt;item&amp;gt; elements. To display them later in the &amp;lt;likert&amp;gt;, you need to set up &amp;lt;text&amp;gt; elements referencing those item elements and then display those &amp;lt;text&amp;gt; elements via the likert's /stimulusframes as in:&lt;br/&gt;&lt;br/&gt;&amp;lt;likert ptrait1&amp;gt;&lt;br/&gt;&lt;strong&gt;/ stimulusframes=[1=positivetrait1 ]&lt;/strong&gt;&lt;br/&gt;/ anchors=[1="1 - Not at all characteristic"; 2="2"; 3="3"; 4="4"; 5="5"; 6="6"; 7= "7", 8="8"; 9="9 - Completely characteristic of my partner"]&lt;br/&gt;/ position=(50, 90)&lt;br/&gt;&amp;lt;/likert&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;text positivetrait1&amp;gt;&lt;br/&gt;&lt;strong&gt;/ items = positems&lt;br/&gt;/ select = 1&lt;/strong&gt;&lt;br/&gt;&amp;lt;/text&amp;gt;&lt;br/&gt;&lt;br/&gt;and so forth.&lt;br/&gt;&lt;a class="if-quote-goto quote-link" href="#" data-id="22357"&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;So the "/ select = " in the text syntax you added will call up the first item of the 4 created in "positems"?&lt;br/&gt;&lt;br/&gt;&lt;br/&gt;&lt;a class="if-quote-goto quote-link" href="#" data-id="22359"&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;&amp;gt; So the "/ select = " in the text syntax you added will call up the first item of the 4 created in "positems"?&lt;br/&gt;&lt;br/&gt;Yes, exactly.&lt;br/&gt;&lt;a class="if-quote-goto quote-link" href="#" data-id="22361"&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;Brilliant thanks. I think I'm nearly there except I'm getting an error for my survey page that includes these likert questions and I can't figure out what the issue is.&lt;br/&gt;&lt;br/&gt;The error is: " surveypage.traitsurvey questions &amp;nbsp;Could not locate element 'ptrait1'. "&lt;br/&gt;&lt;br/&gt;My syntax is:&lt;br/&gt;&lt;br/&gt;&amp;lt;text positivetrait1&amp;gt;&lt;br/&gt;/ items = positems&lt;br/&gt;/ select = 1&lt;br/&gt;&amp;lt;/text&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;likert ptrait1&amp;gt;&lt;br/&gt;/ stimulusframes=[1=positivetrait1]&lt;br/&gt;/ anchors=[1="1 - Not at all characteristic"; 2="2"; 3="3"; 4="4"; 5="5"; 6="6"; 7= "7", 8="8"; 9="9 - Completely characteristic of my partner"]&lt;br/&gt;/ buttonvalues = [1="1"; 2="2"; 3="3"; 4="4"; 5="5"; 6="6"; 7="7"; 8="8"; 9="9"]&lt;br/&gt;/ numpoints = 9&lt;br/&gt;/ position=(50, 90)&lt;br/&gt;&amp;lt;/likert&amp;gt;&lt;br/&gt;&lt;br/&gt;...&amp;nbsp;&lt;br/&gt;...&lt;br/&gt;&lt;br/&gt;&amp;lt;surveypage traitsurvey&amp;gt;&lt;br/&gt;/ questions = [1=ptrait1; 2=ptrait2; 3=ptrait3; 4=ptrait4; 5=ntrait1; 6=ntrait2; 7=ntrait3; 8=ntrait4]&lt;br/&gt;/ showquestionnumbers = FALSE&lt;br/&gt;/ showpagenumbers = FALSE&lt;br/&gt;&amp;lt;/surveypage&amp;gt;&lt;br/&gt;&lt;br/&gt;&lt;br/&gt;&lt;a class="if-quote-goto quote-link" href="#" data-id="22365"&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;I just realized that likert is a trial element not a survey page element and I resolved the issue by using the information in here:&amp;nbsp;&lt;a href="https://www.millisecond.com/download/library/v2/CustomLikert/customlikert.zip" title="https://www.millisecond.com/download/library/v2/CustomLikert/customlikert.zip" target="_blank" style="text-decoration: underline !important; color: rgb(66, 127, 237); font-family: Arial; font-size: 13.3333px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; orphans: 2; text-align: left; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: rgb(255, 255, 255);"&gt;&lt;/a&gt;&lt;a href="https://www.millisecond.com/download/library/v2/CustomLikert/customlikert.zip"&gt;&lt;a href="https://www.millisecond.com/download/library/v2/CustomLikert/customlikert.zip"&gt;https://www.millisecond.com/download/library/v2/CustomLikert/customlikert.zip&lt;/a&gt;&lt;/a&gt;&amp;nbsp;&lt;br/&gt;&lt;br/&gt;The only issue I'm still having is that my likert anchors/responses labels are presenting in the same size font as the rest of the stimuli. Is there a way just to adjust the font size for the scale anchor?&lt;br/&gt;&lt;br/&gt;&lt;br/&gt;&lt;br/&gt;&lt;a class="if-quote-goto quote-link" href="#" data-id="22366"&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;Actually I solved that issue as well! Thanks for your earlier help. It really helped me get past my block.&lt;br/&gt;&lt;br/&gt;Cheers</description><pubDate>Thu, 31 Aug 2017 05:28:01 GMT</pubDate><dc:creator>Marguerite</dc:creator></item><item><title>RE: Displaying Participant Generated Stimuli in Likert</title><link>https://forums.millisecond.com/Topic22366.aspx</link><description>&lt;div data-id="22365" class="if-quote-wrapper" unselectable="on" data-guid="1504178248672"&gt;&lt;a class="quote-para" unselectable="on" style="display: none;" href="#" data-id="22365" 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="22365" 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="22365" title=" "&gt;&lt;/a&gt;&lt;/div&gt;&lt;span unselectable="on" class="quote-markup"&gt;[b]&lt;/span&gt;Marguerite - Thursday, August 31, 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-22365"&gt;&lt;div class="if-quote-message-margin"&gt;&lt;div data-id="22361" class="if-quote-wrapper" unselectable="on" data-guid="1504178248672"&gt;&lt;a class="quote-para" unselectable="on" style="display: none;" href="#" data-id="22361" 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="22361" 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="22361" title=" "&gt;&lt;/a&gt;&lt;/div&gt;&lt;span unselectable="on" class="quote-markup"&gt;[b]&lt;/span&gt;Dave - Wednesday, August 30, 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-22361"&gt;&lt;div class="if-quote-message-margin"&gt;&lt;div data-id="22359" class="if-quote-wrapper" unselectable="on" data-guid="1504178248672"&gt;&lt;a class="quote-para" unselectable="on" style="display: none;" href="#" data-id="22359" 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="22359" 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="22359" title=" "&gt;&lt;/a&gt;&lt;/div&gt;&lt;span unselectable="on" class="quote-markup"&gt;[b]&lt;/span&gt;Marguerite - Wednesday, August 30, 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-22359"&gt;&lt;div class="if-quote-message-margin"&gt;&lt;div data-id="22357" class="if-quote-wrapper" unselectable="on" data-guid="1504178248672"&gt;&lt;a class="quote-para" unselectable="on" style="display: none;" href="#" data-id="22357" 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="22357" 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="22357" title=" "&gt;&lt;/a&gt;&lt;/div&gt;&lt;span unselectable="on" class="quote-markup"&gt;[b]&lt;/span&gt;Dave - Wednesday, August 30, 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-22357"&gt;&lt;div class="if-quote-message-margin"&gt;&lt;div data-id="22354" class="if-quote-wrapper" unselectable="on" data-guid="1504178248672"&gt;&lt;a class="quote-para" unselectable="on" style="display: none;" href="#" data-id="22354" 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="22354" 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="22354" title=" "&gt;&lt;/a&gt;&lt;/div&gt;&lt;span unselectable="on" class="quote-markup"&gt;[b]&lt;/span&gt;Marguerite - Wednesday, August 30, 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-22354"&gt;&lt;div class="if-quote-message-margin"&gt;Hi All&lt;br/&gt;&lt;br/&gt;I have a task where participants generate 4 positive and 4 negative traits by selecting them from a list (using the checkbox element). I would then like to have participants answer questions about each of the traits they selected later in the survey using a likert scale option.&lt;br/&gt;&lt;br/&gt;I've posted my syntax below. All of the checkbox options work perfectly. But I'm not quite sure how to get the individual traits to pull up - so I'm not sure what to put in the stimulus frame for the likert element etc.&lt;br/&gt;&lt;br/&gt;I have also attached my full syntax file in case that is useful.&lt;br/&gt;&lt;br/&gt;Any help or suggestions are appreciated.&lt;br/&gt;&lt;br/&gt;Veronica&lt;br/&gt;&lt;br/&gt;&amp;lt;item positems&amp;gt;&lt;br/&gt;&amp;lt;/item&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;checkboxes postraits&amp;gt;&lt;br/&gt;/ caption = "Select 4 of the traits below that represent your parnter's MOST POSITIVE qualities:"&lt;br/&gt;/ options = ("CARING", "LOVING", "RESPONSIBLE", "SMART", "FUNNY", "HONEST", "KIND", "RESPECTFUL", "BEAUTIFUL", "LOYAL", &lt;br/&gt;"RELIABLE", "HANDSOME", "NICE", "GENTLE", "GENEROUS", "DEDICATED", "COURAGEOUS", "POSITIVE", "DRIVEN", "HAPPY", "ACTIVE", &lt;br/&gt;"TRUSTING", "CLEAN", "FUN", "GENTLE", "OUTGOING", "STRONG", "SINCERE")&lt;br/&gt;/ range = (4, 4)&lt;br/&gt;/ fontstyle = ("Arial", 18)&lt;br/&gt;&amp;lt;/checkboxes&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;surveypage positive&amp;gt;&lt;br/&gt;/ questions = [1=postraits]&lt;br/&gt;/ ontrialend = [ if (checkboxes.postraits.checked.1 == true) item.positems.item = checkboxes.postraits.option.1 ] &lt;br/&gt;/ ontrialend = [ if (checkboxes.postraits.checked.2 == true) item.positems.item = checkboxes.postraits.option.2 ] &lt;br/&gt;/ ontrialend = [ if (checkboxes.postraits.checked.3 == true) item.positems.item = checkboxes.postraits.option.3 ] &lt;br/&gt;/ ontrialend = [ if (checkboxes.postraits.checked.4 == true) item.positems.item = checkboxes.postraits.option.4 ] &lt;br/&gt;/ ontrialend = [ if (checkboxes.postraits.checked.5 == true) item.positems.item = checkboxes.postraits.option.5 ] &lt;br/&gt;/ ontrialend = [ if (checkboxes.postraits.checked.6 == true) item.positems.item = checkboxes.postraits.option.6 ] &lt;br/&gt;/ ontrialend = [ if (checkboxes.postraits.checked.7 == true) item.positems.item = checkboxes.postraits.option.7 ] &lt;br/&gt;/ ontrialend = [ if (checkboxes.postraits.checked.8 == true) item.positems.item = checkboxes.postraits.option.8 ] &lt;br/&gt;/ ontrialend = [ if (checkboxes.postraits.checked.9 == true) item.positems.item = checkboxes.postraits.option.9 ] &lt;br/&gt;/ ontrialend = [ if (checkboxes.postraits.checked.10 == true) item.positems.item = checkboxes.postraits.option.10 ] &lt;br/&gt;/ ontrialend = [ if (checkboxes.postraits.checked.11 == true) item.positems.item = checkboxes.postraits.option.11 ] &lt;br/&gt;/ ontrialend = [ if (checkboxes.postraits.checked.12 == true) item.positems.item = checkboxes.postraits.option.12 ] &lt;br/&gt;/ ontrialend = [ if (checkboxes.postraits.checked.13 == true) item.positems.item = checkboxes.postraits.option.13 ] &lt;br/&gt;/ ontrialend = [ if (checkboxes.postraits.checked.14 == true) item.positems.item = checkboxes.postraits.option.14 ] &lt;br/&gt;/ ontrialend = [ if (checkboxes.postraits.checked.15 == true) item.positems.item = checkboxes.postraits.option.15 ] &lt;br/&gt;/ ontrialend = [ if (checkboxes.postraits.checked.16 == true) item.positems.item = checkboxes.postraits.option.16 ] &lt;br/&gt;/ ontrialend = [ if (checkboxes.postraits.checked.17 == true) item.positems.item = checkboxes.postraits.option.17 ] &lt;br/&gt;/ ontrialend = [ if (checkboxes.postraits.checked.18 == true) item.positems.item = checkboxes.postraits.option.18 ] &lt;br/&gt;/ ontrialend = [ if (checkboxes.postraits.checked.19 == true) item.positems.item = checkboxes.postraits.option.19 ] &lt;br/&gt;/ ontrialend = [ if (checkboxes.postraits.checked.20 == true) item.positems.item = checkboxes.postraits.option.20 ] &lt;br/&gt;/ ontrialend = [ if (checkboxes.postraits.checked.21 == true) item.positems.item = checkboxes.postraits.option.21 ]&lt;br/&gt;/ ontrialend = [ if (checkboxes.postraits.checked.22 == true) item.positems.item = checkboxes.postraits.option.22 ] &lt;br/&gt;/ ontrialend = [ if (checkboxes.postraits.checked.23 == true) item.positems.item = checkboxes.postraits.option.23 ] &lt;br/&gt;/ ontrialend = [ if (checkboxes.postraits.checked.24 == true) item.positems.item = checkboxes.postraits.option.24 ] &lt;br/&gt;/ ontrialend = [ if (checkboxes.postraits.checked.25 == true) item.positems.item = checkboxes.postraits.option.25 ] &lt;br/&gt;/ ontrialend = [ if (checkboxes.postraits.checked.26 == true) item.positems.item = checkboxes.postraits.option.26 ] &lt;br/&gt;/ ontrialend = [ if (checkboxes.postraits.checked.27 == true) item.positems.item = checkboxes.postraits.option.27 ] &lt;br/&gt;/ ontrialend = [ if (checkboxes.postraits.checked.28 == true) item.positems.item = checkboxes.postraits.option.28 ]  &lt;br/&gt;/ showquestionnumbers = FALSE&lt;br/&gt;/ showpagenumbers = FALSE&lt;br/&gt;&amp;lt;/surveypage&amp;gt;&lt;br/&gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;text negleft&amp;gt;&lt;br/&gt;/ items = negitems&lt;br/&gt;/ position = (30%, 50%)&lt;br/&gt;&amp;lt;/text&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;text negright&amp;gt;&lt;br/&gt;/ items = negitems&lt;br/&gt;/ position = (70%, 50%)&lt;br/&gt;&amp;lt;/text&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;item negitems&amp;gt;&lt;br/&gt;&amp;lt;/item&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;checkboxes negtraits&amp;gt;&lt;br/&gt;/ caption = "Select 4 of the traits below that represent your parnter's MOST NEGATIVE qualities:"&lt;br/&gt;/ options = ("MEAN", "DISHONEST", "LAZY", "STUBBORN", "JEALOUS", "IMPATIENT", "INSENSITIVE", "SELFISH", "BUSY", &lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;  "ANNOYING", "NEGATIVE", "LOUD", "LIAR", "FORGETFUL", "CLINGY", "MOODY", "ANGRY", "BOSSY", "UNSUPPORTIVE", "CHEATER"&lt;br/&gt;  "DUMB", "GREEDY", "CRUEL", "DISLOYAL", "CARELESS", "SHY", "SLOW", "RACIST")&lt;br/&gt;/ range = (4, 4)&lt;br/&gt;/ fontstyle = ("Arial", 18)&lt;br/&gt;&amp;lt;/checkboxes&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;surveypage negative&amp;gt;&lt;br/&gt;/ questions = [1=negtraits]&lt;br/&gt;/ ontrialend = [ if (checkboxes.negtraits.checked.1 == true) item.negitems.item = checkboxes.negtraits.option.1 ] &lt;br/&gt;/ ontrialend = [ if (checkboxes.negtraits.checked.2 == true) item.negitems.item = checkboxes.negtraits.option.2 ] &lt;br/&gt;/ ontrialend = [ if (checkboxes.negtraits.checked.3 == true) item.negitems.item = checkboxes.negtraits.option.3 ] &lt;br/&gt;/ ontrialend = [ if (checkboxes.negtraits.checked.4 == true) item.negitems.item = checkboxes.negtraits.option.4 ] &lt;br/&gt;/ ontrialend = [ if (checkboxes.negtraits.checked.5 == true) item.negitems.item = checkboxes.negtraits.option.5 ] &lt;br/&gt;/ ontrialend = [ if (checkboxes.negtraits.checked.6 == true) item.negitems.item = checkboxes.negtraits.option.6 ] &lt;br/&gt;/ ontrialend = [ if (checkboxes.negtraits.checked.7 == true) item.negitems.item = checkboxes.negtraits.option.7 ] &lt;br/&gt;/ ontrialend = [ if (checkboxes.negtraits.checked.8 == true) item.negitems.item = checkboxes.negtraits.option.8 ] &lt;br/&gt;/ ontrialend = [ if (checkboxes.negtraits.checked.9 == true) item.negitems.item = checkboxes.negtraits.option.9 ] &lt;br/&gt;/ ontrialend = [ if (checkboxes.negtraits.checked.10 == true) item.negitems.item = checkboxes.negtraits.option.10 ] &lt;br/&gt;/ ontrialend = [ if (checkboxes.negtraits.checked.11 == true) item.negitems.item = checkboxes.negtraits.option.11 ] &lt;br/&gt;/ ontrialend = [ if (checkboxes.negtraits.checked.12 == true) item.negitems.item = checkboxes.negtraits.option.12 ] &lt;br/&gt;/ ontrialend = [ if (checkboxes.negtraits.checked.13 == true) item.negitems.item = checkboxes.negtraits.option.13 ] &lt;br/&gt;/ ontrialend = [ if (checkboxes.negtraits.checked.14 == true) item.negitems.item = checkboxes.negtraits.option.14 ] &lt;br/&gt;/ ontrialend = [ if (checkboxes.negtraits.checked.15 == true) item.negitems.item = checkboxes.negtraits.option.15 ] &lt;br/&gt;/ ontrialend = [ if (checkboxes.negtraits.checked.16 == true) item.negitems.item = checkboxes.negtraits.option.16 ] &lt;br/&gt;/ ontrialend = [ if (checkboxes.negtraits.checked.17 == true) item.negitems.item = checkboxes.negtraits.option.17 ] &lt;br/&gt;/ ontrialend = [ if (checkboxes.negtraits.checked.18 == true) item.negitems.item = checkboxes.negtraits.option.18 ] &lt;br/&gt;/ ontrialend = [ if (checkboxes.negtraits.checked.19 == true) item.negitems.item = checkboxes.negtraits.option.19 ] &lt;br/&gt;/ ontrialend = [ if (checkboxes.negtraits.checked.20 == true) item.negitems.item = checkboxes.negtraits.option.20 ] &lt;br/&gt;/ ontrialend = [ if (checkboxes.negtraits.checked.21 == true) item.negitems.item = checkboxes.negtraits.option.21 ] &lt;br/&gt;/ ontrialend = [ if (checkboxes.negtraits.checked.22 == true) item.negitems.item = checkboxes.negtraits.option.22 ] &lt;br/&gt;/ ontrialend = [ if (checkboxes.negtraits.checked.23 == true) item.negitems.item = checkboxes.negtraits.option.23 ] &lt;br/&gt;/ ontrialend = [ if (checkboxes.negtraits.checked.24 == true) item.negitems.item = checkboxes.negtraits.option.24 ] &lt;br/&gt;/ ontrialend = [ if (checkboxes.negtraits.checked.25 == true) item.negitems.item = checkboxes.negtraits.option.25 ] &lt;br/&gt;/ ontrialend = [ if (checkboxes.negtraits.checked.26 == true) item.negitems.item = checkboxes.negtraits.option.26 ] &lt;br/&gt;/ ontrialend = [ if (checkboxes.negtraits.checked.27 == true) item.negitems.item = checkboxes.negtraits.option.27 ] &lt;br/&gt;/ ontrialend = [ if (checkboxes.negtraits.checked.28 == true) item.negitems.item = checkboxes.negtraits.option.28 ] &lt;br/&gt;/ showquestionnumbers = FALSE&lt;br/&gt;/ showpagenumbers = FALSE&lt;br/&gt;&amp;lt;/surveypage&amp;gt;&lt;br/&gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;likert ptrait1&amp;gt;&lt;br/&gt;/ stimulusframes=[1= ]&lt;br/&gt;/ anchors=[1="1 - Not at all characteristic"; 2="2"; 3="3"; 4="4"; 5="5"; 6="6"; 7= "7", 8="8"; 9="9 - Completely characteristic of my partner"]&lt;br/&gt;/ position=(50, 90)&lt;br/&gt;&amp;lt;/likert&amp;gt;&lt;a class="if-quote-goto quote-link" href="#" data-id="22354"&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;You store the selected traits in &amp;lt;item&amp;gt; elements. To display them later in the &amp;lt;likert&amp;gt;, you need to set up &amp;lt;text&amp;gt; elements referencing those item elements and then display those &amp;lt;text&amp;gt; elements via the likert's /stimulusframes as in:&lt;br/&gt;&lt;br/&gt;&amp;lt;likert ptrait1&amp;gt;&lt;br/&gt;&lt;strong&gt;/ stimulusframes=[1=positivetrait1 ]&lt;/strong&gt;&lt;br/&gt;/ anchors=[1="1 - Not at all characteristic"; 2="2"; 3="3"; 4="4"; 5="5"; 6="6"; 7= "7", 8="8"; 9="9 - Completely characteristic of my partner"]&lt;br/&gt;/ position=(50, 90)&lt;br/&gt;&amp;lt;/likert&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;text positivetrait1&amp;gt;&lt;br/&gt;&lt;strong&gt;/ items = positems&lt;br/&gt;/ select = 1&lt;/strong&gt;&lt;br/&gt;&amp;lt;/text&amp;gt;&lt;br/&gt;&lt;br/&gt;and so forth.&lt;br/&gt;&lt;a class="if-quote-goto quote-link" href="#" data-id="22357"&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;So the "/ select = " in the text syntax you added will call up the first item of the 4 created in "positems"?&lt;br/&gt;&lt;br/&gt;&lt;br/&gt;&lt;a class="if-quote-goto quote-link" href="#" data-id="22359"&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;&amp;gt; So the "/ select = " in the text syntax you added will call up the first item of the 4 created in "positems"?&lt;br/&gt;&lt;br/&gt;Yes, exactly.&lt;br/&gt;&lt;a class="if-quote-goto quote-link" href="#" data-id="22361"&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;Brilliant thanks. I think I'm nearly there except I'm getting an error for my survey page that includes these likert questions and I can't figure out what the issue is.&lt;br/&gt;&lt;br/&gt;The error is: " surveypage.traitsurvey questions &amp;nbsp;Could not locate element 'ptrait1'. "&lt;br/&gt;&lt;br/&gt;My syntax is:&lt;br/&gt;&lt;br/&gt;&amp;lt;text positivetrait1&amp;gt;&lt;br/&gt;/ items = positems&lt;br/&gt;/ select = 1&lt;br/&gt;&amp;lt;/text&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;likert ptrait1&amp;gt;&lt;br/&gt;/ stimulusframes=[1=positivetrait1]&lt;br/&gt;/ anchors=[1="1 - Not at all characteristic"; 2="2"; 3="3"; 4="4"; 5="5"; 6="6"; 7= "7", 8="8"; 9="9 - Completely characteristic of my partner"]&lt;br/&gt;/ buttonvalues = [1="1"; 2="2"; 3="3"; 4="4"; 5="5"; 6="6"; 7="7"; 8="8"; 9="9"]&lt;br/&gt;/ numpoints = 9&lt;br/&gt;/ position=(50, 90)&lt;br/&gt;&amp;lt;/likert&amp;gt;&lt;br/&gt;&lt;br/&gt;...&amp;nbsp;&lt;br/&gt;...&lt;br/&gt;&lt;br/&gt;&amp;lt;surveypage traitsurvey&amp;gt;&lt;br/&gt;/ questions = [1=ptrait1; 2=ptrait2; 3=ptrait3; 4=ptrait4; 5=ntrait1; 6=ntrait2; 7=ntrait3; 8=ntrait4]&lt;br/&gt;/ showquestionnumbers = FALSE&lt;br/&gt;/ showpagenumbers = FALSE&lt;br/&gt;&amp;lt;/surveypage&amp;gt;&lt;br/&gt;&lt;br/&gt;&lt;br/&gt;&lt;a class="if-quote-goto quote-link" href="#" data-id="22365"&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;I just realized that likert is a trial element not a survey page element and I resolved the issue by using the information in here:&amp;nbsp;&lt;a href="https://www.millisecond.com/download/library/v2/CustomLikert/customlikert.zip" title="https://www.millisecond.com/download/library/v2/CustomLikert/customlikert.zip" target="_blank" style="text-decoration: underline !important; color: rgb(66, 127, 237); font-family: Arial; font-size: 13.3333px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; orphans: 2; text-align: left; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: rgb(255, 255, 255);"&gt;&lt;a href="https://www.millisecond.com/download/library/v2/CustomLikert/customlikert.zip"&gt;https://www.millisecond.com/download/library/v2/CustomLikert/customlikert.zip&lt;/a&gt;&lt;/a&gt;&amp;nbsp;&lt;br/&gt;&lt;br/&gt;The only issue I'm still having is that my likert anchors/responses labels are presenting in the same size font as the rest of the stimuli. Is there a way just to adjust the font size for the scale anchor?&lt;br/&gt;&lt;br/&gt;&lt;br/&gt;&lt;br/&gt;</description><pubDate>Thu, 31 Aug 2017 05:19:17 GMT</pubDate><dc:creator>Marguerite</dc:creator></item><item><title>RE: Displaying Participant Generated Stimuli in Likert</title><link>https://forums.millisecond.com/Topic22365.aspx</link><description>&lt;div data-id="22361" class="if-quote-wrapper" unselectable="on" data-guid="1504176061036"&gt;&lt;a class="quote-para" unselectable="on" style="display: none;" href="#" data-id="22361" 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="22361" 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="22361" title=" "&gt;&lt;/a&gt;&lt;/div&gt;&lt;span unselectable="on" class="quote-markup"&gt;[b]&lt;/span&gt;Dave - Wednesday, August 30, 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-22361"&gt;&lt;div class="if-quote-message-margin"&gt;&lt;div data-id="22359" class="if-quote-wrapper" unselectable="on" data-guid="1504176061036"&gt;&lt;a class="quote-para" unselectable="on" style="display: none;" href="#" data-id="22359" 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="22359" 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="22359" title=" "&gt;&lt;/a&gt;&lt;/div&gt;&lt;span unselectable="on" class="quote-markup"&gt;[b]&lt;/span&gt;Marguerite - Wednesday, August 30, 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-22359"&gt;&lt;div class="if-quote-message-margin"&gt;&lt;div data-id="22357" class="if-quote-wrapper" unselectable="on" data-guid="1504176061036"&gt;&lt;a class="quote-para" unselectable="on" style="display: none;" href="#" data-id="22357" 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="22357" 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="22357" title=" "&gt;&lt;/a&gt;&lt;/div&gt;&lt;span unselectable="on" class="quote-markup"&gt;[b]&lt;/span&gt;Dave - Wednesday, August 30, 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-22357"&gt;&lt;div class="if-quote-message-margin"&gt;&lt;div data-id="22354" class="if-quote-wrapper" unselectable="on" data-guid="1504176061036"&gt;&lt;a class="quote-para" unselectable="on" style="display: none;" href="#" data-id="22354" 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="22354" 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="22354" title=" "&gt;&lt;/a&gt;&lt;/div&gt;&lt;span unselectable="on" class="quote-markup"&gt;[b]&lt;/span&gt;Marguerite - Wednesday, August 30, 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-22354"&gt;&lt;div class="if-quote-message-margin"&gt;Hi All&lt;br/&gt;&lt;br/&gt;I have a task where participants generate 4 positive and 4 negative traits by selecting them from a list (using the checkbox element). I would then like to have participants answer questions about each of the traits they selected later in the survey using a likert scale option.&lt;br/&gt;&lt;br/&gt;I've posted my syntax below. All of the checkbox options work perfectly. But I'm not quite sure how to get the individual traits to pull up - so I'm not sure what to put in the stimulus frame for the likert element etc.&lt;br/&gt;&lt;br/&gt;I have also attached my full syntax file in case that is useful.&lt;br/&gt;&lt;br/&gt;Any help or suggestions are appreciated.&lt;br/&gt;&lt;br/&gt;Veronica&lt;br/&gt;&lt;br/&gt;&amp;lt;item positems&amp;gt;&lt;br/&gt;&amp;lt;/item&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;checkboxes postraits&amp;gt;&lt;br/&gt;/ caption = "Select 4 of the traits below that represent your parnter's MOST POSITIVE qualities:"&lt;br/&gt;/ options = ("CARING", "LOVING", "RESPONSIBLE", "SMART", "FUNNY", "HONEST", "KIND", "RESPECTFUL", "BEAUTIFUL", "LOYAL", &lt;br/&gt;"RELIABLE", "HANDSOME", "NICE", "GENTLE", "GENEROUS", "DEDICATED", "COURAGEOUS", "POSITIVE", "DRIVEN", "HAPPY", "ACTIVE", &lt;br/&gt;"TRUSTING", "CLEAN", "FUN", "GENTLE", "OUTGOING", "STRONG", "SINCERE")&lt;br/&gt;/ range = (4, 4)&lt;br/&gt;/ fontstyle = ("Arial", 18)&lt;br/&gt;&amp;lt;/checkboxes&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;surveypage positive&amp;gt;&lt;br/&gt;/ questions = [1=postraits]&lt;br/&gt;/ ontrialend = [ if (checkboxes.postraits.checked.1 == true) item.positems.item = checkboxes.postraits.option.1 ] &lt;br/&gt;/ ontrialend = [ if (checkboxes.postraits.checked.2 == true) item.positems.item = checkboxes.postraits.option.2 ] &lt;br/&gt;/ ontrialend = [ if (checkboxes.postraits.checked.3 == true) item.positems.item = checkboxes.postraits.option.3 ] &lt;br/&gt;/ ontrialend = [ if (checkboxes.postraits.checked.4 == true) item.positems.item = checkboxes.postraits.option.4 ] &lt;br/&gt;/ ontrialend = [ if (checkboxes.postraits.checked.5 == true) item.positems.item = checkboxes.postraits.option.5 ] &lt;br/&gt;/ ontrialend = [ if (checkboxes.postraits.checked.6 == true) item.positems.item = checkboxes.postraits.option.6 ] &lt;br/&gt;/ ontrialend = [ if (checkboxes.postraits.checked.7 == true) item.positems.item = checkboxes.postraits.option.7 ] &lt;br/&gt;/ ontrialend = [ if (checkboxes.postraits.checked.8 == true) item.positems.item = checkboxes.postraits.option.8 ] &lt;br/&gt;/ ontrialend = [ if (checkboxes.postraits.checked.9 == true) item.positems.item = checkboxes.postraits.option.9 ] &lt;br/&gt;/ ontrialend = [ if (checkboxes.postraits.checked.10 == true) item.positems.item = checkboxes.postraits.option.10 ] &lt;br/&gt;/ ontrialend = [ if (checkboxes.postraits.checked.11 == true) item.positems.item = checkboxes.postraits.option.11 ] &lt;br/&gt;/ ontrialend = [ if (checkboxes.postraits.checked.12 == true) item.positems.item = checkboxes.postraits.option.12 ] &lt;br/&gt;/ ontrialend = [ if (checkboxes.postraits.checked.13 == true) item.positems.item = checkboxes.postraits.option.13 ] &lt;br/&gt;/ ontrialend = [ if (checkboxes.postraits.checked.14 == true) item.positems.item = checkboxes.postraits.option.14 ] &lt;br/&gt;/ ontrialend = [ if (checkboxes.postraits.checked.15 == true) item.positems.item = checkboxes.postraits.option.15 ] &lt;br/&gt;/ ontrialend = [ if (checkboxes.postraits.checked.16 == true) item.positems.item = checkboxes.postraits.option.16 ] &lt;br/&gt;/ ontrialend = [ if (checkboxes.postraits.checked.17 == true) item.positems.item = checkboxes.postraits.option.17 ] &lt;br/&gt;/ ontrialend = [ if (checkboxes.postraits.checked.18 == true) item.positems.item = checkboxes.postraits.option.18 ] &lt;br/&gt;/ ontrialend = [ if (checkboxes.postraits.checked.19 == true) item.positems.item = checkboxes.postraits.option.19 ] &lt;br/&gt;/ ontrialend = [ if (checkboxes.postraits.checked.20 == true) item.positems.item = checkboxes.postraits.option.20 ] &lt;br/&gt;/ ontrialend = [ if (checkboxes.postraits.checked.21 == true) item.positems.item = checkboxes.postraits.option.21 ]&lt;br/&gt;/ ontrialend = [ if (checkboxes.postraits.checked.22 == true) item.positems.item = checkboxes.postraits.option.22 ] &lt;br/&gt;/ ontrialend = [ if (checkboxes.postraits.checked.23 == true) item.positems.item = checkboxes.postraits.option.23 ] &lt;br/&gt;/ ontrialend = [ if (checkboxes.postraits.checked.24 == true) item.positems.item = checkboxes.postraits.option.24 ] &lt;br/&gt;/ ontrialend = [ if (checkboxes.postraits.checked.25 == true) item.positems.item = checkboxes.postraits.option.25 ] &lt;br/&gt;/ ontrialend = [ if (checkboxes.postraits.checked.26 == true) item.positems.item = checkboxes.postraits.option.26 ] &lt;br/&gt;/ ontrialend = [ if (checkboxes.postraits.checked.27 == true) item.positems.item = checkboxes.postraits.option.27 ] &lt;br/&gt;/ ontrialend = [ if (checkboxes.postraits.checked.28 == true) item.positems.item = checkboxes.postraits.option.28 ]  &lt;br/&gt;/ showquestionnumbers = FALSE&lt;br/&gt;/ showpagenumbers = FALSE&lt;br/&gt;&amp;lt;/surveypage&amp;gt;&lt;br/&gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;text negleft&amp;gt;&lt;br/&gt;/ items = negitems&lt;br/&gt;/ position = (30%, 50%)&lt;br/&gt;&amp;lt;/text&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;text negright&amp;gt;&lt;br/&gt;/ items = negitems&lt;br/&gt;/ position = (70%, 50%)&lt;br/&gt;&amp;lt;/text&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;item negitems&amp;gt;&lt;br/&gt;&amp;lt;/item&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;checkboxes negtraits&amp;gt;&lt;br/&gt;/ caption = "Select 4 of the traits below that represent your parnter's MOST NEGATIVE qualities:"&lt;br/&gt;/ options = ("MEAN", "DISHONEST", "LAZY", "STUBBORN", "JEALOUS", "IMPATIENT", "INSENSITIVE", "SELFISH", "BUSY", &lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;  "ANNOYING", "NEGATIVE", "LOUD", "LIAR", "FORGETFUL", "CLINGY", "MOODY", "ANGRY", "BOSSY", "UNSUPPORTIVE", "CHEATER"&lt;br/&gt;  "DUMB", "GREEDY", "CRUEL", "DISLOYAL", "CARELESS", "SHY", "SLOW", "RACIST")&lt;br/&gt;/ range = (4, 4)&lt;br/&gt;/ fontstyle = ("Arial", 18)&lt;br/&gt;&amp;lt;/checkboxes&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;surveypage negative&amp;gt;&lt;br/&gt;/ questions = [1=negtraits]&lt;br/&gt;/ ontrialend = [ if (checkboxes.negtraits.checked.1 == true) item.negitems.item = checkboxes.negtraits.option.1 ] &lt;br/&gt;/ ontrialend = [ if (checkboxes.negtraits.checked.2 == true) item.negitems.item = checkboxes.negtraits.option.2 ] &lt;br/&gt;/ ontrialend = [ if (checkboxes.negtraits.checked.3 == true) item.negitems.item = checkboxes.negtraits.option.3 ] &lt;br/&gt;/ ontrialend = [ if (checkboxes.negtraits.checked.4 == true) item.negitems.item = checkboxes.negtraits.option.4 ] &lt;br/&gt;/ ontrialend = [ if (checkboxes.negtraits.checked.5 == true) item.negitems.item = checkboxes.negtraits.option.5 ] &lt;br/&gt;/ ontrialend = [ if (checkboxes.negtraits.checked.6 == true) item.negitems.item = checkboxes.negtraits.option.6 ] &lt;br/&gt;/ ontrialend = [ if (checkboxes.negtraits.checked.7 == true) item.negitems.item = checkboxes.negtraits.option.7 ] &lt;br/&gt;/ ontrialend = [ if (checkboxes.negtraits.checked.8 == true) item.negitems.item = checkboxes.negtraits.option.8 ] &lt;br/&gt;/ ontrialend = [ if (checkboxes.negtraits.checked.9 == true) item.negitems.item = checkboxes.negtraits.option.9 ] &lt;br/&gt;/ ontrialend = [ if (checkboxes.negtraits.checked.10 == true) item.negitems.item = checkboxes.negtraits.option.10 ] &lt;br/&gt;/ ontrialend = [ if (checkboxes.negtraits.checked.11 == true) item.negitems.item = checkboxes.negtraits.option.11 ] &lt;br/&gt;/ ontrialend = [ if (checkboxes.negtraits.checked.12 == true) item.negitems.item = checkboxes.negtraits.option.12 ] &lt;br/&gt;/ ontrialend = [ if (checkboxes.negtraits.checked.13 == true) item.negitems.item = checkboxes.negtraits.option.13 ] &lt;br/&gt;/ ontrialend = [ if (checkboxes.negtraits.checked.14 == true) item.negitems.item = checkboxes.negtraits.option.14 ] &lt;br/&gt;/ ontrialend = [ if (checkboxes.negtraits.checked.15 == true) item.negitems.item = checkboxes.negtraits.option.15 ] &lt;br/&gt;/ ontrialend = [ if (checkboxes.negtraits.checked.16 == true) item.negitems.item = checkboxes.negtraits.option.16 ] &lt;br/&gt;/ ontrialend = [ if (checkboxes.negtraits.checked.17 == true) item.negitems.item = checkboxes.negtraits.option.17 ] &lt;br/&gt;/ ontrialend = [ if (checkboxes.negtraits.checked.18 == true) item.negitems.item = checkboxes.negtraits.option.18 ] &lt;br/&gt;/ ontrialend = [ if (checkboxes.negtraits.checked.19 == true) item.negitems.item = checkboxes.negtraits.option.19 ] &lt;br/&gt;/ ontrialend = [ if (checkboxes.negtraits.checked.20 == true) item.negitems.item = checkboxes.negtraits.option.20 ] &lt;br/&gt;/ ontrialend = [ if (checkboxes.negtraits.checked.21 == true) item.negitems.item = checkboxes.negtraits.option.21 ] &lt;br/&gt;/ ontrialend = [ if (checkboxes.negtraits.checked.22 == true) item.negitems.item = checkboxes.negtraits.option.22 ] &lt;br/&gt;/ ontrialend = [ if (checkboxes.negtraits.checked.23 == true) item.negitems.item = checkboxes.negtraits.option.23 ] &lt;br/&gt;/ ontrialend = [ if (checkboxes.negtraits.checked.24 == true) item.negitems.item = checkboxes.negtraits.option.24 ] &lt;br/&gt;/ ontrialend = [ if (checkboxes.negtraits.checked.25 == true) item.negitems.item = checkboxes.negtraits.option.25 ] &lt;br/&gt;/ ontrialend = [ if (checkboxes.negtraits.checked.26 == true) item.negitems.item = checkboxes.negtraits.option.26 ] &lt;br/&gt;/ ontrialend = [ if (checkboxes.negtraits.checked.27 == true) item.negitems.item = checkboxes.negtraits.option.27 ] &lt;br/&gt;/ ontrialend = [ if (checkboxes.negtraits.checked.28 == true) item.negitems.item = checkboxes.negtraits.option.28 ] &lt;br/&gt;/ showquestionnumbers = FALSE&lt;br/&gt;/ showpagenumbers = FALSE&lt;br/&gt;&amp;lt;/surveypage&amp;gt;&lt;br/&gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;likert ptrait1&amp;gt;&lt;br/&gt;/ stimulusframes=[1= ]&lt;br/&gt;/ anchors=[1="1 - Not at all characteristic"; 2="2"; 3="3"; 4="4"; 5="5"; 6="6"; 7= "7", 8="8"; 9="9 - Completely characteristic of my partner"]&lt;br/&gt;/ position=(50, 90)&lt;br/&gt;&amp;lt;/likert&amp;gt;&lt;a class="if-quote-goto quote-link" href="#" data-id="22354"&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;You store the selected traits in &amp;lt;item&amp;gt; elements. To display them later in the &amp;lt;likert&amp;gt;, you need to set up &amp;lt;text&amp;gt; elements referencing those item elements and then display those &amp;lt;text&amp;gt; elements via the likert's /stimulusframes as in:&lt;br/&gt;&lt;br/&gt;&amp;lt;likert ptrait1&amp;gt;&lt;br/&gt;&lt;strong&gt;/ stimulusframes=[1=positivetrait1 ]&lt;/strong&gt;&lt;br/&gt;/ anchors=[1="1 - Not at all characteristic"; 2="2"; 3="3"; 4="4"; 5="5"; 6="6"; 7= "7", 8="8"; 9="9 - Completely characteristic of my partner"]&lt;br/&gt;/ position=(50, 90)&lt;br/&gt;&amp;lt;/likert&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;text positivetrait1&amp;gt;&lt;br/&gt;&lt;strong&gt;/ items = positems&lt;br/&gt;/ select = 1&lt;/strong&gt;&lt;br/&gt;&amp;lt;/text&amp;gt;&lt;br/&gt;&lt;br/&gt;and so forth.&lt;br/&gt;&lt;a class="if-quote-goto quote-link" href="#" data-id="22357"&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;So the "/ select = " in the text syntax you added will call up the first item of the 4 created in "positems"?&lt;br/&gt;&lt;br/&gt;&lt;br/&gt;&lt;a class="if-quote-goto quote-link" href="#" data-id="22359"&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;&amp;gt; So the "/ select = " in the text syntax you added will call up the first item of the 4 created in "positems"?&lt;br/&gt;&lt;br/&gt;Yes, exactly.&lt;br/&gt;&lt;a class="if-quote-goto quote-link" href="#" data-id="22361"&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;Brilliant thanks. I think I'm nearly there except I'm getting an error for my survey page that includes these likert questions and I can't figure out what the issue is.&lt;br/&gt;&lt;br/&gt;The error is: " surveypage.traitsurvey questions &amp;nbsp;Could not locate element 'ptrait1'. "&lt;br/&gt;&lt;br/&gt;My syntax is:&lt;br/&gt;&lt;br/&gt;&amp;lt;text positivetrait1&amp;gt;&lt;br/&gt;/ items = positems&lt;br/&gt;/ select = 1&lt;br/&gt;&amp;lt;/text&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;likert ptrait1&amp;gt;&lt;br/&gt;/ stimulusframes=[1=positivetrait1]&lt;br/&gt;/ anchors=[1="1 - Not at all characteristic"; 2="2"; 3="3"; 4="4"; 5="5"; 6="6"; 7= "7", 8="8"; 9="9 - Completely characteristic of my partner"]&lt;br/&gt;/ buttonvalues = [1="1"; 2="2"; 3="3"; 4="4"; 5="5"; 6="6"; 7="7"; 8="8"; 9="9"]&lt;br/&gt;/ numpoints = 9&lt;br/&gt;/ position=(50, 90)&lt;br/&gt;&amp;lt;/likert&amp;gt;&lt;br/&gt;&lt;br/&gt;...&amp;nbsp;&lt;br/&gt;...&lt;br/&gt;&lt;br/&gt;&amp;lt;surveypage traitsurvey&amp;gt;&lt;br/&gt;/ questions = [1=ptrait1; 2=ptrait2; 3=ptrait3; 4=ptrait4; 5=ntrait1; 6=ntrait2; 7=ntrait3; 8=ntrait4]&lt;br/&gt;/ showquestionnumbers = FALSE&lt;br/&gt;/ showpagenumbers = FALSE&lt;br/&gt;&amp;lt;/surveypage&amp;gt;&lt;br/&gt;&lt;br/&gt;&lt;br/&gt;</description><pubDate>Thu, 31 Aug 2017 03:49:03 GMT</pubDate><dc:creator>Marguerite</dc:creator></item><item><title>RE: Displaying Participant Generated Stimuli in Likert</title><link>https://forums.millisecond.com/Topic22361.aspx</link><description>&lt;div data-id="22359" class="if-quote-wrapper" unselectable="on" data-guid="1504125418637"&gt;&lt;a class="quote-para" unselectable="on" style="display: none;" href="#" data-id="22359" 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="22359" 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="22359" title=" "&gt;&lt;/a&gt;&lt;/div&gt;&lt;span unselectable="on" class="quote-markup"&gt;[b]&lt;/span&gt;Marguerite - Wednesday, August 30, 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-22359"&gt;&lt;div class="if-quote-message-margin"&gt;&lt;div data-id="22357" class="if-quote-wrapper" unselectable="on" data-guid="1504125418637"&gt;&lt;a class="quote-para" unselectable="on" style="display: none;" href="#" data-id="22357" 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="22357" 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="22357" title=" "&gt;&lt;/a&gt;&lt;/div&gt;&lt;span unselectable="on" class="quote-markup"&gt;[b]&lt;/span&gt;Dave - Wednesday, August 30, 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-22357"&gt;&lt;div class="if-quote-message-margin"&gt;&lt;div data-id="22354" class="if-quote-wrapper" unselectable="on" data-guid="1504125418637"&gt;&lt;a class="quote-para" unselectable="on" style="display: none;" href="#" data-id="22354" 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="22354" 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="22354" title=" "&gt;&lt;/a&gt;&lt;/div&gt;&lt;span unselectable="on" class="quote-markup"&gt;[b]&lt;/span&gt;Marguerite - Wednesday, August 30, 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-22354"&gt;&lt;div class="if-quote-message-margin"&gt;Hi All&lt;br/&gt;&lt;br/&gt;I have a task where participants generate 4 positive and 4 negative traits by selecting them from a list (using the checkbox element). I would then like to have participants answer questions about each of the traits they selected later in the survey using a likert scale option.&lt;br/&gt;&lt;br/&gt;I've posted my syntax below. All of the checkbox options work perfectly. But I'm not quite sure how to get the individual traits to pull up - so I'm not sure what to put in the stimulus frame for the likert element etc.&lt;br/&gt;&lt;br/&gt;I have also attached my full syntax file in case that is useful.&lt;br/&gt;&lt;br/&gt;Any help or suggestions are appreciated.&lt;br/&gt;&lt;br/&gt;Veronica&lt;br/&gt;&lt;br/&gt;&amp;lt;item positems&amp;gt;&lt;br/&gt;&amp;lt;/item&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;checkboxes postraits&amp;gt;&lt;br/&gt;/ caption = "Select 4 of the traits below that represent your parnter's MOST POSITIVE qualities:"&lt;br/&gt;/ options = ("CARING", "LOVING", "RESPONSIBLE", "SMART", "FUNNY", "HONEST", "KIND", "RESPECTFUL", "BEAUTIFUL", "LOYAL", &lt;br/&gt;"RELIABLE", "HANDSOME", "NICE", "GENTLE", "GENEROUS", "DEDICATED", "COURAGEOUS", "POSITIVE", "DRIVEN", "HAPPY", "ACTIVE", &lt;br/&gt;"TRUSTING", "CLEAN", "FUN", "GENTLE", "OUTGOING", "STRONG", "SINCERE")&lt;br/&gt;/ range = (4, 4)&lt;br/&gt;/ fontstyle = ("Arial", 18)&lt;br/&gt;&amp;lt;/checkboxes&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;surveypage positive&amp;gt;&lt;br/&gt;/ questions = [1=postraits]&lt;br/&gt;/ ontrialend = [ if (checkboxes.postraits.checked.1 == true) item.positems.item = checkboxes.postraits.option.1 ] &lt;br/&gt;/ ontrialend = [ if (checkboxes.postraits.checked.2 == true) item.positems.item = checkboxes.postraits.option.2 ] &lt;br/&gt;/ ontrialend = [ if (checkboxes.postraits.checked.3 == true) item.positems.item = checkboxes.postraits.option.3 ] &lt;br/&gt;/ ontrialend = [ if (checkboxes.postraits.checked.4 == true) item.positems.item = checkboxes.postraits.option.4 ] &lt;br/&gt;/ ontrialend = [ if (checkboxes.postraits.checked.5 == true) item.positems.item = checkboxes.postraits.option.5 ] &lt;br/&gt;/ ontrialend = [ if (checkboxes.postraits.checked.6 == true) item.positems.item = checkboxes.postraits.option.6 ] &lt;br/&gt;/ ontrialend = [ if (checkboxes.postraits.checked.7 == true) item.positems.item = checkboxes.postraits.option.7 ] &lt;br/&gt;/ ontrialend = [ if (checkboxes.postraits.checked.8 == true) item.positems.item = checkboxes.postraits.option.8 ] &lt;br/&gt;/ ontrialend = [ if (checkboxes.postraits.checked.9 == true) item.positems.item = checkboxes.postraits.option.9 ] &lt;br/&gt;/ ontrialend = [ if (checkboxes.postraits.checked.10 == true) item.positems.item = checkboxes.postraits.option.10 ] &lt;br/&gt;/ ontrialend = [ if (checkboxes.postraits.checked.11 == true) item.positems.item = checkboxes.postraits.option.11 ] &lt;br/&gt;/ ontrialend = [ if (checkboxes.postraits.checked.12 == true) item.positems.item = checkboxes.postraits.option.12 ] &lt;br/&gt;/ ontrialend = [ if (checkboxes.postraits.checked.13 == true) item.positems.item = checkboxes.postraits.option.13 ] &lt;br/&gt;/ ontrialend = [ if (checkboxes.postraits.checked.14 == true) item.positems.item = checkboxes.postraits.option.14 ] &lt;br/&gt;/ ontrialend = [ if (checkboxes.postraits.checked.15 == true) item.positems.item = checkboxes.postraits.option.15 ] &lt;br/&gt;/ ontrialend = [ if (checkboxes.postraits.checked.16 == true) item.positems.item = checkboxes.postraits.option.16 ] &lt;br/&gt;/ ontrialend = [ if (checkboxes.postraits.checked.17 == true) item.positems.item = checkboxes.postraits.option.17 ] &lt;br/&gt;/ ontrialend = [ if (checkboxes.postraits.checked.18 == true) item.positems.item = checkboxes.postraits.option.18 ] &lt;br/&gt;/ ontrialend = [ if (checkboxes.postraits.checked.19 == true) item.positems.item = checkboxes.postraits.option.19 ] &lt;br/&gt;/ ontrialend = [ if (checkboxes.postraits.checked.20 == true) item.positems.item = checkboxes.postraits.option.20 ] &lt;br/&gt;/ ontrialend = [ if (checkboxes.postraits.checked.21 == true) item.positems.item = checkboxes.postraits.option.21 ]&lt;br/&gt;/ ontrialend = [ if (checkboxes.postraits.checked.22 == true) item.positems.item = checkboxes.postraits.option.22 ] &lt;br/&gt;/ ontrialend = [ if (checkboxes.postraits.checked.23 == true) item.positems.item = checkboxes.postraits.option.23 ] &lt;br/&gt;/ ontrialend = [ if (checkboxes.postraits.checked.24 == true) item.positems.item = checkboxes.postraits.option.24 ] &lt;br/&gt;/ ontrialend = [ if (checkboxes.postraits.checked.25 == true) item.positems.item = checkboxes.postraits.option.25 ] &lt;br/&gt;/ ontrialend = [ if (checkboxes.postraits.checked.26 == true) item.positems.item = checkboxes.postraits.option.26 ] &lt;br/&gt;/ ontrialend = [ if (checkboxes.postraits.checked.27 == true) item.positems.item = checkboxes.postraits.option.27 ] &lt;br/&gt;/ ontrialend = [ if (checkboxes.postraits.checked.28 == true) item.positems.item = checkboxes.postraits.option.28 ]  &lt;br/&gt;/ showquestionnumbers = FALSE&lt;br/&gt;/ showpagenumbers = FALSE&lt;br/&gt;&amp;lt;/surveypage&amp;gt;&lt;br/&gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;text negleft&amp;gt;&lt;br/&gt;/ items = negitems&lt;br/&gt;/ position = (30%, 50%)&lt;br/&gt;&amp;lt;/text&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;text negright&amp;gt;&lt;br/&gt;/ items = negitems&lt;br/&gt;/ position = (70%, 50%)&lt;br/&gt;&amp;lt;/text&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;item negitems&amp;gt;&lt;br/&gt;&amp;lt;/item&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;checkboxes negtraits&amp;gt;&lt;br/&gt;/ caption = "Select 4 of the traits below that represent your parnter's MOST NEGATIVE qualities:"&lt;br/&gt;/ options = ("MEAN", "DISHONEST", "LAZY", "STUBBORN", "JEALOUS", "IMPATIENT", "INSENSITIVE", "SELFISH", "BUSY", &lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;  "ANNOYING", "NEGATIVE", "LOUD", "LIAR", "FORGETFUL", "CLINGY", "MOODY", "ANGRY", "BOSSY", "UNSUPPORTIVE", "CHEATER"&lt;br/&gt;  "DUMB", "GREEDY", "CRUEL", "DISLOYAL", "CARELESS", "SHY", "SLOW", "RACIST")&lt;br/&gt;/ range = (4, 4)&lt;br/&gt;/ fontstyle = ("Arial", 18)&lt;br/&gt;&amp;lt;/checkboxes&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;surveypage negative&amp;gt;&lt;br/&gt;/ questions = [1=negtraits]&lt;br/&gt;/ ontrialend = [ if (checkboxes.negtraits.checked.1 == true) item.negitems.item = checkboxes.negtraits.option.1 ] &lt;br/&gt;/ ontrialend = [ if (checkboxes.negtraits.checked.2 == true) item.negitems.item = checkboxes.negtraits.option.2 ] &lt;br/&gt;/ ontrialend = [ if (checkboxes.negtraits.checked.3 == true) item.negitems.item = checkboxes.negtraits.option.3 ] &lt;br/&gt;/ ontrialend = [ if (checkboxes.negtraits.checked.4 == true) item.negitems.item = checkboxes.negtraits.option.4 ] &lt;br/&gt;/ ontrialend = [ if (checkboxes.negtraits.checked.5 == true) item.negitems.item = checkboxes.negtraits.option.5 ] &lt;br/&gt;/ ontrialend = [ if (checkboxes.negtraits.checked.6 == true) item.negitems.item = checkboxes.negtraits.option.6 ] &lt;br/&gt;/ ontrialend = [ if (checkboxes.negtraits.checked.7 == true) item.negitems.item = checkboxes.negtraits.option.7 ] &lt;br/&gt;/ ontrialend = [ if (checkboxes.negtraits.checked.8 == true) item.negitems.item = checkboxes.negtraits.option.8 ] &lt;br/&gt;/ ontrialend = [ if (checkboxes.negtraits.checked.9 == true) item.negitems.item = checkboxes.negtraits.option.9 ] &lt;br/&gt;/ ontrialend = [ if (checkboxes.negtraits.checked.10 == true) item.negitems.item = checkboxes.negtraits.option.10 ] &lt;br/&gt;/ ontrialend = [ if (checkboxes.negtraits.checked.11 == true) item.negitems.item = checkboxes.negtraits.option.11 ] &lt;br/&gt;/ ontrialend = [ if (checkboxes.negtraits.checked.12 == true) item.negitems.item = checkboxes.negtraits.option.12 ] &lt;br/&gt;/ ontrialend = [ if (checkboxes.negtraits.checked.13 == true) item.negitems.item = checkboxes.negtraits.option.13 ] &lt;br/&gt;/ ontrialend = [ if (checkboxes.negtraits.checked.14 == true) item.negitems.item = checkboxes.negtraits.option.14 ] &lt;br/&gt;/ ontrialend = [ if (checkboxes.negtraits.checked.15 == true) item.negitems.item = checkboxes.negtraits.option.15 ] &lt;br/&gt;/ ontrialend = [ if (checkboxes.negtraits.checked.16 == true) item.negitems.item = checkboxes.negtraits.option.16 ] &lt;br/&gt;/ ontrialend = [ if (checkboxes.negtraits.checked.17 == true) item.negitems.item = checkboxes.negtraits.option.17 ] &lt;br/&gt;/ ontrialend = [ if (checkboxes.negtraits.checked.18 == true) item.negitems.item = checkboxes.negtraits.option.18 ] &lt;br/&gt;/ ontrialend = [ if (checkboxes.negtraits.checked.19 == true) item.negitems.item = checkboxes.negtraits.option.19 ] &lt;br/&gt;/ ontrialend = [ if (checkboxes.negtraits.checked.20 == true) item.negitems.item = checkboxes.negtraits.option.20 ] &lt;br/&gt;/ ontrialend = [ if (checkboxes.negtraits.checked.21 == true) item.negitems.item = checkboxes.negtraits.option.21 ] &lt;br/&gt;/ ontrialend = [ if (checkboxes.negtraits.checked.22 == true) item.negitems.item = checkboxes.negtraits.option.22 ] &lt;br/&gt;/ ontrialend = [ if (checkboxes.negtraits.checked.23 == true) item.negitems.item = checkboxes.negtraits.option.23 ] &lt;br/&gt;/ ontrialend = [ if (checkboxes.negtraits.checked.24 == true) item.negitems.item = checkboxes.negtraits.option.24 ] &lt;br/&gt;/ ontrialend = [ if (checkboxes.negtraits.checked.25 == true) item.negitems.item = checkboxes.negtraits.option.25 ] &lt;br/&gt;/ ontrialend = [ if (checkboxes.negtraits.checked.26 == true) item.negitems.item = checkboxes.negtraits.option.26 ] &lt;br/&gt;/ ontrialend = [ if (checkboxes.negtraits.checked.27 == true) item.negitems.item = checkboxes.negtraits.option.27 ] &lt;br/&gt;/ ontrialend = [ if (checkboxes.negtraits.checked.28 == true) item.negitems.item = checkboxes.negtraits.option.28 ] &lt;br/&gt;/ showquestionnumbers = FALSE&lt;br/&gt;/ showpagenumbers = FALSE&lt;br/&gt;&amp;lt;/surveypage&amp;gt;&lt;br/&gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;likert ptrait1&amp;gt;&lt;br/&gt;/ stimulusframes=[1= ]&lt;br/&gt;/ anchors=[1="1 - Not at all characteristic"; 2="2"; 3="3"; 4="4"; 5="5"; 6="6"; 7= "7", 8="8"; 9="9 - Completely characteristic of my partner"]&lt;br/&gt;/ position=(50, 90)&lt;br/&gt;&amp;lt;/likert&amp;gt;&lt;a class="if-quote-goto quote-link" href="#" data-id="22354"&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;You store the selected traits in &amp;lt;item&amp;gt; elements. To display them later in the &amp;lt;likert&amp;gt;, you need to set up &amp;lt;text&amp;gt; elements referencing those item elements and then display those &amp;lt;text&amp;gt; elements via the likert's /stimulusframes as in:&lt;br/&gt;&lt;br/&gt;&amp;lt;likert ptrait1&amp;gt;&lt;br/&gt;&lt;strong&gt;/ stimulusframes=[1=positivetrait1 ]&lt;/strong&gt;&lt;br/&gt;/ anchors=[1="1 - Not at all characteristic"; 2="2"; 3="3"; 4="4"; 5="5"; 6="6"; 7= "7", 8="8"; 9="9 - Completely characteristic of my partner"]&lt;br/&gt;/ position=(50, 90)&lt;br/&gt;&amp;lt;/likert&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;text positivetrait1&amp;gt;&lt;br/&gt;&lt;strong&gt;/ items = positems&lt;br/&gt;/ select = 1&lt;/strong&gt;&lt;br/&gt;&amp;lt;/text&amp;gt;&lt;br/&gt;&lt;br/&gt;and so forth.&lt;br/&gt;&lt;a class="if-quote-goto quote-link" href="#" data-id="22357"&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;So the "/ select = " in the text syntax you added will call up the first item of the 4 created in "positems"?&lt;br/&gt;&lt;br/&gt;&lt;br/&gt;&lt;a class="if-quote-goto quote-link" href="#" data-id="22359"&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;&amp;gt; So the "/ select = " in the text syntax you added will call up the first item of the 4 created in "positems"?&lt;br/&gt;&lt;br/&gt;Yes, exactly.&lt;br/&gt;</description><pubDate>Wed, 30 Aug 2017 13:37:17 GMT</pubDate><dc:creator>Dave</dc:creator></item><item><title>RE: Displaying Participant Generated Stimuli in Likert</title><link>https://forums.millisecond.com/Topic22359.aspx</link><description>&lt;div data-id="22357" class="if-quote-wrapper" unselectable="on" data-guid="1504110756771"&gt;&lt;a class="quote-para" unselectable="on" style="display: none;" href="#" data-id="22357" 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="22357" 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="22357" title=" "&gt;&lt;/a&gt;&lt;/div&gt;&lt;span unselectable="on" class="quote-markup"&gt;[b]&lt;/span&gt;Dave - Wednesday, August 30, 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-22357"&gt;&lt;div class="if-quote-message-margin"&gt;&lt;div data-id="22354" class="if-quote-wrapper" unselectable="on" data-guid="1504110756771"&gt;&lt;a class="quote-para" unselectable="on" style="display: none;" href="#" data-id="22354" 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="22354" 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="22354" title=" "&gt;&lt;/a&gt;&lt;/div&gt;&lt;span unselectable="on" class="quote-markup"&gt;[b]&lt;/span&gt;Marguerite - Wednesday, August 30, 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-22354"&gt;&lt;div class="if-quote-message-margin"&gt;Hi All&lt;br/&gt;&lt;br/&gt;I have a task where participants generate 4 positive and 4 negative traits by selecting them from a list (using the checkbox element). I would then like to have participants answer questions about each of the traits they selected later in the survey using a likert scale option.&lt;br/&gt;&lt;br/&gt;I've posted my syntax below. All of the checkbox options work perfectly. But I'm not quite sure how to get the individual traits to pull up - so I'm not sure what to put in the stimulus frame for the likert element etc.&lt;br/&gt;&lt;br/&gt;I have also attached my full syntax file in case that is useful.&lt;br/&gt;&lt;br/&gt;Any help or suggestions are appreciated.&lt;br/&gt;&lt;br/&gt;Veronica&lt;br/&gt;&lt;br/&gt;&amp;lt;item positems&amp;gt;&lt;br/&gt;&amp;lt;/item&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;checkboxes postraits&amp;gt;&lt;br/&gt;/ caption = "Select 4 of the traits below that represent your parnter's MOST POSITIVE qualities:"&lt;br/&gt;/ options = ("CARING", "LOVING", "RESPONSIBLE", "SMART", "FUNNY", "HONEST", "KIND", "RESPECTFUL", "BEAUTIFUL", "LOYAL", &lt;br/&gt;"RELIABLE", "HANDSOME", "NICE", "GENTLE", "GENEROUS", "DEDICATED", "COURAGEOUS", "POSITIVE", "DRIVEN", "HAPPY", "ACTIVE", &lt;br/&gt;"TRUSTING", "CLEAN", "FUN", "GENTLE", "OUTGOING", "STRONG", "SINCERE")&lt;br/&gt;/ range = (4, 4)&lt;br/&gt;/ fontstyle = ("Arial", 18)&lt;br/&gt;&amp;lt;/checkboxes&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;surveypage positive&amp;gt;&lt;br/&gt;/ questions = [1=postraits]&lt;br/&gt;/ ontrialend = [ if (checkboxes.postraits.checked.1 == true) item.positems.item = checkboxes.postraits.option.1 ] &lt;br/&gt;/ ontrialend = [ if (checkboxes.postraits.checked.2 == true) item.positems.item = checkboxes.postraits.option.2 ] &lt;br/&gt;/ ontrialend = [ if (checkboxes.postraits.checked.3 == true) item.positems.item = checkboxes.postraits.option.3 ] &lt;br/&gt;/ ontrialend = [ if (checkboxes.postraits.checked.4 == true) item.positems.item = checkboxes.postraits.option.4 ] &lt;br/&gt;/ ontrialend = [ if (checkboxes.postraits.checked.5 == true) item.positems.item = checkboxes.postraits.option.5 ] &lt;br/&gt;/ ontrialend = [ if (checkboxes.postraits.checked.6 == true) item.positems.item = checkboxes.postraits.option.6 ] &lt;br/&gt;/ ontrialend = [ if (checkboxes.postraits.checked.7 == true) item.positems.item = checkboxes.postraits.option.7 ] &lt;br/&gt;/ ontrialend = [ if (checkboxes.postraits.checked.8 == true) item.positems.item = checkboxes.postraits.option.8 ] &lt;br/&gt;/ ontrialend = [ if (checkboxes.postraits.checked.9 == true) item.positems.item = checkboxes.postraits.option.9 ] &lt;br/&gt;/ ontrialend = [ if (checkboxes.postraits.checked.10 == true) item.positems.item = checkboxes.postraits.option.10 ] &lt;br/&gt;/ ontrialend = [ if (checkboxes.postraits.checked.11 == true) item.positems.item = checkboxes.postraits.option.11 ] &lt;br/&gt;/ ontrialend = [ if (checkboxes.postraits.checked.12 == true) item.positems.item = checkboxes.postraits.option.12 ] &lt;br/&gt;/ ontrialend = [ if (checkboxes.postraits.checked.13 == true) item.positems.item = checkboxes.postraits.option.13 ] &lt;br/&gt;/ ontrialend = [ if (checkboxes.postraits.checked.14 == true) item.positems.item = checkboxes.postraits.option.14 ] &lt;br/&gt;/ ontrialend = [ if (checkboxes.postraits.checked.15 == true) item.positems.item = checkboxes.postraits.option.15 ] &lt;br/&gt;/ ontrialend = [ if (checkboxes.postraits.checked.16 == true) item.positems.item = checkboxes.postraits.option.16 ] &lt;br/&gt;/ ontrialend = [ if (checkboxes.postraits.checked.17 == true) item.positems.item = checkboxes.postraits.option.17 ] &lt;br/&gt;/ ontrialend = [ if (checkboxes.postraits.checked.18 == true) item.positems.item = checkboxes.postraits.option.18 ] &lt;br/&gt;/ ontrialend = [ if (checkboxes.postraits.checked.19 == true) item.positems.item = checkboxes.postraits.option.19 ] &lt;br/&gt;/ ontrialend = [ if (checkboxes.postraits.checked.20 == true) item.positems.item = checkboxes.postraits.option.20 ] &lt;br/&gt;/ ontrialend = [ if (checkboxes.postraits.checked.21 == true) item.positems.item = checkboxes.postraits.option.21 ]&lt;br/&gt;/ ontrialend = [ if (checkboxes.postraits.checked.22 == true) item.positems.item = checkboxes.postraits.option.22 ] &lt;br/&gt;/ ontrialend = [ if (checkboxes.postraits.checked.23 == true) item.positems.item = checkboxes.postraits.option.23 ] &lt;br/&gt;/ ontrialend = [ if (checkboxes.postraits.checked.24 == true) item.positems.item = checkboxes.postraits.option.24 ] &lt;br/&gt;/ ontrialend = [ if (checkboxes.postraits.checked.25 == true) item.positems.item = checkboxes.postraits.option.25 ] &lt;br/&gt;/ ontrialend = [ if (checkboxes.postraits.checked.26 == true) item.positems.item = checkboxes.postraits.option.26 ] &lt;br/&gt;/ ontrialend = [ if (checkboxes.postraits.checked.27 == true) item.positems.item = checkboxes.postraits.option.27 ] &lt;br/&gt;/ ontrialend = [ if (checkboxes.postraits.checked.28 == true) item.positems.item = checkboxes.postraits.option.28 ]  &lt;br/&gt;/ showquestionnumbers = FALSE&lt;br/&gt;/ showpagenumbers = FALSE&lt;br/&gt;&amp;lt;/surveypage&amp;gt;&lt;br/&gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;text negleft&amp;gt;&lt;br/&gt;/ items = negitems&lt;br/&gt;/ position = (30%, 50%)&lt;br/&gt;&amp;lt;/text&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;text negright&amp;gt;&lt;br/&gt;/ items = negitems&lt;br/&gt;/ position = (70%, 50%)&lt;br/&gt;&amp;lt;/text&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;item negitems&amp;gt;&lt;br/&gt;&amp;lt;/item&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;checkboxes negtraits&amp;gt;&lt;br/&gt;/ caption = "Select 4 of the traits below that represent your parnter's MOST NEGATIVE qualities:"&lt;br/&gt;/ options = ("MEAN", "DISHONEST", "LAZY", "STUBBORN", "JEALOUS", "IMPATIENT", "INSENSITIVE", "SELFISH", "BUSY", &lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;  "ANNOYING", "NEGATIVE", "LOUD", "LIAR", "FORGETFUL", "CLINGY", "MOODY", "ANGRY", "BOSSY", "UNSUPPORTIVE", "CHEATER"&lt;br/&gt;  "DUMB", "GREEDY", "CRUEL", "DISLOYAL", "CARELESS", "SHY", "SLOW", "RACIST")&lt;br/&gt;/ range = (4, 4)&lt;br/&gt;/ fontstyle = ("Arial", 18)&lt;br/&gt;&amp;lt;/checkboxes&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;surveypage negative&amp;gt;&lt;br/&gt;/ questions = [1=negtraits]&lt;br/&gt;/ ontrialend = [ if (checkboxes.negtraits.checked.1 == true) item.negitems.item = checkboxes.negtraits.option.1 ] &lt;br/&gt;/ ontrialend = [ if (checkboxes.negtraits.checked.2 == true) item.negitems.item = checkboxes.negtraits.option.2 ] &lt;br/&gt;/ ontrialend = [ if (checkboxes.negtraits.checked.3 == true) item.negitems.item = checkboxes.negtraits.option.3 ] &lt;br/&gt;/ ontrialend = [ if (checkboxes.negtraits.checked.4 == true) item.negitems.item = checkboxes.negtraits.option.4 ] &lt;br/&gt;/ ontrialend = [ if (checkboxes.negtraits.checked.5 == true) item.negitems.item = checkboxes.negtraits.option.5 ] &lt;br/&gt;/ ontrialend = [ if (checkboxes.negtraits.checked.6 == true) item.negitems.item = checkboxes.negtraits.option.6 ] &lt;br/&gt;/ ontrialend = [ if (checkboxes.negtraits.checked.7 == true) item.negitems.item = checkboxes.negtraits.option.7 ] &lt;br/&gt;/ ontrialend = [ if (checkboxes.negtraits.checked.8 == true) item.negitems.item = checkboxes.negtraits.option.8 ] &lt;br/&gt;/ ontrialend = [ if (checkboxes.negtraits.checked.9 == true) item.negitems.item = checkboxes.negtraits.option.9 ] &lt;br/&gt;/ ontrialend = [ if (checkboxes.negtraits.checked.10 == true) item.negitems.item = checkboxes.negtraits.option.10 ] &lt;br/&gt;/ ontrialend = [ if (checkboxes.negtraits.checked.11 == true) item.negitems.item = checkboxes.negtraits.option.11 ] &lt;br/&gt;/ ontrialend = [ if (checkboxes.negtraits.checked.12 == true) item.negitems.item = checkboxes.negtraits.option.12 ] &lt;br/&gt;/ ontrialend = [ if (checkboxes.negtraits.checked.13 == true) item.negitems.item = checkboxes.negtraits.option.13 ] &lt;br/&gt;/ ontrialend = [ if (checkboxes.negtraits.checked.14 == true) item.negitems.item = checkboxes.negtraits.option.14 ] &lt;br/&gt;/ ontrialend = [ if (checkboxes.negtraits.checked.15 == true) item.negitems.item = checkboxes.negtraits.option.15 ] &lt;br/&gt;/ ontrialend = [ if (checkboxes.negtraits.checked.16 == true) item.negitems.item = checkboxes.negtraits.option.16 ] &lt;br/&gt;/ ontrialend = [ if (checkboxes.negtraits.checked.17 == true) item.negitems.item = checkboxes.negtraits.option.17 ] &lt;br/&gt;/ ontrialend = [ if (checkboxes.negtraits.checked.18 == true) item.negitems.item = checkboxes.negtraits.option.18 ] &lt;br/&gt;/ ontrialend = [ if (checkboxes.negtraits.checked.19 == true) item.negitems.item = checkboxes.negtraits.option.19 ] &lt;br/&gt;/ ontrialend = [ if (checkboxes.negtraits.checked.20 == true) item.negitems.item = checkboxes.negtraits.option.20 ] &lt;br/&gt;/ ontrialend = [ if (checkboxes.negtraits.checked.21 == true) item.negitems.item = checkboxes.negtraits.option.21 ] &lt;br/&gt;/ ontrialend = [ if (checkboxes.negtraits.checked.22 == true) item.negitems.item = checkboxes.negtraits.option.22 ] &lt;br/&gt;/ ontrialend = [ if (checkboxes.negtraits.checked.23 == true) item.negitems.item = checkboxes.negtraits.option.23 ] &lt;br/&gt;/ ontrialend = [ if (checkboxes.negtraits.checked.24 == true) item.negitems.item = checkboxes.negtraits.option.24 ] &lt;br/&gt;/ ontrialend = [ if (checkboxes.negtraits.checked.25 == true) item.negitems.item = checkboxes.negtraits.option.25 ] &lt;br/&gt;/ ontrialend = [ if (checkboxes.negtraits.checked.26 == true) item.negitems.item = checkboxes.negtraits.option.26 ] &lt;br/&gt;/ ontrialend = [ if (checkboxes.negtraits.checked.27 == true) item.negitems.item = checkboxes.negtraits.option.27 ] &lt;br/&gt;/ ontrialend = [ if (checkboxes.negtraits.checked.28 == true) item.negitems.item = checkboxes.negtraits.option.28 ] &lt;br/&gt;/ showquestionnumbers = FALSE&lt;br/&gt;/ showpagenumbers = FALSE&lt;br/&gt;&amp;lt;/surveypage&amp;gt;&lt;br/&gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;likert ptrait1&amp;gt;&lt;br/&gt;/ stimulusframes=[1= ]&lt;br/&gt;/ anchors=[1="1 - Not at all characteristic"; 2="2"; 3="3"; 4="4"; 5="5"; 6="6"; 7= "7", 8="8"; 9="9 - Completely characteristic of my partner"]&lt;br/&gt;/ position=(50, 90)&lt;br/&gt;&amp;lt;/likert&amp;gt;&lt;a class="if-quote-goto quote-link" href="#" data-id="22354"&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;You store the selected traits in &amp;lt;item&amp;gt; elements. To display them later in the &amp;lt;likert&amp;gt;, you need to set up &amp;lt;text&amp;gt; elements referencing those item elements and then display those &amp;lt;text&amp;gt; elements via the likert's /stimulusframes as in:&lt;br/&gt;&lt;br/&gt;&amp;lt;likert ptrait1&amp;gt;&lt;br/&gt;&lt;strong&gt;/ stimulusframes=[1=positivetrait1 ]&lt;/strong&gt;&lt;br/&gt;/ anchors=[1="1 - Not at all characteristic"; 2="2"; 3="3"; 4="4"; 5="5"; 6="6"; 7= "7", 8="8"; 9="9 - Completely characteristic of my partner"]&lt;br/&gt;/ position=(50, 90)&lt;br/&gt;&amp;lt;/likert&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;text positivetrait1&amp;gt;&lt;br/&gt;&lt;strong&gt;/ items = positems&lt;br/&gt;/ select = 1&lt;/strong&gt;&lt;br/&gt;&amp;lt;/text&amp;gt;&lt;br/&gt;&lt;br/&gt;and so forth.&lt;br/&gt;&lt;a class="if-quote-goto quote-link" href="#" data-id="22357"&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;So the "/ select = " in the text syntax you added will call up the first item of the 4 created in "positems"?&lt;br/&gt;&lt;br/&gt;&lt;br/&gt;</description><pubDate>Wed, 30 Aug 2017 09:33:38 GMT</pubDate><dc:creator>Marguerite</dc:creator></item><item><title>RE: Displaying Participant Generated Stimuli in Likert</title><link>https://forums.millisecond.com/Topic22357.aspx</link><description>&lt;div data-id="22354" class="if-quote-wrapper" unselectable="on" data-guid="1504110242274"&gt;&lt;a class="quote-para" unselectable="on" style="display: none;" href="#" data-id="22354" 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="22354" 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="22354" title=" "&gt;&lt;/a&gt;&lt;/div&gt;&lt;span unselectable="on" class="quote-markup"&gt;[b]&lt;/span&gt;Marguerite - Wednesday, August 30, 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-22354"&gt;&lt;div class="if-quote-message-margin"&gt;Hi All&lt;br/&gt;&lt;br/&gt;I have a task where participants generate 4 positive and 4 negative traits by selecting them from a list (using the checkbox element). I would then like to have participants answer questions about each of the traits they selected later in the survey using a likert scale option.&lt;br/&gt;&lt;br/&gt;I've posted my syntax below. All of the checkbox options work perfectly. But I'm not quite sure how to get the individual traits to pull up - so I'm not sure what to put in the stimulus frame for the likert element etc.&lt;br/&gt;&lt;br/&gt;I have also attached my full syntax file in case that is useful.&lt;br/&gt;&lt;br/&gt;Any help or suggestions are appreciated.&lt;br/&gt;&lt;br/&gt;Veronica&lt;br/&gt;&lt;br/&gt;&amp;lt;item positems&amp;gt;&lt;br/&gt;&amp;lt;/item&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;checkboxes postraits&amp;gt;&lt;br/&gt;/ caption = "Select 4 of the traits below that represent your parnter's MOST POSITIVE qualities:"&lt;br/&gt;/ options = ("CARING", "LOVING", "RESPONSIBLE", "SMART", "FUNNY", "HONEST", "KIND", "RESPECTFUL", "BEAUTIFUL", "LOYAL", &lt;br/&gt;"RELIABLE", "HANDSOME", "NICE", "GENTLE", "GENEROUS", "DEDICATED", "COURAGEOUS", "POSITIVE", "DRIVEN", "HAPPY", "ACTIVE", &lt;br/&gt;"TRUSTING", "CLEAN", "FUN", "GENTLE", "OUTGOING", "STRONG", "SINCERE")&lt;br/&gt;/ range = (4, 4)&lt;br/&gt;/ fontstyle = ("Arial", 18)&lt;br/&gt;&amp;lt;/checkboxes&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;surveypage positive&amp;gt;&lt;br/&gt;/ questions = [1=postraits]&lt;br/&gt;/ ontrialend = [ if (checkboxes.postraits.checked.1 == true) item.positems.item = checkboxes.postraits.option.1 ] &lt;br/&gt;/ ontrialend = [ if (checkboxes.postraits.checked.2 == true) item.positems.item = checkboxes.postraits.option.2 ] &lt;br/&gt;/ ontrialend = [ if (checkboxes.postraits.checked.3 == true) item.positems.item = checkboxes.postraits.option.3 ] &lt;br/&gt;/ ontrialend = [ if (checkboxes.postraits.checked.4 == true) item.positems.item = checkboxes.postraits.option.4 ] &lt;br/&gt;/ ontrialend = [ if (checkboxes.postraits.checked.5 == true) item.positems.item = checkboxes.postraits.option.5 ] &lt;br/&gt;/ ontrialend = [ if (checkboxes.postraits.checked.6 == true) item.positems.item = checkboxes.postraits.option.6 ] &lt;br/&gt;/ ontrialend = [ if (checkboxes.postraits.checked.7 == true) item.positems.item = checkboxes.postraits.option.7 ] &lt;br/&gt;/ ontrialend = [ if (checkboxes.postraits.checked.8 == true) item.positems.item = checkboxes.postraits.option.8 ] &lt;br/&gt;/ ontrialend = [ if (checkboxes.postraits.checked.9 == true) item.positems.item = checkboxes.postraits.option.9 ] &lt;br/&gt;/ ontrialend = [ if (checkboxes.postraits.checked.10 == true) item.positems.item = checkboxes.postraits.option.10 ] &lt;br/&gt;/ ontrialend = [ if (checkboxes.postraits.checked.11 == true) item.positems.item = checkboxes.postraits.option.11 ] &lt;br/&gt;/ ontrialend = [ if (checkboxes.postraits.checked.12 == true) item.positems.item = checkboxes.postraits.option.12 ] &lt;br/&gt;/ ontrialend = [ if (checkboxes.postraits.checked.13 == true) item.positems.item = checkboxes.postraits.option.13 ] &lt;br/&gt;/ ontrialend = [ if (checkboxes.postraits.checked.14 == true) item.positems.item = checkboxes.postraits.option.14 ] &lt;br/&gt;/ ontrialend = [ if (checkboxes.postraits.checked.15 == true) item.positems.item = checkboxes.postraits.option.15 ] &lt;br/&gt;/ ontrialend = [ if (checkboxes.postraits.checked.16 == true) item.positems.item = checkboxes.postraits.option.16 ] &lt;br/&gt;/ ontrialend = [ if (checkboxes.postraits.checked.17 == true) item.positems.item = checkboxes.postraits.option.17 ] &lt;br/&gt;/ ontrialend = [ if (checkboxes.postraits.checked.18 == true) item.positems.item = checkboxes.postraits.option.18 ] &lt;br/&gt;/ ontrialend = [ if (checkboxes.postraits.checked.19 == true) item.positems.item = checkboxes.postraits.option.19 ] &lt;br/&gt;/ ontrialend = [ if (checkboxes.postraits.checked.20 == true) item.positems.item = checkboxes.postraits.option.20 ] &lt;br/&gt;/ ontrialend = [ if (checkboxes.postraits.checked.21 == true) item.positems.item = checkboxes.postraits.option.21 ]&lt;br/&gt;/ ontrialend = [ if (checkboxes.postraits.checked.22 == true) item.positems.item = checkboxes.postraits.option.22 ] &lt;br/&gt;/ ontrialend = [ if (checkboxes.postraits.checked.23 == true) item.positems.item = checkboxes.postraits.option.23 ] &lt;br/&gt;/ ontrialend = [ if (checkboxes.postraits.checked.24 == true) item.positems.item = checkboxes.postraits.option.24 ] &lt;br/&gt;/ ontrialend = [ if (checkboxes.postraits.checked.25 == true) item.positems.item = checkboxes.postraits.option.25 ] &lt;br/&gt;/ ontrialend = [ if (checkboxes.postraits.checked.26 == true) item.positems.item = checkboxes.postraits.option.26 ] &lt;br/&gt;/ ontrialend = [ if (checkboxes.postraits.checked.27 == true) item.positems.item = checkboxes.postraits.option.27 ] &lt;br/&gt;/ ontrialend = [ if (checkboxes.postraits.checked.28 == true) item.positems.item = checkboxes.postraits.option.28 ]  &lt;br/&gt;/ showquestionnumbers = FALSE&lt;br/&gt;/ showpagenumbers = FALSE&lt;br/&gt;&amp;lt;/surveypage&amp;gt;&lt;br/&gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;text negleft&amp;gt;&lt;br/&gt;/ items = negitems&lt;br/&gt;/ position = (30%, 50%)&lt;br/&gt;&amp;lt;/text&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;text negright&amp;gt;&lt;br/&gt;/ items = negitems&lt;br/&gt;/ position = (70%, 50%)&lt;br/&gt;&amp;lt;/text&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;item negitems&amp;gt;&lt;br/&gt;&amp;lt;/item&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;checkboxes negtraits&amp;gt;&lt;br/&gt;/ caption = "Select 4 of the traits below that represent your parnter's MOST NEGATIVE qualities:"&lt;br/&gt;/ options = ("MEAN", "DISHONEST", "LAZY", "STUBBORN", "JEALOUS", "IMPATIENT", "INSENSITIVE", "SELFISH", "BUSY", &lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;  "ANNOYING", "NEGATIVE", "LOUD", "LIAR", "FORGETFUL", "CLINGY", "MOODY", "ANGRY", "BOSSY", "UNSUPPORTIVE", "CHEATER"&lt;br/&gt;  "DUMB", "GREEDY", "CRUEL", "DISLOYAL", "CARELESS", "SHY", "SLOW", "RACIST")&lt;br/&gt;/ range = (4, 4)&lt;br/&gt;/ fontstyle = ("Arial", 18)&lt;br/&gt;&amp;lt;/checkboxes&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;surveypage negative&amp;gt;&lt;br/&gt;/ questions = [1=negtraits]&lt;br/&gt;/ ontrialend = [ if (checkboxes.negtraits.checked.1 == true) item.negitems.item = checkboxes.negtraits.option.1 ] &lt;br/&gt;/ ontrialend = [ if (checkboxes.negtraits.checked.2 == true) item.negitems.item = checkboxes.negtraits.option.2 ] &lt;br/&gt;/ ontrialend = [ if (checkboxes.negtraits.checked.3 == true) item.negitems.item = checkboxes.negtraits.option.3 ] &lt;br/&gt;/ ontrialend = [ if (checkboxes.negtraits.checked.4 == true) item.negitems.item = checkboxes.negtraits.option.4 ] &lt;br/&gt;/ ontrialend = [ if (checkboxes.negtraits.checked.5 == true) item.negitems.item = checkboxes.negtraits.option.5 ] &lt;br/&gt;/ ontrialend = [ if (checkboxes.negtraits.checked.6 == true) item.negitems.item = checkboxes.negtraits.option.6 ] &lt;br/&gt;/ ontrialend = [ if (checkboxes.negtraits.checked.7 == true) item.negitems.item = checkboxes.negtraits.option.7 ] &lt;br/&gt;/ ontrialend = [ if (checkboxes.negtraits.checked.8 == true) item.negitems.item = checkboxes.negtraits.option.8 ] &lt;br/&gt;/ ontrialend = [ if (checkboxes.negtraits.checked.9 == true) item.negitems.item = checkboxes.negtraits.option.9 ] &lt;br/&gt;/ ontrialend = [ if (checkboxes.negtraits.checked.10 == true) item.negitems.item = checkboxes.negtraits.option.10 ] &lt;br/&gt;/ ontrialend = [ if (checkboxes.negtraits.checked.11 == true) item.negitems.item = checkboxes.negtraits.option.11 ] &lt;br/&gt;/ ontrialend = [ if (checkboxes.negtraits.checked.12 == true) item.negitems.item = checkboxes.negtraits.option.12 ] &lt;br/&gt;/ ontrialend = [ if (checkboxes.negtraits.checked.13 == true) item.negitems.item = checkboxes.negtraits.option.13 ] &lt;br/&gt;/ ontrialend = [ if (checkboxes.negtraits.checked.14 == true) item.negitems.item = checkboxes.negtraits.option.14 ] &lt;br/&gt;/ ontrialend = [ if (checkboxes.negtraits.checked.15 == true) item.negitems.item = checkboxes.negtraits.option.15 ] &lt;br/&gt;/ ontrialend = [ if (checkboxes.negtraits.checked.16 == true) item.negitems.item = checkboxes.negtraits.option.16 ] &lt;br/&gt;/ ontrialend = [ if (checkboxes.negtraits.checked.17 == true) item.negitems.item = checkboxes.negtraits.option.17 ] &lt;br/&gt;/ ontrialend = [ if (checkboxes.negtraits.checked.18 == true) item.negitems.item = checkboxes.negtraits.option.18 ] &lt;br/&gt;/ ontrialend = [ if (checkboxes.negtraits.checked.19 == true) item.negitems.item = checkboxes.negtraits.option.19 ] &lt;br/&gt;/ ontrialend = [ if (checkboxes.negtraits.checked.20 == true) item.negitems.item = checkboxes.negtraits.option.20 ] &lt;br/&gt;/ ontrialend = [ if (checkboxes.negtraits.checked.21 == true) item.negitems.item = checkboxes.negtraits.option.21 ] &lt;br/&gt;/ ontrialend = [ if (checkboxes.negtraits.checked.22 == true) item.negitems.item = checkboxes.negtraits.option.22 ] &lt;br/&gt;/ ontrialend = [ if (checkboxes.negtraits.checked.23 == true) item.negitems.item = checkboxes.negtraits.option.23 ] &lt;br/&gt;/ ontrialend = [ if (checkboxes.negtraits.checked.24 == true) item.negitems.item = checkboxes.negtraits.option.24 ] &lt;br/&gt;/ ontrialend = [ if (checkboxes.negtraits.checked.25 == true) item.negitems.item = checkboxes.negtraits.option.25 ] &lt;br/&gt;/ ontrialend = [ if (checkboxes.negtraits.checked.26 == true) item.negitems.item = checkboxes.negtraits.option.26 ] &lt;br/&gt;/ ontrialend = [ if (checkboxes.negtraits.checked.27 == true) item.negitems.item = checkboxes.negtraits.option.27 ] &lt;br/&gt;/ ontrialend = [ if (checkboxes.negtraits.checked.28 == true) item.negitems.item = checkboxes.negtraits.option.28 ] &lt;br/&gt;/ showquestionnumbers = FALSE&lt;br/&gt;/ showpagenumbers = FALSE&lt;br/&gt;&amp;lt;/surveypage&amp;gt;&lt;br/&gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;likert ptrait1&amp;gt;&lt;br/&gt;/ stimulusframes=[1= ]&lt;br/&gt;/ anchors=[1="1 - Not at all characteristic"; 2="2"; 3="3"; 4="4"; 5="5"; 6="6"; 7= "7", 8="8"; 9="9 - Completely characteristic of my partner"]&lt;br/&gt;/ position=(50, 90)&lt;br/&gt;&amp;lt;/likert&amp;gt;&lt;a class="if-quote-goto quote-link" href="#" data-id="22354"&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;You store the selected traits in &amp;lt;item&amp;gt; elements. To display them later in the &amp;lt;likert&amp;gt;, you need to set up &amp;lt;text&amp;gt; elements referencing those item elements and then display those &amp;lt;text&amp;gt; elements via the likert's /stimulusframes as in:&lt;br/&gt;&lt;br/&gt;&amp;lt;likert ptrait1&amp;gt;&lt;br/&gt;&lt;strong&gt;/ stimulusframes=[1=positivetrait1 ]&lt;/strong&gt;&lt;br/&gt;/ anchors=[1="1 - Not at all characteristic"; 2="2"; 3="3"; 4="4"; 5="5"; 6="6"; 7= "7", 8="8"; 9="9 - Completely characteristic of my partner"]&lt;br/&gt;/ position=(50, 90)&lt;br/&gt;&amp;lt;/likert&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;text positivetrait1&amp;gt;&lt;br/&gt;&lt;strong&gt;/ items = positems&lt;br/&gt;/ select = 1&lt;/strong&gt;&lt;br/&gt;&amp;lt;/text&amp;gt;&lt;br/&gt;&lt;br/&gt;and so forth.&lt;br/&gt;</description><pubDate>Wed, 30 Aug 2017 09:27:38 GMT</pubDate><dc:creator>Dave</dc:creator></item></channel></rss>