Course Sections Settings - Columns

Moodle Docs 

Name of the column Can be filtered? Where can I see it on the UI? Comment
1. Section Name Every course format has its own default names for sections. Usually section0 has a different name (General). The other sections might be 'Topic',  'Week' , 'New section' or 'Section' based on the course format. The default names are not stored in the database, that is why the filtering is not implemented.
2. Section Number Not visible on the course page. The very first section is numbered 0 (zero). Subsections have their own number.
3. Visible
4. Access restrictions  In the database, this is JSON data including IDs and operators, which is not easy to read. It looks something like the following:
Using MySQL, it is almost impossible to decode or make it human readable; however, the Activity Setting Report will show the human-readable version of the restrictions.


How to set up restrict access? 

5. Component Right now it can only be 'Subsection', but later other components will be available.
See: delegated sections (sections controlled by a component). Not well documented yet.
6. Last modified Not available on the front end