<?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 map points or map questions per survey WITHOUT repeats? in ArcGIS Survey123 Questions</title>
    <link>https://community.esri.com/t5/arcgis-survey123-questions/multiple-map-points-or-map-questions-per-survey/m-p/1635215#M63468</link>
    <description>&lt;P&gt;It is because Arc cannot do it at the database level.&amp;nbsp; Nothing 123 team can do about that.&amp;nbsp; Sure some multipart geometry is around but it seems its on its way out as its never talked about much anymore.&amp;nbsp; I see sometimes apps will show multipart made elsewhere but none let you add new.&lt;/P&gt;&lt;P&gt;I posted in the past on where multipart support is going but never got an answer.&lt;/P&gt;&lt;P&gt;A repeat will not be that bad I think.&lt;/P&gt;</description>
    <pubDate>Tue, 22 Jul 2025 21:39:44 GMT</pubDate>
    <dc:creator>DougBrowning</dc:creator>
    <dc:date>2025-07-22T21:39:44Z</dc:date>
    <item>
      <title>Multiple map points or map questions per survey WITHOUT repeats?</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/multiple-map-points-or-map-questions-per-survey/m-p/1635160#M63464</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I'm looking to create a public survey that will collect 3 different map points from each respondent. The respondents have to place all 3 point types, and each point type is tied to some predetermined attribute. I suspected there wasn't a way to place multiple different types of points on one map question, but I thought I could ask multiple map questions and then tie the data together later, like so:&lt;/P&gt;&lt;P&gt;1. Place a red point.&lt;FONT color="#FF0000"&gt;*&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;red point map&amp;gt;&lt;/P&gt;&lt;P&gt;2. Place a green point.&lt;FONT color="#FF0000"&gt;*&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;green point map&amp;gt;&lt;/P&gt;&lt;P&gt;3. Place a blue point.&lt;FONT color="#FF0000"&gt;*&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;blue point map&amp;gt;&lt;/P&gt;&lt;P&gt;That seems to not be the case, outside of using a repeat in Survey123 Connect. However, repeats are designed for multiple copies of the same question, which is different from what I'm trying to make. Is there a way to collect points in different categories from one survey?&lt;/P&gt;</description>
      <pubDate>Tue, 22 Jul 2025 20:32:11 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/multiple-map-points-or-map-questions-per-survey/m-p/1635160#M63464</guid>
      <dc:creator>Crinoid</dc:creator>
      <dc:date>2025-07-22T20:32:11Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple map points or map questions per survey WITHOUT repeats?</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/multiple-map-points-or-map-questions-per-survey/m-p/1635166#M63465</link>
      <description>&lt;P&gt;Hi Crinoid,&lt;/P&gt;&lt;P&gt;Survey123 doesn't support placing multiple different types of points in a single map question. And while repeats are great for collecting multiple of the &lt;EM&gt;same&lt;/EM&gt; thing, they don’t really help when you need to collect &lt;EM&gt;specific&lt;/EM&gt; point types like red, green, and blue — each with a fixed meaning.&lt;/P&gt;&lt;P&gt;The best way I’ve handled this is using Survey123 Connect, not the web designer.&lt;/P&gt;&lt;P&gt;What I did was create three separate geopoint questions, one for each point type:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;P&gt;One for the red point&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;One for the green point&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;One for the blue point&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Each has its own label and is marked as required. Then I added a hidden field or calculation to tag each with its point type ("Red", "Green", "Blue") so it's clear when you look at the data later.&lt;/P&gt;&lt;P&gt;If you're collecting everything into the same layer, you &lt;EM&gt;could&lt;/EM&gt; use a repeat, but you'd need to restrict it to only allow one entry per type, which gets a bit clunky. I found the three-question approach a lot cleaner, especially if you’re trying to make it user-friendly.&lt;/P&gt;&lt;P&gt;I hope this helps and let me know.&lt;/P&gt;&lt;P&gt;Regards,&lt;BR /&gt;Venkat&lt;/P&gt;</description>
      <pubDate>Tue, 22 Jul 2025 20:40:54 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/multiple-map-points-or-map-questions-per-survey/m-p/1635166#M63465</guid>
      <dc:creator>VenkataKondepati</dc:creator>
      <dc:date>2025-07-22T20:40:54Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple map points or map questions per survey WITHOUT repeats?</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/multiple-map-points-or-map-questions-per-survey/m-p/1635209#M63467</link>
      <description>&lt;P&gt;Repeats is going to be the way to go.&lt;/P&gt;&lt;P&gt;-Use the repeat_count field to ensure they add all 3 points.&amp;nbsp; Add at least one required field that has to be answered along with the geopoint inside the repeat.&lt;/P&gt;&lt;P&gt;-You can than use an if statement and position(..) to categorize each repeat:&lt;/P&gt;&lt;P&gt;If(position(..)=1, "Red", If(position(..)=2,"Blue", "Green"))&lt;/P&gt;&lt;P&gt;And build relevancies for each of the of the corresponding categories inside the repeat based on that categorization.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Neal_t_k_0-1753219876785.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/136966i78176140C8EF4E41/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Neal_t_k_0-1753219876785.png" alt="Neal_t_k_0-1753219876785.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Edit:&amp;nbsp; Note that this method will have all the points in the same table in your resulting feature layer, whereas the solution&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/923685"&gt;@VenkataKondepati&lt;/a&gt;&amp;nbsp;proposed will result in 3 separate tables, either will work, but which to chose will depend on how you want your data to look on the back end.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 23 Jul 2025 13:23:51 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/multiple-map-points-or-map-questions-per-survey/m-p/1635209#M63467</guid>
      <dc:creator>Neal_t_k</dc:creator>
      <dc:date>2025-07-23T13:23:51Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple map points or map questions per survey WITHOUT repeats?</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/multiple-map-points-or-map-questions-per-survey/m-p/1635215#M63468</link>
      <description>&lt;P&gt;It is because Arc cannot do it at the database level.&amp;nbsp; Nothing 123 team can do about that.&amp;nbsp; Sure some multipart geometry is around but it seems its on its way out as its never talked about much anymore.&amp;nbsp; I see sometimes apps will show multipart made elsewhere but none let you add new.&lt;/P&gt;&lt;P&gt;I posted in the past on where multipart support is going but never got an answer.&lt;/P&gt;&lt;P&gt;A repeat will not be that bad I think.&lt;/P&gt;</description>
      <pubDate>Tue, 22 Jul 2025 21:39:44 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/multiple-map-points-or-map-questions-per-survey/m-p/1635215#M63468</guid>
      <dc:creator>DougBrowning</dc:creator>
      <dc:date>2025-07-22T21:39:44Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple map points or map questions per survey WITHOUT repeats?</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/multiple-map-points-or-map-questions-per-survey/m-p/1635220#M63469</link>
      <description>&lt;P&gt;Thanks for the reply! I'm not sure how to have multiple geopoint questions on a Survey123 Connect form. If I add three, I get an error before publishing that says "Only one geometry field is allowed per table, 3 found in form".&lt;/P&gt;</description>
      <pubDate>Tue, 22 Jul 2025 21:55:24 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/multiple-map-points-or-map-questions-per-survey/m-p/1635220#M63469</guid>
      <dc:creator>Crinoid</dc:creator>
      <dc:date>2025-07-22T21:55:24Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple map points or map questions per survey WITHOUT repeats?</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/multiple-map-points-or-map-questions-per-survey/m-p/1635223#M63470</link>
      <description>&lt;P&gt;This form includes three repeat groups (Red, Green, and Blue), each collecting one required geopoint. You can open it directly in &lt;STRONG&gt;Survey123 Connect&lt;/STRONG&gt;, publish, and start testing right away.&lt;/P&gt;&lt;P&gt;Let me know if you want to customize it further (e.g., add descriptions, validation, or use map pin colors).&lt;BR /&gt;&lt;BR /&gt;I haven't tried it, but it should work.&lt;/P&gt;</description>
      <pubDate>Tue, 22 Jul 2025 22:02:32 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/multiple-map-points-or-map-questions-per-survey/m-p/1635223#M63470</guid>
      <dc:creator>VenkataKondepati</dc:creator>
      <dc:date>2025-07-22T22:02:32Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple map points or map questions per survey WITHOUT repeats?</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/multiple-map-points-or-map-questions-per-survey/m-p/1635551#M63476</link>
      <description>&lt;P&gt;Thank you! I wasn't able to run your file as-is because of some minor errors but it gave me enough of a framework to get where I needed to go. I hadn't realized you could put &lt;EM&gt;multiple&lt;/EM&gt; repeats in a survey and get multiple different maps in that way. Gives me the additional bonus of being able to add multiple points on each map. Thank you!&lt;/P&gt;</description>
      <pubDate>Wed, 23 Jul 2025 16:22:25 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/multiple-map-points-or-map-questions-per-survey/m-p/1635551#M63476</guid>
      <dc:creator>Crinoid</dc:creator>
      <dc:date>2025-07-23T16:22:25Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple map points or map questions per survey WITHOUT repeats?</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/multiple-map-points-or-map-questions-per-survey/m-p/1635553#M63477</link>
      <description>&lt;P&gt;Thank you! This is very helpful.&lt;/P&gt;</description>
      <pubDate>Wed, 23 Jul 2025 16:23:15 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/multiple-map-points-or-map-questions-per-survey/m-p/1635553#M63477</guid>
      <dc:creator>Crinoid</dc:creator>
      <dc:date>2025-07-23T16:23:15Z</dc:date>
    </item>
  </channel>
</rss>

