package models type Quiz struct { ID string Question *Question Answers []*Answer Correct *Answer Type int }