frontend: treat MCQ justification as key flag, instead of special case

This commit is contained in:
nemunaire 2019-01-17 22:30:39 +01:00
commit b6769086c2
4 changed files with 126 additions and 99 deletions

View file

@ -9,8 +9,6 @@ import (
type FlagLabel struct {
Label string
IdChoice int64
Checksum []byte
Solved bool
}
// IsMCQJustification tells you if this key represent a justification from a MCQ.