Index: openacs-4/packages/survey/www/admin/responses-export.xql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/survey/www/admin/responses-export.xql,v diff -u -r1.1.2.1 -r1.1.2.2 --- openacs-4/packages/survey/www/admin/responses-export.xql 26 Oct 2002 13:59:43 -0000 1.1.2.1 +++ openacs-4/packages/survey/www/admin/responses-export.xql 26 Oct 2002 18:25:26 -0000 1.1.2.2 @@ -1,6 +1,18 @@ + + + select question_id, abstract_data_type, q.sort_order, + question_text + from survey_questions q, survey_sections s + where s.survey_id = :survey_id + and s.section_id=q.section_id + order by q.sort_order,q.question_id + + + + select count(*) from survey_responses_latest @@ -15,4 +27,4 @@ - \ No newline at end of file +