Index: openacs-4/packages/survey/www/process-response.xql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/survey/www/process-response.xql,v diff -u -r1.1 -r1.2 --- openacs-4/packages/survey/www/process-response.xql 16 Sep 2002 00:00:23 -0000 1.1 +++ openacs-4/packages/survey/www/process-response.xql 25 Sep 2002 00:43:42 -0000 1.2 @@ -98,27 +98,7 @@ - - - select variable_name, sum(score) as sum_of_scores - from survey_choice_scores, survey_question_responses, survey_variables - where survey_choice_scores.choice_id = survey_question_responses.choice_id - and survey_choice_scores.variable_id = survey_variables.variable_id - and survey_question_responses.response_id = :response_id - group by variable_name - - - - - - select logic from survey_logic, survey_logic_surveys_map - where survey_logic.logic_id = survey_logic_surveys_map.logic_id - and section_id = :section_id - - - - insert into survey_question_responses