add your first question?"), $app->ohref('/questions.php?op=add', array('filter_survey_id'))); ?>
$q) { $q_parsed = Question::parseOptions($q['question_text']); $q_stats = Question::getStats($q['question_id']); ?>query(" SELECT response_tbl.* FROM response_tbl WHERE response_tbl.question_id = '" . $db->escapeString($q['question_id']) . "' ORDER BY response_tbl.added_datetime ASC "); $responses = array(); while ($row = mysql_fetch_assoc($qid)) { $responses[] = $row; } Report::printTextResponses($q['question_id'], $responses); break; case 'statement' : // TODO: do we do anything with statements? break; } } } ?>