". wpautop($question_number . stripslashes($ques->question)) . "
";
$question_ids .= $ques->ID.',';
$dans = $wpdb->get_results("SELECT ID,answer,correct FROM ".WATU_ANSWERS."
WHERE question_id={$ques->ID} ORDER BY $answers_orderby");
$ans_type = $ques->answer_type;
// display textarea
if($ans_type=='textarea') {
$output .= "