Please review the settings for "<%- title %>"
<%
round2 = function(x) { Math.round(x*100)/100 }
total = parseFloat(n_assignments)*parseFloat(reward)*1.10;
total = total.toFixed(2);
fee = parseFloat(n_assignments)*parseFloat(reward)*.10;
fee = fee.toFixed(2);
fixedReward = parseFloat(reward).toFixed(2);
%>