Handle justified MCQ in admin and sync part
This commit is contained in:
parent
488a032eba
commit
d7553f0392
4 changed files with 59 additions and 25 deletions
|
|
@ -38,7 +38,7 @@ type ExerciceFlag struct {
|
|||
// ExerciceFlagMCQChoice holds a choice for an MCQ flag.
|
||||
type ExerciceFlagMCQChoice struct {
|
||||
Label string
|
||||
Value bool `toml:",omitempty"`
|
||||
Value interface{} `toml:",omitempty"`
|
||||
}
|
||||
|
||||
// ExerciceFlagMCQ holds information about a MCQ flag.
|
||||
|
|
|
|||
Reference in a new issue