<?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: Collecting Multiple Map Data in Survey123 in ArcGIS Survey123 Questions</title>
    <link>https://community.esri.com/t5/arcgis-survey123-questions/collecting-multiple-map-data-in-survey123/m-p/1489008#M57337</link>
    <description>&lt;P&gt;Hi Josh,&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks so much for your reply. It's working better, but not quite working. For example some of the points, collect a a location, but the point saves as a spot off the coast of Africa.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am including the .xlsx here if you have time to take a look.&lt;/P&gt;&lt;P&gt;For reference, you can view the survey here:&amp;nbsp;&lt;A href="https://survey123.arcgis.com/surveys/74a0ff3c967f46b2b51edc8da0350138/collaborate" target="_blank"&gt;https://survey123.arcgis.com/surveys/74a0ff3c967f46b2b51edc8da0350138/collaborate&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Note: there are two sets of 4 map questions, users only see one of these sets of four, depending on the answer to question 1. This is a graduate school project.&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 11 Jun 2024 18:14:27 GMT</pubDate>
    <dc:creator>WisAa</dc:creator>
    <dc:date>2024-06-11T18:14:27Z</dc:date>
    <item>
      <title>Collecting Multiple Map Data in Survey123</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/collecting-multiple-map-data-in-survey123/m-p/1486592#M57290</link>
      <description>&lt;P&gt;Hello,&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am attempting to collect data in a Survey123 on bicycle commuter habits. I am attempting to collect up to 4&amp;nbsp; geopoints: Start Point, End Point, and up to high-risk locations.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Users will select each point on 4 different maps/4 different questions.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have &lt;A href="https://doc.arcgis.com/en/survey123/desktop/create-surveys/xlsformrepeats.htm" target="_self"&gt;set up repeats in Survey123 Connect&lt;/A&gt;, and have a UUID for each repeat. When I collect survey responses, only the initial map data point is collected. I have successfully set up repeats in Survey123 Connect in the past to collect multiple locations, and believe I followed the same process this time, but am not getting the result I'm looking for.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Thu, 06 Jun 2024 20:51:17 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/collecting-multiple-map-data-in-survey123/m-p/1486592#M57290</guid>
      <dc:creator>WisAa</dc:creator>
      <dc:date>2024-06-06T20:51:17Z</dc:date>
    </item>
    <item>
      <title>Re: Collecting Multiple Map Data in Survey123</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/collecting-multiple-map-data-in-survey123/m-p/1487118#M57295</link>
      <description>&lt;P&gt;Can you share your form spreadsheet?&lt;/P&gt;&lt;P&gt;If the geopoint is inside of the repeat&lt;EM&gt; by itself&lt;/EM&gt;, this should work out just fine. Having multiple geopoint questions inside of a single repeat won't. Not that you couldn't have multiple shape columns in a database, but most GIS tools are built assuming there's either a geometry column or there isn't, and you run into problems trying to do multiple.&lt;/P&gt;&lt;P&gt;If you broke out the different points into their own repeats, I do think it could work. You'd want to alter your form to enforce the &lt;STRONG&gt;repeat_count &lt;/STRONG&gt;to be a specific value, so that respondents give you 1 and only 1 start point, etc.&lt;/P&gt;&lt;P&gt;Unless something has changed, I believe the main table needs to have some kind of geometry as well, even if it is not actually used. So you could have a schema that looks like this:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Main survey layer&lt;OL&gt;&lt;LI&gt;This is where most of the questions go&lt;/LI&gt;&lt;LI&gt;Point geometry, but geopoint is omitted from form&lt;/LI&gt;&lt;/OL&gt;&lt;/LI&gt;&lt;LI&gt;Start points layer&lt;OL&gt;&lt;LI&gt;Has a 1:1 relationship with main layer&lt;/LI&gt;&lt;LI&gt;Point geometry&lt;/LI&gt;&lt;/OL&gt;&lt;/LI&gt;&lt;LI&gt;End points layer&lt;OL&gt;&lt;LI&gt;Has a 1:1 relationship with main layer&lt;/LI&gt;&lt;LI&gt;Point geometry&lt;/LI&gt;&lt;/OL&gt;&lt;/LI&gt;&lt;LI&gt;High risk locations&lt;OL&gt;&lt;LI&gt;Has a 1:M relationship with main layer&lt;/LI&gt;&lt;LI&gt;Point geometry&lt;/LI&gt;&lt;/OL&gt;&lt;/LI&gt;&lt;/OL&gt;</description>
      <pubDate>Fri, 07 Jun 2024 12:00:55 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/collecting-multiple-map-data-in-survey123/m-p/1487118#M57295</guid>
      <dc:creator>jcarlson</dc:creator>
      <dc:date>2024-06-07T12:00:55Z</dc:date>
    </item>
    <item>
      <title>Re: Collecting Multiple Map Data in Survey123</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/collecting-multiple-map-data-in-survey123/m-p/1489008#M57337</link>
      <description>&lt;P&gt;Hi Josh,&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks so much for your reply. It's working better, but not quite working. For example some of the points, collect a a location, but the point saves as a spot off the coast of Africa.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am including the .xlsx here if you have time to take a look.&lt;/P&gt;&lt;P&gt;For reference, you can view the survey here:&amp;nbsp;&lt;A href="https://survey123.arcgis.com/surveys/74a0ff3c967f46b2b51edc8da0350138/collaborate" target="_blank"&gt;https://survey123.arcgis.com/surveys/74a0ff3c967f46b2b51edc8da0350138/collaborate&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Note: there are two sets of 4 map questions, users only see one of these sets of four, depending on the answer to question 1. This is a graduate school project.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 11 Jun 2024 18:14:27 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/collecting-multiple-map-data-in-survey123/m-p/1489008#M57337</guid>
      <dc:creator>WisAa</dc:creator>
      <dc:date>2024-06-11T18:14:27Z</dc:date>
    </item>
  </channel>
</rss>

