protected function end_section_list()
 {
     $output = html_writer::end_tag('ul');
     $output .= "<section id='coursetools' class='clearfix' tabindex='-1'>";
     $output .= snap_shared::coursetools_svg_icons();
     $output .= snap_shared::appendices();
     $output .= "</section>";
     return $output;
 }