3. Select Your Strategy

Instructions Map View
<% if (selectedStrategy) { %>
You've selected Strategy #<%= selectedStrategy.ordinal %>.
Click Step 4 to continue. In the next step, you'll be asked a few questions related to how and why you made your selection. Later, You'll have the opportunity to view pros and cons for each strategy and reflect on your selection.
<% } else { %>
Select the proposal that you believe will be most successful for improving oral health and access to dental care for poor/low-income rural adults (18-65y/o) in Springdale County.
<% } %>
<% for (var i = strategies.length - 1; i >= 0; i--) { %> <% var strategy = strategies[i] %>
<%= strategy.ordinal %>
<% } %>
Strategies:
<% for (var i=0; i < strategies.length; i++) { %> <% var strategy = strategies[i]; %>
<% } %>

<% if (!selectedStrategy) { %> <% } %>