ArcGIS Survey123

Build your own cartographic Treasure Hunt

Did you happen to catch the interactive GIS “Treasure Hunt” we put together to celebrate GIS Day 2022? If you didn’t, you should check it out—it’s pretty neat! Users answer a sequence of geography-related questions by zooming to the right answer on a map, while hints and even the final answer can be revealed if you’re stumped.

If you are familiar with that Treasure Hunt and are now wondering how you can replicate that experience, perhaps for a classroom, or maybe just to get one over on your know-it-all in-laws, you’ve come to the right place. We’ve been fine-tuning the Treasure Hunt workflow for a few years now, and we’re happy to share the steps we used to put it together.

What you need to know

The good news is, building a Treasure Hunt doesn’t require much in the way of specific GIS expertise. You really just need:

Each Treasure Hunt is fed by an ArcGIS hosted feature layer. This feature layer must adhere to a specific schema of particular field names and types. The easiest way to create a Treasure Hunt-compliant feature layer is to use an ArcGIS Survey123 form that we’ve already designed for you.

The Treasure Hunt workflow follows three broad steps:

  1. Create the survey
  2. Build out your Treasure Hunt data using the published survey (this is the most time-consuming part)
  3. Provide your Treasure Hunt data to the Treasure Hunt application

We’ll walk through each of those parts in detail below.

Building the Treasure Hunt

Part one: Create the survey

Copy the survey from the Treasure Hunt author template

This process is relatively quick, requiring a sequence of five clicks (demonstrated in the embedded video below):

  1. Go to your ArcGIS Survey123 page
  2. Click the “New Survey” button
  3. Choose the “Template Survey” option
  4. At the top of the page, select the “Community” tab
  5. Click on the Treasure Hunt Author card.
  6. You’ll be presented with a preview of the template. Click the “Use this template” button.

Now you have your own copy of the survey form that is used to build a Treasure Hunt. (In creating this copy, Survey123 has also created the accompanying feature layer.)

 

 

Publish the survey

After you’ve created a copy of the survey, your browser will be redirected to the design tab of that duplicated survey. In our case, that’s a little deceptive, since you don’t need to modify the design—the form is ready to use as-is. All you need to do here is:

  1. Click the publish button in the lower right-hand corner of the page…
  2. …and then confirm the publish in the second menu that appears.

 

An animated GIF demonstrating how to publish an ArcGIS Survey123 form
How to publish your copy of the Treasure Hunt survey template.

 

Okay! Now we’re ready to get to work adding content through the survey you just copied.

Part two: Build out your Treasure Hunt content using the published survey

Launch the live input form

  1. In the survey editor for the Treasure Hunt survey, you’ll notice that there’s an active Share button in the upper right now that your survey has been published. Click on that Share button to access the survey link.
  2. Click on the survey link to launch the live survey input form.

 

A screenshot indicating where to find the sharing options in an ArcGIS Survey123 form and where to find the link to the live survey in those options
Where to find the share button and the link to the live survey for an ArcGIS Survey123 form

 

Use the live input form to contribute your content

The live survey form is where you’ll spend most of your time when building a Treasure Hunt. Each time you complete and submit the form, it will constitute one question/answer in the Treasure Hunt. You can re-launch the survey form as many times as needed to fully populate your Treasure Hunt.

 

 

Part three: Supply your Treasure Hunt data to the Treasure Hunt application

Share your Treasure Hunt data

When your content is complete (or if you just want to review it), you’ll need to make the resulting data available so that the public (and the Treasure Hunt application) can see it.

  1. To do that, first enter the Collaborate tab in the survey editor.
  2. In the menu that appears on the right-hand side of the window, select Share results.
  3. In the “Who can view results of this survey?” section, check the box next to “Everyone (public).”
  4. Save those settings.

 

A screenshot of the sharing settings for an ArcGIS Survey123 form, indicating how to share the survey results publicly
Where to find the appropriate setting to share the results of an ArcGIS Survey123 form publicly.

 

Create your custom treasure hunt URL

This is the general base URL for the Treasure Hunt application:

https://esri.github.io/treasure-hunt-app/

That URL on its own defaults to a Treasure Hunt populated with data about World Heritage Sites. However, by appending arguments to the base URL, we can instruct the Treasure Hunt application to run using other data sources, instead.

In order to run a Treasure Hunt based on the data content you created in the previous steps, you’ll need to add a URL argument called itemID. That itemID is the unique identifier for your survey, so the URL will look something like this:

https://esri.github.io/treasure-hunt-app/?itemid=YOUR_UNIQUE_IDENTIFIER

So, how do you get the unique identifier? It’s available right in the browser address of your survey—it’s that long string of characters and numbers, circled in the image below.

 

A screenshot indicating where to find the unique identifier of an ArcGIS Survey123 form in the URL for that form
The unique identifier for an ArcGIS Survey123 form can be found right in the URL for that form.

 

To create your Treasure Hunt’s URL, simply copy that string and tack it onto the end of the base URL with the itemID argument, as such:

https://esri.github.io/treasure-hunt-app/?itemid=17fe4d1f9e3c44788776ebe6a499fee9

(Make sure you don’t forget the “?” character! That’s a required separator that tells the app that what comes after should be interpreted as an argument.)

Register your Treasure Hunt survey with the application (optional)

This step isn’t required, but you can register your survey’s itemID with the hosted application by filling out this form. By performing this extra step, you create a record in our database that contains some additional information about your Treasure Hunt. Using the Treasure Hunt registry offers a couple of benefits:

  1. Your URL will be a bit friendlier; instead of using the itemID parameter in the URL, you’ll use the edition parameter, which is a string that you’ll specify upon registration. Then your URL will look something like this: https://esri.github.io/treasure-hunt-app/?edition=famous-romances
  2. You’ll have more control over the behavior of your Treasure Hunt—for instance, the initial zoom level, the intro image, etc.

Finally, if you want to make customizations to the Treasure Hunt application and host your own instance of the application, you can find the source code here:

https://github.com/Esri/treasure-hunt-app

Happy hunting!

__________________________________

Banner image credit: Nadjib BR, via Unsplash.

About the author

Kathy is a product engineer on the Learn ArcGIS team, and is always on the hunt for a good story or problem that can be solved with maps. For more free tutorials and workflows, check out the learn.arcgis.com site.

Subscribe
Notify of
0 Comments
Inline Feedbacks
View all comments

Next Article

Using Arcade to Translate Pop-Ups for Use in the ArcGIS Instant Apps

Read this article