Change exported flags format in my.json
This commit is contained in:
parent
d6ae1551ba
commit
195490484c
5 changed files with 44 additions and 55 deletions
|
|
@ -17,8 +17,8 @@ import (
|
|||
)
|
||||
|
||||
type ResponsesUpload struct {
|
||||
Keys map[string]string `json:"flags"`
|
||||
MCQs map[int64]bool `json:"mcqs"`
|
||||
Keys map[int64]string `json:"flags"`
|
||||
MCQs map[int64]bool `json:"mcqs"`
|
||||
}
|
||||
|
||||
func treatSubmission(pathname string, team fic.Team, exercice_id string) {
|
||||
|
|
|
|||
Reference in a new issue