Step 2. <%= actor.advise_title %>

<% if (complete) { %>
Great work! <% if (actor.reflect) { %> Next, click Step 3 to view your summary of your choices. <% } else { %> Next, click Step 3 to view your summary of the advice you gave. <% } %>
<% } else { %>
You just got access to a map of North Oralington.
<% if (actor.reflect) { %> After considering the available information on North Oralington, what type of dental career would you select for yourself? <% } else { %> Review the map and offer advice on a dental office location. <% } %>
<% } %>
<% for (var i = 0; i < actor.questions.length; i++) { %> <% var question = actor.questions[i]; %>
Question <%= i + 1 %>

<%= question.text %>

    <% for (var j = 0; j < question.answers.length; j++) { %> <% var answer = question.answers[j]; %> <% var name = "advice" + i; %>
  • <% } %>
<% } %>
Question 3:

<% if (actor.reflect) { %> After considering the available information on North Oralington, where would you set up or join a practice? Please use the map to select a zip code. <% } else { %> Now spend some time to further explore North Oralington using the interactive map. Based on the summary and your investigation, where would you recommend <%= actor.display_name %> to set up or join a practice? Please use the map to select a zip code. <% } %>

Question 4:

<% if (actor.reflect) { %> How did you come to make this decision? List at least 3 important considerations explaining your reasoning. <% } else { %> Please explain the reasoning for your choice. <% } %>

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