3. Board of Director's Meeting

Help Notepad Map View
<% if (complete) { %>
All set! You've answered ALL the boardmembers' questions. Continue on to see how you did.
<% } else { %>
Answer the boardmembers' questions, using your notes and map as reference. Click the "Done" button only when you're finished answering. You cannot go back to change your response.
<% } %>
 
<% for (var i = 0; i < boardmembers.length; i++) { %> <% var actor = boardmembers[i]; %>
interview boardmember
<% } %>
<% for (var i = 0; i < boardmembers.length; i++) { %> <% var actor = boardmembers[i]; %> <% if (actor.reply.length < 1 && currentIdx === actor.order) { %>
Q

<%= actor.question %>

A

Answer the boardmember's question, then click Done to continue.

<% } %> <% } %>