Change exported flags format in my.json

This commit is contained in:
nemunaire 2018-11-28 02:27:51 +01:00
commit 195490484c
5 changed files with 44 additions and 55 deletions

View file

@ -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) {