
<% for (var i = 0; i < items.length; i++) { %>
<% var item = items[i]; %>
<% } %>
<% if (clicked === 0) { %>
You’ve not started this activity yet.
Click on any of the items to begin.
<% } else if (clicked === items.length) { %>
You’ve completed this activity.
<% } else { %>
Activity progress:
<%=percentDone%>% Complete
<% } %>