Quiz

Contains the quiz question

@safe
@recordType("Quiz")
struct Quiz {}

Members

Variables

questions
string[] questions;

List of questions

Mixed In Members

From mixin HiBONRecord

recordName
string recordName()

Get the record type name set by @recordType("name")