<%= obj[0].lblGiveOpinion %>

<% var quescnt = 0; %> <% var anscount = 0; %> <% var otheranscnt = 0; %> <% var questionList = obj[2] %> <% _.each(questionList, function(record) { %> <% if (record.Question.startsWith('#T#')) {%> <%}else {%> <% quescnt = quescnt + 1; %>

<%= quescnt %>. <%= record.Question.replace('#I#','') %>

<% if(record.IsObjective == true) {%> <% var answerList = record.Answer %> <% _.each(answerList, function(ansrecord) { %> <% anscount = anscount + 1; %> <% if(ansrecord.AnswerId > 0) {%>
<% } %> <% }); %> <% }else { %>

<% } %> <% otheranscnt = otheranscnt + 1; %>

<%}%> <% }); %>

<%= obj[0].msgParticipantsDrawInfo %>

<%= obj[0].msgParticipantsDrawDate %>

<%= obj[0].msgOpinionEnd %>