by Jitendra Gaur.
Hi Brian,
I did not understand the exact requirement but there are couple of moodle function in course/lib.php
which you can call. There are some functions related to section -
get_all_sections($courseid)
print_section($course, $section, $mods, $modnamesused, $absolute=false, $width="100%", $hidecompletion=false, $sectionreturn=null)
Thanks