Success!
You have successfully assigned '<%=assignmentName%>' to your classes: <% _.each(groupList,function(group, index){ %> <%= group.groupName%> <%if(index < groupList.length-1){%> , <%}%> <%})%> <% _.each(classroomList,function(course, index){ %> <%= course.name%> <%if(index < classroomList.length-1){%> , <%}%> <%})%>
OK