Note: You are currently viewing documentation for Moodle 3.2. Up-to-date documentation for the latest stable version of Moodle is probably available here: Adding a content page.

Adding a content page: Difference between revisions

From MoodleDocs
m (add link for question page)
(redirecting this to building lesson)
 
(20 intermediate revisions by 6 users not shown)
Line 1: Line 1:
{{Lessons}}
#redirect [[Building Lesson]]
'''NOTE: A Content page was called a Branch Table page prior to Moodle 2.0'''


A Content Page is one of two page types a student sees in a Lesson. The other is a [[Adding a question|Question page]].
*A [[Lesson module]] content page is a page where a teacher can provide information to move the lesson forward but without requiring the student to answer specific questions.
*The student sees the page's title, some information and then one or more buttons at the bottom to select.
*When the student clicks on a button, they go to the next page but their choice is not scored.
[[File:Lesson Content page.png|thumb|center|Simple content page]]


== Content pages and branches in a nutshell ==
==Building a content page==
# Content pages (Branch Tables) are pages which have a set of links to other pages in the lesson. Typically a lesson may start with a Content page which acts as a table of contents.
=== Title ===
# Each link in a Content page has two components, a "jump" and a "description" that the student sees as a button.
*The title of a content page appears to the student at the top of the page.
# A Content page can effectively divide the lesson into a number of branches (or sections). Each branch can contain a number of pages (probably all related to the same topic). The end of a branch is usually marked by an End of Branch page. This is a special page which, by default, returns the student back to the preceding Branch Table.  As with any page, the "return" jump in an End of Branch page can be changed, by editing the page. In some versions, using a "This page" jump in an End of Branch, will send the student to the first page in the lesson.
*A teacher will also see the title in the collapsed edit mode when they are working on the Lesson, and they will also be able to choose the title (and hence this page) from the drop down "jump" lists.
# Branches can be nested within each other. For example, a lesson might usefully be structured so that specialist points are sub-branches within the main subject branches. Working on nested sub branches can get complicated without a plan. 
*The title in a content page is also used with the "display left menu" setting.
# Content pages can also be used to hold content in the lesson as a simple page. As such they are really non-graded content pages.  With no description, their jump-link will automatically go to the next page if that is the default in the lesson setting.


== Title ==
===Page contents===
The title in a content page is similar to other pages but has some special uses.  The title is the identifier in collapse edit mode and appears on the pulldown jumpto list.  The title in a content page is also used with the "display left menu" setting.
This is where the tacher can add information for the student,making use of the [[Text editor]] and its multimedia features.


== Content==
===Content===
The content area in a content (branch table) has the standard Moodle [[HTML editor]]. This robust editor features are described elsewhere.
*Here the teacher writes the words they want the student to click on to get to the next part of the lesson.
*These words will appear to the student as a button.
*The teacher can check the box to have the buttons appear horizontally, or uncheck it for them to appear centred vertically.


==Description==
====Format====
A content page description appears to the student as a button. The button width fits the text and the height is fixed.  The student selects the button which is associated with a jump.  These buttons may be arranged vertically or horizontally.  Vertical buttons are centered.  Horizon buttons appear in a row, and a second row will appear if needed. The arrangement of buttons is the only thing a teacher can change and this is done in the Lesson settings.
There are 4 format types to choose from when editing text in the content description box. If you wish to have the usual rich text editing icons,choose HTML format. (Note - once you have selected an option, you cannot then go back and change your mind!)However, if you DO choose HTML format, be warned that the student will not see the changes (such as bold or different colours) in the button.


:''TIP:'' The "Description" box does not work like the "Answer" box in a question, no mater what it looks like.  The "use editor" check box is there and the familiar HTML editor will appear.  They do not work. For example, you will see the text in a description field in bold, but the student will not see it.
[[File:lessoncontentbuttons.png]]


*The "[[Adding/editing_a_lesson#The_Maximum_Number_of_Answers_.2F_Branches_in_a_Lesson|Maximum number of answers/branches]]" in Lesson settings ("Update this Lesson" button) determines how many blank descriptions the teacher will see in edit mode.
====Number of options available====
*How many of these you have depends on your choice in  the ''Maximum Number of Answers'' setting in [[Lesson settings]]


== The Jump link ==
=== The Jump===
*Each Description in a Content page has a [[Jumps|jump]] dropdown menu associated with it.
*The teacher chooses from the dropdown the correct page to send the student to if they click on the button that will be made from this particular description. Any pages created by the teacher will have their titles appear in this dropdown, allowing them to be selected.
*When a student clicks on a description button, they are sent to the page defined in the Jump associated with the button.


Each Description in a Content page has a Jump associated with it. When a Description button is chosen, the student is sent to the page defined in the Jump associated with the button. The jump can direct a student to a relative or absolute page. In edit mode the teacher can see all the possible jumps by a pull down menu. The most common Relative links are "This page" and "Next page". "This page" means that the student sees the current page again. "Next page" shows the page which follows in the logical order of pages. An absolute page link is specified by choosing a page's title.
Please refer to the [[Jumps]] page for a more detailed description of jumps.


Note that when a page is moved, its relative (for example, "Next page") Jump link will show the student a different page than before. Whereas a Jump link that uses an absolute (For example, a page title) always show the same page after the page has been moved.
==Using Content pages ==
 
#One way of starting a lesson could  be  with a Content page which acts as a table of contents.
===Special Jumps===
#A Content page can effectively divide the lesson into a number of branches (or sections). Each branch can contain a number of pages (probably all related to the same topic). The end of a branch is usually marked by an End of Branch page. This is a special page which, by default, returns the student back to the preceding Branch TableAs with any page, the "return" jump in an End of Branch page can be changed, by editing the page. In some versions, using a "This page" jump in an End of Branch, will send the student to the first page in the lesson.
 
# Branches can be nested within each other. For example, a lesson might usefully be structured so that specialist points are sub-branches within the main subject branches. Working on nested sub branches can get complicated without a plan.   
====Unseen Question within a branch====
 
This will link to a randomly chosen unseen (by the student in this attempt) question between this Content page and the End of the Lesson or the next End of Branch.
 
====Random Question within a branch====
 
This will link to a randomly chosen question between the current Content page and the End of Lesson or the next End of Branch. If the student has already seen the question and attempts are greater than 1, they will get another chance to earn the point(s) for that question. If attempts are set to 1, the question will be skipped and another random question shown.
 
====Random Content page====
 
This will jump to a random Content page between the current Content page and the End of Lesson or the next End of Branch.
 
== Creating a branch structure in a lesson  ==
It is best to create a branching structure in a lesson after you have created content pages in your lesson in some sort of logical order. Here is a simple example of creating branches that students can navigate to from a page at the start of a lesson.
 
Go to All-Pages View or Expanded View of your lessonAbove each page of your lesson you will see a link: Add a Content page. Decide where you want to create a Content page and click on the Add Content page link.  You will need to specify the name of your Content page (for example: Contents) and then write a few words introducing the topic/ topics covered in your branches.
 
Next, enter the name of each button link in the description and the page to which each button link will jump.  This jump should be the start of each navigational branch section. As a best practice, add a button for End of Lesson in at least this branch table so the student can exit.
 
Finally you will insert End of Branch pages where each navigational branch section ends.  All the jumps your End of Branch pages should be set to the Content page we created in this example.   


== See Also ==
== See Also ==
*[http://moodle.org/help.php?file=index.html Index of Help Files] - Very Useful
[[Lesson_Pages#Branch_.28Branch_Table.29-_Choice_Pages]]


For more Lesson topics click on Lesson or the Teacher links below
*[[Lesson_Pages]]
[[Category:Teacher]]
*[[Lesson questions]] - the other kind of pages students can see in a Lesson module
[[Category:Lesson]]


[[fr:Ajouter une table de branchement]]
[[fr:Ajouter une table de branchement]]
[[de:Verzweigungsseite_einf%C3%BCgen]]
[[de:Verzweigungsseite_einf%C3%BCgen]]

Latest revision as of 14:58, 13 February 2012

Redirect to:

  • A Lesson module content page is a page where a teacher can provide information to move the lesson forward but without requiring the student to answer specific questions.
  • The student sees the page's title, some information and then one or more buttons at the bottom to select.
  • When the student clicks on a button, they go to the next page but their choice is not scored.
Simple content page

Building a content page

Title

  • The title of a content page appears to the student at the top of the page.
  • A teacher will also see the title in the collapsed edit mode when they are working on the Lesson, and they will also be able to choose the title (and hence this page) from the drop down "jump" lists.
  • The title in a content page is also used with the "display left menu" setting.

Page contents

This is where the tacher can add information for the student,making use of the Text editor and its multimedia features.

Content

  • Here the teacher writes the words they want the student to click on to get to the next part of the lesson.
  • These words will appear to the student as a button.
  • The teacher can check the box to have the buttons appear horizontally, or uncheck it for them to appear centred vertically.

Format

There are 4 format types to choose from when editing text in the content description box. If you wish to have the usual rich text editing icons,choose HTML format. (Note - once you have selected an option, you cannot then go back and change your mind!)However, if you DO choose HTML format, be warned that the student will not see the changes (such as bold or different colours) in the button.

lessoncontentbuttons.png

Number of options available

  • How many of these you have depends on your choice in the Maximum Number of Answers setting in Lesson settings

The Jump

  • Each Description in a Content page has a jump dropdown menu associated with it.
  • The teacher chooses from the dropdown the correct page to send the student to if they click on the button that will be made from this particular description. Any pages created by the teacher will have their titles appear in this dropdown, allowing them to be selected.
  • When a student clicks on a description button, they are sent to the page defined in the Jump associated with the button.

Please refer to the Jumps page for a more detailed description of jumps.

Using Content pages

  1. One way of starting a lesson could be with a Content page which acts as a table of contents.
  2. A Content page can effectively divide the lesson into a number of branches (or sections). Each branch can contain a number of pages (probably all related to the same topic). The end of a branch is usually marked by an End of Branch page. This is a special page which, by default, returns the student back to the preceding Branch Table. As with any page, the "return" jump in an End of Branch page can be changed, by editing the page. In some versions, using a "This page" jump in an End of Branch, will send the student to the first page in the lesson.
  3. Branches can be nested within each other. For example, a lesson might usefully be structured so that specialist points are sub-branches within the main subject branches. Working on nested sub branches can get complicated without a plan.

See Also