Moodle APIs 4.1
Moodle 4.1.9+ (Build: 20240402)
|
Topics course format. More...
Variables | |
$context = context_course::instance($course->id) | |
$course = $format->get_course() | |
if($topic=optional_param('topic', 0, PARAM_INT)) | $format = course_get_format($course) |
if(!empty($displaysection)) | $outputclass = $format->get_output_classname('content') |
$renderer = $PAGE->get_renderer('format_topics') | |
$widget = new $outputclass($format) | |
Topics course format.
Display the whole course as "topics" made of modules.