Add new helper string related to justified MCQ flag
This commit is contained in:
parent
11e0b46034
commit
c5b65289d3
10 changed files with 121 additions and 69 deletions
|
|
@ -39,6 +39,7 @@ type ExerciceFlag struct {
|
|||
type ExerciceFlagMCQChoice struct {
|
||||
Label string
|
||||
Value interface{} `toml:",omitempty"`
|
||||
Help string `toml:",omitempty"`
|
||||
}
|
||||
|
||||
// ExerciceFlagMCQ holds information about a MCQ flag.
|
||||
|
|
|
|||
Reference in a new issue