Function __global->load_quiz_questions_to_string
Definitions
sources/quiz2.php
- Load the questions for a quiz into a single string.
- Is abstract?: No
- Is static?: No
- Is final?: No
- Return: string
Parameters
Name | Type | Default | Set | Range | Description |
---|---|---|---|---|---|
$id | AUTO_LINK | required parameter | N/A | N/A | The quiz ID |
Return
- The text string
- Type: string
- Set: N/A
- Range: N/A