<flags>
The <flags> element turns on or off various elements in several pages.
<
flags>
<addstudents emailvisible="boolean"/>
<comments questions="boolean"/>
<courses gradesvisible="boolean"/>
<coursesettings generaltabvisible="boolean" enrollmentcompletionvisible="boolean"/>
<header adminvisible="boolean"/>
<todo visible="boolean"/>
<profile picture="boolean"/>
<gradebook hidelinktoitems="boolean" hidepacecolumn="boolean" hideperformancecolumn="boolean" questiondetailsvisible="boolean"/>
<discussionforum hideimage="boolean"/>
</
flags>
Element | Attribute | Meaning |
flags / addstudents | emailvisible | Hides or shows student email addresses in the teacher gradebook. |
flags / comments | questions | Allow users to comment on questions while taking an assessment. Default is false. |
flags / courses | gradesvisible | Hides or shows student grades on the student dashboard. |
flags / coursesettings | generaltabvisible | Hides or shows the “General” tab in the “Course Settings” dialog in the syllabus view. This tab gives the author/teacher the ability to change course and section settings including titles and start and end dates. |
| enrollmentcompletionvisible | Hides or shows the “Enrollment Completion” section of the “Gradebook” panel in the “Course Settings” dialog in the syllabus view. |
flags / header | adminvisible | Hides or shows links to the administrator functions of the application. |
flags / todo | visible | Hides or shows the To-Do section of the student dashboard. |
flags / profile | picture | Allow users to update their picture. Default is true. |
flags / gradebook | hidelinktoitems | Hides or shows links to items in gradebook related components. Default is false. |
| hidepacecolumn | Hides or shows pace columns in gradebook component. Default is false. |
| hideperformancecolumn | Hides or shows performance columns in gradebook component. Default is false. |
| questiondetailsvisible | Hides or shows question details in ItemSummary component. Default is false. |
flags / discussionforum | hideimage | Hides or shows the avatar images in discussion forum posts in ContentPlayer component. Default is false. |
See Also