// Identify a human
function markAsHuman() {
   document.getElementById("ccrsubmission").value = "1";
}