From cc03280c503ef1b2a0e928ee094b754b6ca52198 Mon Sep 17 00:00:00 2001 From: Someone Date: Wed, 2 Feb 2022 19:43:34 +0100 Subject: [PATCH] modules/DialogManagedCourseFeedback.py --- modules/DialogManagedCourseFeedback.py | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/modules/DialogManagedCourseFeedback.py b/modules/DialogManagedCourseFeedback.py index f98290d..4252ac4 100644 --- a/modules/DialogManagedCourseFeedback.py +++ b/modules/DialogManagedCourseFeedback.py @@ -29,16 +29,17 @@ class DialogManagedCourseFeedback(AbstractCommand): request.respond_cmd_temp(cleandoc(""" ## :pencil:``Course feedback!``:rocket: We want your feedback in order to find out which courses need to be improved asap to achieve the excellence we are accustomed to, or better. - The feedback will be anonymized during aggregation, then analyzed and discussed with the appropriate people like the course admins, the deans of study affairs and the vice rector for teaching matters and/or the in-house lawyers. + The feedback will be anonymized during aggregation, then analyzed and discussed with the appropriate people like the course admins, the deans of study affairs and the vice rector for teaching matters and/or people who can give legal advice about course rules. What we want to know: - + Feedback for this course. + + Was there an online option and how was it? + How much time did you spent on this course. - + How did you like the modalities of this course? (Would you want it to be applied to others?) + This course's modalities - describe them in a few words. (Also consider updating the info in VoWi - its a work resource for us and we use it to represent you) + + How did you like the modalities of this course? (Would you want it to be applied to others?) + + Overall feedback for this course. + Feedback about this survey for :fsinf:. (This will not be shared outside of FSInf) - :information_source: *We are your legaly appointed representatives - we will never forward any personal info about you without your explicit permission.* :) + :information_source: *We are your legally appointed representatives - we will never forward any personal info about you without your explicit permission.* :) """)) return @@ -102,8 +103,8 @@ class DialogManagedCourseFeedback(AbstractCommand): "title": "Course feedback", "submit_label":"Submit", "elements":[{ - "display_name": "Was there an online option? Was it possible to complete the course only online? What did you think about the online option? (Max. 3000 characters)", - "placeholder": "Type here. Max. 3000 characters.\n+ Was it communicated?\n+ bla?\n+ bla?", + "display_name": "Was there an online option? Was it announced? Was it possible to complete the course only online? (Max. 3000 characters)", + "placeholder": "Type here. Max. 3000 characters.\n+ What did you think about the online option?\n+ Was it announced?\n+ Was it possible to complete the course only online?", "name": "feedback_distance", "type": "textarea", "help_text": "All your imput on all questions will be anonymized during aggregation. Aggregated input will be analyzed by FSInf and further used/forwarded to the course admins, the deans of study affairs, the vice rector for teaching and possibly others that are deemed able to fix things. You can edit/clear it at any time.", -- 2.43.0