tiny.zen.QuizOption
Defined in tiny.zen.
API (2)
Fields and members
Public fields and members.
Source
Source: lib/zen/src/quiz/model.zig:1
zig
pub const Option = struct { text: []const u8, correct: bool,};Source: lib/zen/src/root.zig:140
zig
/// One borrowed quiz answer option and whether it is correct.pub const QuizOption = quiz.Option;Also reachable as
Audit
| Definitions | 1 |
|---|---|
| Public names | 2 |
| Members | 2 |
| Version | 26.7.0 |
| Revision | daab053ee433 |