Questions
Learn how to implement questions in a custom book.
Overview
How It Works
Usage
ask(concept_name: NounPhrasesStringLiteral, concept_type: Type[T], text: Optional[str] = None, choices: Optional[List[T]] = None) -> Union[T, Question[NounPhrasesStringLiteral, T]]Parameter
Required
Description
2
3
4
Examples
1. Asking a Question with Different Return Types
2. Asking Multiple Questions
How This Works
Last updated
Was this helpful?
