-
Notifications
You must be signed in to change notification settings - Fork 12
Open
Description
Moving from #3:
Exo (exercise) modes:
- teacher visible mode: dumb exercise where students have to copy the teacher's tree which is visible but not directly modifiable. a good start with 3 sentences or so.
- no feedback: the student can't see the teacher's tree and gets no feedback, but the admin can export the results of the students' annotations compared to the teacher trees
- percentage: when students save, they can see how many percent they got wrong of dependencies and pos, but they don't know where
- graphical feedback: when students save, they can see where there are problems compared to the teacher's tree and they have to find the right annotation.
baseAnnotatorName = parser
baseAnnotatorName
is no longer used. to make it clearer that this is important only for exercise modes the variable is calledexoBaseAnnotatorName
. it is the name of the user that provides the tree that the student should start with.
teacher
is used for comparisons and results in exercises.I assigned the entire sample to the user. Is there a way to assign only particular sentences?
yes, but not from the graphical interface. there's code to intelligently distribute new sentences mixed up with already annotated sentences in a way that two students don't have the same set of sentences to annotate. this is used to class-source dependency annotation...
Metadata
Metadata
Assignees
Labels
No labels