3. Select Strategies

Help Map View
<% if (selectedStrategy) { %>
You've selected Strategy #<%= selectedStrategy.ordinal %>. Click Step 3 to continue.

After you answer a few additional questions, you will have an opportunity to reflect on your choice and select a different strategy.

<% } 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]; %>
disabled="disabled"<% } %> <% if (strategy.selected) { %> checked="checked" class="yours" <% } %> /> <%= strategy.ordinal %>. <%= strategy.title %>
<% } %>
<% if (!selectedStrategy) { %> <% } %>