21 lines
646 B
ReStructuredText
21 lines
646 B
ReStructuredText
.. _Course Tabs:
|
||
|
||
#################################
|
||
Course Tabs
|
||
#################################
|
||
|
||
You can add tabs, or pages, to your course. Each tab appears in your course’s
|
||
navigation bar.
|
||
|
||
*********************************************
|
||
Create the Tab File
|
||
*********************************************
|
||
|
||
You create an HTML file for each tab you want to add to the course in the
|
||
``tabs`` directory.
|
||
|
||
You can add any text and HTML markup to the page. Tabs can also be
|
||
links, and other types of content. One common design pattern is to
|
||
link a tab to a chromeless XBlock in the courseware, which allows for
|
||
top-level interactive course content.
|