(function(){ window.JST = window.JST || {}; var template = function(str){var fn = new Function('obj', 'var p=[],print=function(){p.push.apply(p,arguments);};with(obj){p.push(\''+str.replace(/[\r\t\n]/g, " ").replace(/'(?=[^%]*%>)/g,"\t").split("'").join("\\'").split("\t").join("'").replace(/<%=(.+?)%>/g,"',$1,'").split("<%").join("');").split("%>").join("p.push('")+"');}return p.join('');"); return fn;}; window.JST.annotation = template('
Delete
'); window.JST.hotspot = template('
data-hotspot-id="<%= id %><% }; %>">
Delete
'); window.JST.memory_question_summary = template('
Question <%= position %> of <%= total_count %>

<%= text %>

Previous Screen <%= position %> of <%= total_count %> Next Screen
'); window.JST.modal_overlay = template('
'); window.JST.note = template('
Delete

had this to say,

'); window.JST.raw_data_label = template('<%= position %>'); window.JST.yes_no_hotspot = template('
'); window.JST.question_response = template('
  • <%= text %>

    <% $.each(responses, function (index, response) { %>
    style="display: none;"<% }; %>> "<%= response %>"
    <% }); %>

    1 of <%= responses.length %>

  • '); })();