<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Multiple-choice question - labels of selected questions to note in ArcGIS Survey123 Questions</title>
    <link>https://community.esri.com/t5/arcgis-survey123-questions/multiple-choice-question-labels-of-selected/m-p/1111301#M38290</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/16421"&gt;@DougBrowning&lt;/a&gt;,&amp;nbsp;&lt;/P&gt;&lt;P&gt;technically yes, that´s exactly what I meant. Thank you so much for this workaround.&lt;/P&gt;&lt;P&gt;In case I don´t know how many outputs will be, some for dynamic solution in Survey (dynamic index count)) would be great.&lt;/P&gt;&lt;P&gt;Anyway it working for me, thank you.&lt;/P&gt;&lt;P&gt;Vladimir&lt;/P&gt;</description>
    <pubDate>Tue, 26 Oct 2021 15:53:18 GMT</pubDate>
    <dc:creator>VHolubec</dc:creator>
    <dc:date>2021-10-26T15:53:18Z</dc:date>
    <item>
      <title>Multiple-choice question - labels of selected questions to note</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/multiple-choice-question-labels-of-selected/m-p/1111247#M38284</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I would like to ask you for help. I have a image-map multiple choice question (the car from Survey123 samples) and I would like to push the labels of selected features to note or other text segment.&lt;/P&gt;&lt;P&gt;The default solution&amp;nbsp;&amp;lt;b&amp;gt;Vybrané položky:&amp;lt;/b&amp;gt; ${damage}, adding selected features to notes, separated by column but not the labels of the features, but it´s name, which are not "pretty to display".&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="VHolubec_0-1635257014823.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/26200i1059B4F471DAF024/image-size/medium?v=v2&amp;amp;px=400" role="button" title="VHolubec_0-1635257014823.png" alt="VHolubec_0-1635257014823.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Then I tried a function&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;jr:choice-name(selected-at(${damage}, 0), '${damage}') &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;in calculation, which returns labels as needed but just for first selected feature. Also, I don´t know how to set correctly the index - hasn´t found it in doc - maybe this is the showstopper there.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="VHolubec_1-1635257087450.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/26201iF1B1744B84EBB36B/image-size/medium?v=v2&amp;amp;px=400" role="button" title="VHolubec_1-1635257087450.png" alt="VHolubec_1-1635257087450.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I will be happy for any tips.&lt;/P&gt;&lt;P&gt;Thank you,&lt;/P&gt;&lt;P&gt;Vladimir&lt;/P&gt;</description>
      <pubDate>Tue, 26 Oct 2021 14:06:25 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/multiple-choice-question-labels-of-selected/m-p/1111247#M38284</guid>
      <dc:creator>VHolubec</dc:creator>
      <dc:date>2021-10-26T14:06:25Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple-choice question - labels of selected questions to note</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/multiple-choice-question-labels-of-selected/m-p/1111270#M38287</link>
      <description>&lt;P&gt;When I has this I just wrote them all out.&amp;nbsp; If it is blank then no biggie.&lt;/P&gt;&lt;P&gt;So if you have 10 choices&lt;/P&gt;&lt;P&gt;&lt;EM&gt;jr:choice-name(selected-at(${damage}, 0), '${damage}') +&amp;nbsp;jr:choice-name(selected-at(${damage}, 1), '${damage}') ....&amp;nbsp;jr:choice-name(selected-at(${damage}, 10), '${damage}')&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Hope that is what you meant&lt;/EM&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 26 Oct 2021 15:07:29 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/multiple-choice-question-labels-of-selected/m-p/1111270#M38287</guid>
      <dc:creator>DougBrowning</dc:creator>
      <dc:date>2021-10-26T15:07:29Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple-choice question - labels of selected questions to note</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/multiple-choice-question-labels-of-selected/m-p/1111301#M38290</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/16421"&gt;@DougBrowning&lt;/a&gt;,&amp;nbsp;&lt;/P&gt;&lt;P&gt;technically yes, that´s exactly what I meant. Thank you so much for this workaround.&lt;/P&gt;&lt;P&gt;In case I don´t know how many outputs will be, some for dynamic solution in Survey (dynamic index count)) would be great.&lt;/P&gt;&lt;P&gt;Anyway it working for me, thank you.&lt;/P&gt;&lt;P&gt;Vladimir&lt;/P&gt;</description>
      <pubDate>Tue, 26 Oct 2021 15:53:18 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/multiple-choice-question-labels-of-selected/m-p/1111301#M38290</guid>
      <dc:creator>VHolubec</dc:creator>
      <dc:date>2021-10-26T15:53:18Z</dc:date>
    </item>
  </channel>
</rss>

