if (data.is_true) $('#'+qi+'question .answers p:last input.truth').attr('checked', 'checked');
$('#'+qi+'question .answers p:last input.truth').attr('checked', data.is_true);