<?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: Survey123 Connect: Ranking Question Responses in ArcGIS Survey123 Questions</title>
    <link>https://community.esri.com/t5/arcgis-survey123-questions/survey123-connect-ranking-question-responses/m-p/825841#M17013</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm not sure how you could do that with a single question like that. You could try it as three similar &lt;EM&gt;select_one&lt;/EM&gt; questions: use the same choice list, with the labels/hint text explaining "Pick the 2nd most important issue" etc. Then use constraints like &lt;STRONG&gt;not(selected(${Question2}, ${Question1})) and&amp;nbsp;not(selected(${Question2}, ${Question3})) &lt;/STRONG&gt;to keep the user from selecting the same answer each time.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Alternatively, you could have seven &lt;EM&gt;integer&lt;/EM&gt; questions (one question for each issue), prompting the user to input a value of 1 through 3 next to different questions to rank them. This would require more work to control, but is still doable. Use similar constraints as above to avoid repeat values (this will be longer because you're comparing to six other questions), as well as adding &lt;STRONG&gt;and .&amp;gt;0 and .&amp;lt;4&lt;/STRONG&gt; to the constraint to keep the range between 1 and 3. Then a final &lt;EM&gt;calculation&lt;/EM&gt; question that calculates the sum of the seven questions and ensures it equals 5, to make sure the user didn't rank less than three issues.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It kinda depends on how you want to use the data in your database or reports, and what would make the most sense for the user filling out the form.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 02 Nov 2018 18:28:57 GMT</pubDate>
    <dc:creator>NickDierks1</dc:creator>
    <dc:date>2018-11-02T18:28:57Z</dc:date>
    <item>
      <title>Survey123 Connect: Ranking Question Responses</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/survey123-connect-ranking-question-responses/m-p/825840#M17012</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a survey question with seven possible responses. I want the users to select their top three responses from the list and rank them from one to three in order of their importance.&lt;/P&gt;&lt;P&gt;Something like this:&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/426852_pastedImage_1.png" /&gt;&lt;/P&gt;&lt;P&gt;My initial thought was a multiselect&amp;nbsp;limited to three choices which I could do, how do I turn this into a ranked score?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 31 Oct 2018 23:54:55 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/survey123-connect-ranking-question-responses/m-p/825840#M17012</guid>
      <dc:creator>deleted-user-KGFXFZZ8wD3-</dc:creator>
      <dc:date>2018-10-31T23:54:55Z</dc:date>
    </item>
    <item>
      <title>Re: Survey123 Connect: Ranking Question Responses</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/survey123-connect-ranking-question-responses/m-p/825841#M17013</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm not sure how you could do that with a single question like that. You could try it as three similar &lt;EM&gt;select_one&lt;/EM&gt; questions: use the same choice list, with the labels/hint text explaining "Pick the 2nd most important issue" etc. Then use constraints like &lt;STRONG&gt;not(selected(${Question2}, ${Question1})) and&amp;nbsp;not(selected(${Question2}, ${Question3})) &lt;/STRONG&gt;to keep the user from selecting the same answer each time.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Alternatively, you could have seven &lt;EM&gt;integer&lt;/EM&gt; questions (one question for each issue), prompting the user to input a value of 1 through 3 next to different questions to rank them. This would require more work to control, but is still doable. Use similar constraints as above to avoid repeat values (this will be longer because you're comparing to six other questions), as well as adding &lt;STRONG&gt;and .&amp;gt;0 and .&amp;lt;4&lt;/STRONG&gt; to the constraint to keep the range between 1 and 3. Then a final &lt;EM&gt;calculation&lt;/EM&gt; question that calculates the sum of the seven questions and ensures it equals 5, to make sure the user didn't rank less than three issues.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It kinda depends on how you want to use the data in your database or reports, and what would make the most sense for the user filling out the form.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Nov 2018 18:28:57 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/survey123-connect-ranking-question-responses/m-p/825841#M17013</guid>
      <dc:creator>NickDierks1</dc:creator>
      <dc:date>2018-11-02T18:28:57Z</dc:date>
    </item>
    <item>
      <title>Re: Survey123 Connect: Ranking Question Responses</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/survey123-connect-ranking-question-responses/m-p/1100079#M37333</link>
      <description>&lt;P&gt;This functionality is now supported in both Survey123 web designer and Connect.&amp;nbsp;The GeoNet blog linked below outlines the workflow to use "rank" question type to enable users to rank their responses on the form:&amp;nbsp;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;A href="https://community.esri.com/t5/arcgis-survey123-blog/survey123-tricks-of-the-trade-ranking-question-and/ba-p/899124" target="_blank"&gt;https://community.esri.com/t5/arcgis-survey123-blog/survey123-tricks-of-the-trade-ranking-question-and/ba-p/899124&lt;/A&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;All the best,&lt;/P&gt;&lt;P&gt;MJ&lt;/P&gt;</description>
      <pubDate>Mon, 20 Sep 2021 20:07:45 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/survey123-connect-ranking-question-responses/m-p/1100079#M37333</guid>
      <dc:creator>MJBiazar</dc:creator>
      <dc:date>2021-09-20T20:07:45Z</dc:date>
    </item>
  </channel>
</rss>

