settings: Save duration in challenge.json
This commit is contained in:
parent
58217d1d8a
commit
123467f3eb
3 changed files with 9 additions and 2 deletions
|
|
@ -17,6 +17,8 @@ type ChallengeInfo struct {
|
|||
SubTitle string `json:"subtitle"`
|
||||
// Authors is the group name of people making the challenge.
|
||||
Authors string `json:"authors"`
|
||||
// ExpectedDuration is the duration (in minutes) suggested when stating the challenge.
|
||||
ExpectedDuration uint `json:"duration"`
|
||||
// VideoLink is the link to explaination videos when the challenge is over.
|
||||
VideosLink string `json:"videoslink"`
|
||||
|
||||
|
|
|
|||
Reference in a new issue