<?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: Designing a survey with random fields from a list in ArcGIS Survey123 Questions</title>
    <link>https://community.esri.com/t5/arcgis-survey123-questions/designing-a-survey-with-random-fields-from-a-list/m-p/1360623#M53451</link>
    <description>&lt;P&gt;I like! It's essentially the same thing as the JS I proposed, but soooo much less work.&lt;/P&gt;&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/721176"&gt;@giossss&lt;/a&gt;just don't forget that &lt;STRONG&gt;60 / 18 = 3.33333&lt;/STRONG&gt;, so one of your questions will have a range greater than 3.&lt;/P&gt;</description>
    <pubDate>Wed, 13 Dec 2023 21:13:44 GMT</pubDate>
    <dc:creator>abureaux</dc:creator>
    <dc:date>2023-12-13T21:13:44Z</dc:date>
    <item>
      <title>Designing a survey with random fields from a list</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/designing-a-survey-with-random-fields-from-a-list/m-p/1360601#M53445</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Hi, everyone, I have a question: I need to develop a form with 18 fields in the select_one format. However, I don't want these fields to appear every time the form is filled out. Instead, I want 7 random fields from this group of 18 to appear with each new entry. Is it possible to create a form in this format?&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 13 Dec 2023 20:49:14 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/designing-a-survey-with-random-fields-from-a-list/m-p/1360601#M53445</guid>
      <dc:creator>giossss</dc:creator>
      <dc:date>2023-12-13T20:49:14Z</dc:date>
    </item>
    <item>
      <title>Re: Designing a survey with random fields from a list</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/designing-a-survey-with-random-fields-from-a-list/m-p/1360611#M53447</link>
      <description>&lt;P&gt;Probably easiest with JS.&lt;/P&gt;&lt;P&gt;You'd need something like this: &lt;A href="https://stackoverflow.com/questions/18806210/generating-non-repeating-random-numbers-in-js" target="_blank"&gt;https://stackoverflow.com/questions/18806210/generating-non-repeating-random-numbers-in-js&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Once you have your 7 random numbers, the rest is easy. Just use choice_list, and assign a static number to each select_one answer. E.g., Each time "4" is chosen, item #4 in your select_one list will be visible.&lt;/P&gt;&lt;P&gt;Not exactly the easiest thing to do, but theoretically possible.&lt;/P&gt;</description>
      <pubDate>Wed, 13 Dec 2023 21:01:05 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/designing-a-survey-with-random-fields-from-a-list/m-p/1360611#M53447</guid>
      <dc:creator>abureaux</dc:creator>
      <dc:date>2023-12-13T21:01:05Z</dc:date>
    </item>
    <item>
      <title>Re: Designing a survey with random fields from a list</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/designing-a-survey-with-random-fields-from-a-list/m-p/1360618#M53449</link>
      <description>&lt;P&gt;How about this idea.&lt;/P&gt;&lt;P&gt;Use&amp;nbsp;format-date(now(), '%S') to get a string of seconds.&amp;nbsp; Can convert to int or leave as string.&lt;/P&gt;&lt;P&gt;then base the relevant for the fields on what the seconds are.&amp;nbsp; So it should be random based off whatever the current time of day is.&lt;/P&gt;&lt;P&gt;Relevant could be something like if(seconds &amp;gt; 0 and &amp;lt; 3, show, dont) then just vary the seconds for each question.&lt;/P&gt;&lt;P&gt;Just a crazy idea.&lt;/P&gt;</description>
      <pubDate>Wed, 13 Dec 2023 21:09:05 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/designing-a-survey-with-random-fields-from-a-list/m-p/1360618#M53449</guid>
      <dc:creator>DougBrowning</dc:creator>
      <dc:date>2023-12-13T21:09:05Z</dc:date>
    </item>
    <item>
      <title>Re: Designing a survey with random fields from a list</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/designing-a-survey-with-random-fields-from-a-list/m-p/1360623#M53451</link>
      <description>&lt;P&gt;I like! It's essentially the same thing as the JS I proposed, but soooo much less work.&lt;/P&gt;&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/721176"&gt;@giossss&lt;/a&gt;just don't forget that &lt;STRONG&gt;60 / 18 = 3.33333&lt;/STRONG&gt;, so one of your questions will have a range greater than 3.&lt;/P&gt;</description>
      <pubDate>Wed, 13 Dec 2023 21:13:44 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/designing-a-survey-with-random-fields-from-a-list/m-p/1360623#M53451</guid>
      <dc:creator>abureaux</dc:creator>
      <dc:date>2023-12-13T21:13:44Z</dc:date>
    </item>
    <item>
      <title>Re: Designing a survey with random fields from a list</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/designing-a-survey-with-random-fields-from-a-list/m-p/1360630#M53453</link>
      <description>&lt;P&gt;Yea I thought of that.&amp;nbsp; Would mod 18 do it?&lt;/P&gt;</description>
      <pubDate>Wed, 13 Dec 2023 21:26:46 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/designing-a-survey-with-random-fields-from-a-list/m-p/1360630#M53453</guid>
      <dc:creator>DougBrowning</dc:creator>
      <dc:date>2023-12-13T21:26:46Z</dc:date>
    </item>
    <item>
      <title>Re: Designing a survey with random fields from a list</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/designing-a-survey-with-random-fields-from-a-list/m-p/1373648#M54225</link>
      <description>&lt;P&gt;Hey Doug,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Your link on my question earlier today led me here. Which column would you input "format-date(now(), '%S')" in?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;</description>
      <pubDate>Tue, 23 Jan 2024 20:42:39 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/designing-a-survey-with-random-fields-from-a-list/m-p/1373648#M54225</guid>
      <dc:creator>BrianTruong</dc:creator>
      <dc:date>2024-01-23T20:42:39Z</dc:date>
    </item>
    <item>
      <title>Re: Designing a survey with random fields from a list</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/designing-a-survey-with-random-fields-from-a-list/m-p/1373659#M54228</link>
      <description>&lt;P&gt;Create a special field for this then use that field in The relevant with diff seconds.&amp;nbsp; That way it will random show it.&lt;/P&gt;</description>
      <pubDate>Tue, 23 Jan 2024 21:20:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/designing-a-survey-with-random-fields-from-a-list/m-p/1373659#M54228</guid>
      <dc:creator>DougBrowning</dc:creator>
      <dc:date>2024-01-23T21:20:33Z</dc:date>
    </item>
  </channel>
</rss>

