|
Moodle APIs 3.9
Moodle 3.9.13+ (Build: 20220325)
|
Represents a single link in the navigation panel. More...
Public Attributes | |
| bool | $currentpage |
| true if this question is on the current page. | |
| bool | $flagged |
| true if this question has been flagged. | |
| string | $id |
| id="..." to add to the HTML for this button. | |
| int | $navmethod |
| QUIZ_NAVMETHOD_FREE or QUIZ_NAVMETHOD_SEQ. | |
| string | $number |
| number to display in this button. More... | |
| int | $page |
| the page number this question is on. | |
| string | $stateclass |
| class to add to the class="" attribute to represnt the question state. | |
| string | $statestring |
| Textual description of the question state, e.g. More... | |
| moodle_url | $url |
| the link this button goes to, or null if there should not be a link. | |
Represents a single link in the navigation panel.
| string quiz_nav_question_button::$number |
number to display in this button.
Either the question number of 'i'.
| string quiz_nav_question_button::$statestring |
Textual description of the question state, e.g.
to use as a tool tip.