3
0
Fork 0
mirror of https://github.com/fsr/eseeva synced 2024-11-15 08:53:11 +01:00
eseeva/questionnaires/tutor_questionnaire.txt

47 lines
2 KiB
Plaintext
Raw Normal View History

2014-07-08 21:08:53 +02:00
ESE Evaluation Questionnaire for Tutors
# -----------------------------------------------
# Syntax:
# {id}; {type}; {parameters}
#
# {id} identifier for that entry.
# IMPORTANT: The id has to be UNIQUE for every entry
# {type} can be one of the following (including parameters):
# Headline = The headline that is displayed for the questionnaire. There should only be one header.
# Takes the text of the header a parameter
# TextBox = A text box where the student has to enter a value.
# Takes the label of the text box as a parameter
# Legend = The legend that describes the rating system. There should be at least on legend per form.
# Takes no parameters
# Question = A question that has to be answered by the student.
# Takes the question as a parameter.
# Comment = A box for comments (It is assumed there is only one such box)
# Takes the label of the comment box as a parameter.
#
# If fundamental changes are made (other than changing strings or adding/removing questions)
# The files 'student_questionnaire.php' and 'student_analysis' should be checked for validity,
# because they rely on some of the ids being present
#------------------------------------------------
# -- Header ---
2015-09-25 14:42:31 +02:00
headline; Headline; ESE 2015
2014-07-08 21:08:53 +02:00
# -- personal Code --
# this is important and should stay so the student can identify himself to the system and receive his gift later on
code; TextBox; Persönlicher Code:
# -- Legend --
legend; Legend;
# -- Begin Questions --
planingRating; Question; Wie fandest du die Planung der ESE?
2014-10-09 17:15:49 +02:00
tutoriumPreparation; Question; Zufriedenheit mit den Tutorien und deren Vorbereitung
2014-07-08 21:08:53 +02:00
paperChaseRating; Question; Wie fandest du die Schnitzeljagd?
eseGameRating; Question; Wie ist das ESE-Spiel gelaufen?
inetPresenceRating; Question; Beurteilung des Internet-Auftritts
communicationRating; Question; Zusammenarbeit und Kommunikation der Helfer
testRegisterRating; Question; Ablauf der Übungseinschreibung
generalEseRating; Question; Was hältst du von der ESE allgemein?
# -- Comments --
2015-09-25 14:42:31 +02:00
comment; Comment; Kommentar:;