(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('
');
window.JST.hotspot = template('data-hotspot-id="<%= id %><% }; %>">
Delete ');
window.JST.memory_question_summary = template(' <% $.each(responses, function (index, response) { %> - <%= response %>
<% }); %>
<%= rawData.length %> Previous Screen <%= position %> of <%= total_count %>
Next Screen ');
window.JST.modal_overlay = template('');
window.JST.note = template('');
window.JST.raw_data_label = template('<%= position %>');
window.JST.touch_annotation = template('');
window.JST.variation = template(' Variation (<%= variation.name %>) Screenshot
You can optionally upload variations of your screenshot for multivariate testing.
<% if (variation.count < 3 && variation.type != \'AbTest\') { %>
Add a Variation <% } else if (variation.type == \'AbTest\' && variation.count < 2) { %>
Add a Variation <% } else { %>
You have the maximum number of variations for this test type.
<% } %>
');
window.JST.variation_annotation = template(' 2 Reset
Choose up to 3 hotspots that are a \'Success\'
');
window.JST.variation_blank = template(' Upload Variations
You can optionally upload variations of your screenshot for multivariate testing.
Add a Variation ');
window.JST.yes_no_hotspot = template('');
window.JST.question_response = template(' <%= text %>
<% $.each(responses, function (index, response) { %> style="display: none;"<% }; %>> "<%= response %>"
<% }); %> Prev 1 of <%= responses.length %>
Next');
})();
had this to say,