Free 20 questions food quiz with emoji symbols - just for fun! Ages 5-100 depending on ability.
People struggle with 4,5 and 6 - 4 who looks after these animals, 5 is a French dish, 6 think of Jamie Oliver's most hated school meal
$(document).ready(function() {
$('body').on('click', '[name="checkout"], [name="goto_pp"], [name="goto_gc"]', function() {
if ($('#agree').is(':checked')) {
$(this).submit();
}
else {
alert("You must agree with the terms and conditions of sales to check out.");
return false;
}
});
});