(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 %>

<%= rawData.length %>
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.touch_annotation = template('
Delete
'); window.JST.variation = template('
Variation (<%= variation.name %>) Screenshot

You can optionally upload variations of your screenshot for multivariate testing.

Missing
Most file types are supported, and images can be up to 10Mb.
Just remember that larger images slow down your tests.
Remove Variation
<% 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 %>"
    <% }); %>

    1 of <%= responses.length %>

  • '); })();