Show scale title when looking at questions from a scale

This commit is contained in:
martin
2002-08-14 06:13:20 +00:00
parent 4c26ac16d3
commit 000331f519
+6
View File
@@ -142,6 +142,12 @@
print_heading($strselectedquestions);
if ($scale = get_records("survey_questions", "multi", "$qid")) {
$scale = array_pop($scale);
echo "<HR>";
print_heading($scale->text);
}
} else { // get all top-level questions
$questions = get_records_sql("SELECT * FROM survey_questions WHERE id in ($survey->questions)");
$questionorder = explode(",", $survey->questions);