Bilder als Antworten hinzugefügt

This commit is contained in:
2023-11-02 17:52:04 +01:00
parent 2b9d9d7656
commit 404e079343
8 changed files with 49 additions and 15 deletions

View File

@ -40,8 +40,9 @@ type Briefing struct {
}
type Answer struct {
ID int64
Text string
ID int64
Text string
IsImage bool // TODO: relocate to sessionStructs if possible
}
type Question struct {