package question func init() { Register(&Question{ ID: "", Text: "", Level: 0, Generate: nil, Validate: nil, }) }