1. Review the pros and cons for the strategy you selected. The summary information is included below.
2. Click the green notepads to review pros and cons for the other strategies.
3. Next, click Step 6 to reflect on your choice.
<% for (var i = strategies.length - 1; i >= 0; i--) { %>
<% var strategy = strategies[i] %>
<%= strategy.ordinal %>
<% } %>
Strategies:
<%= selectedStrategy.ordinal %>
<%= selectedStrategy.title %>
PROS
<%= selectedStrategy.pros %>
CONS
<%= selectedStrategy.cons %>
SUMMARY
<%= selectedStrategy.summary %>