Is there any way to add multiple choice questions to a Story Map?

773
2
Jump to solution
09-20-2017 02:02 PM
by Anonymous User
Not applicable

Hi, I am trying to develop a story map to put on a website and want to add multiple choice questions, so the user is able to answer the question and then have it show if it is correct or not. 

NOAA  ( https://portal.nnvl.noaa.gov/arcgis/apps/MapSeries/index.html?appid=972db89341b9493884c250f7d6ef6c04did something like this where they incorporated the multiple choice questions into the side paner, but I am unsure how to do this. Any help would be greatly appreciated. 

Thank you. 

0 Kudos
1 Solution

Accepted Solutions
DanPisut1
New Contributor

To insert the multiple choice questions, we simply embedded HTML in the panel that calls a webpage. For example, the HTML for one quiz section is here. We found some scripts online that provided the functionality that we needed and just modified to HTML code.  

Here's a template for our html and css/javascript. You'll need a server to load it to and modify. 

View solution in original post

2 Replies
DanPisut1
New Contributor

To insert the multiple choice questions, we simply embedded HTML in the panel that calls a webpage. For example, the HTML for one quiz section is here. We found some scripts online that provided the functionality that we needed and just modified to HTML code.  

Here's a template for our html and css/javascript. You'll need a server to load it to and modify. 

by Anonymous User
Not applicable

Hi, Thank you so much

0 Kudos