Note: You are currently viewing documentation for Moodle 1.9. Up-to-date documentation for the latest stable version is available here: Jumps.

Talk:Jumps: Difference between revisions

From MoodleDocs
(was article page content, switched)
 
(11 intermediate revisions by the same user not shown)
Line 1: Line 1:
Jumps determine what happens after a student makes a choice in a lesson.  They are a common feature of many types of lesson pages. It might help to divide jumps into two types- Relative and Absolute. The teacher uses a pull down menu to see a selection of possible jumps. 
Jumps determine what happens after a student makes a choice in a lesson.  They are a common feature of many types of lesson pages.


For example, a teacher creates 10 Lesson pages and titles them P1 to P10.
== Jump types ==
Jumps can be divided into two types - Relative Jumps and Absolute Jumps. The default navigation using the relative jumps is Next Page and Same Page. The destination of the Next Page jump is the next page in the logical order of the lesson. Absolute jumps specify the actual page to show next by specifying of the page's Title.


P1, P2, P3, P4, '''P5''', P6, P7, P8, P9, P10.
== Setting jumps ==
There is a pull down menu which lists the relative jumps like "next page", "this page" "previous page" and some special navigation pages we will discuss later. There will probably be many absolute page jumps listed in a nearly completed lesson.  The teacher selects the page listed in the pull down menu that the student will jump to after their choice, and after seeing the responce.


On P5, the teacher may want to send the student to P7 for one student choice and to "Next Page" for other choices.  In this example "P7" is an absolute jump and "Next Page is a relative jump.
Each Answer (for questions) or Description (for Branch pages) has a Jump-to link. After an answer is chosen, a response is shown to the student. The student then reads the response and selects continue. This action sends the student to the page listed in the Jump link for their answer.  


== Absolute jumps ==
Remember, each answer can have a unique jump in a multiple choice and true/false.  There can only be a correct and wrong answer jumps for multichoice, matching, short answer and numeric questions. See specific question types for more information about jumps and responses.
The absolute jump always goes to the same page that a teacher has created. In our example we used P7.  


P1, P2, P3, P4, '''P5''', P6, '''P7''', P8, P9, P10.
Note that a (relative) Next page Jump-to link may show a different page after pages have been moved. Whereas Jump-to links which use (absolute) page titles always show the same page after pages have been moved.


Note that the teacher can decide to change the title of "P7" to "Example of an Absolute Jump" as the page title.  The jump from P5 will automatically change. 
== Special jumps ==
 
Special jumps are used with navigational pages in a lesson. End of Branch, Start and End Clusters are examplesThese should be used carefully
P1, P2, P3, P4, '''P5''', P6, '''Example of Absolute Jump''', P8, P9, P10.
 
Moving either page will not effect any absolute jumps.  In the example below the absolute jump in P5 will now skip 4 pages in the logical order.
 
P1, P2, '''P5''', P3, P4, P6, P8, '''Example of Absolute Jump''', P9, P10.
 
== Relative jumps ==
These kinds of jumps go to a position or create an effect. In our example, a Next Page jump in P5 is the next page in the logical order of the lesson is P6. 
 
P1, P2, P3, P4, '''P5''', '''P6''', P7, P8, P9, P10.
 
The teacher may decide that more information is needed for those students going to P6. The teacher can insert a page (called P5-b)immediately after P5 and the Next Page jump will now go to P5-b. 
 
P1, P2, P3, P4, '''P5, P5-b''', P6, P7, P8, P9, P10.
 
Or the teacher can move another page to the position right after P5, and the Next page jump will go there. In the example below P10 has been moved and it has become the "Next page".
P1, P2, P3, P4, '''P5, P10''', P5-b, P6, P7, P8, P9.
 
If the teacher moves P5 to another location in the logical order, the relative jump will still look for the "Next page" in our example.
 
P1, P2, P3, P4, P6, P7, P8, P9, '''P5''', P10.
 
Here are a few of the relative jumps that a teach might find in a Lesson page.
 
The random relative jumps need to be planned with care. The were designed to be used within a segment of a lesson.
 
===Next page===
We have covered this relative jump in our above example. It is also the default jump for the first answer of any question or branch table choices.
 
===Same page===
This takes the student back to the page they just viewed.  Lesson will usually use this jump as a default in most questions and branch pages, if it didn't use "Next page".
 
===End of lesson===
The end of lesson is the splash screen a student sees when they have completed the lesson. In the simple lesson, this follows the last page in the logical orderIt may show their score, offer a link to the next lesson or just say that they have completed the lesson.  This jump is often used as a branch table choice to allow the student to end the lesson at that point in the Lesson. 


=== Unseen question within a branch ===
=== Unseen question within a branch ===
This will link to a randomly chosen unseen (by the student in this attempt) question between this branch table and the End of the Lesson or the next End of Branch.  This might be used in a segment of a lesson, where it is used in as a jump in BT2 in the example below. Use with care.


BT1, '''BT2, Q1, Q2, Q3, EoB''', B3, B4, B5, Q4, B6.
This will link to a randomly chosen unseen (by the student in this attempt) question between this branch table and the End of the Lesson or the next End of Branch.


=== Random question within a branch ===
=== Random question within a branch ===
This will link to a randomly chosen question between the current branch table 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. Use with care.


BT1, '''BT2, Q1, Q2, Q3, EoB''', B3, B4, B5, Q4, B6.
This will link to a randomly chosen question between the current branch table 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 branch table ===
=== Random branch table ===
This will jump to a random Branch Table between the current Branch Table and the End of Lesson or the next End of Branch. It is used in a segment and is a jump in BT2 shown below. Use with care.


BT1, '''BT2, B3, B4, B5 EoB''', Q1, Q2, Q3, Q4, B6.
This will jump to a random Branch Table between the current Branch Table and the End of Lesson or the next End of Branch.


=See also=
=See also=

Latest revision as of 00:48, 24 May 2007

Jumps determine what happens after a student makes a choice in a lesson. They are a common feature of many types of lesson pages.

Jump types

Jumps can be divided into two types - Relative Jumps and Absolute Jumps. The default navigation using the relative jumps is Next Page and Same Page. The destination of the Next Page jump is the next page in the logical order of the lesson. Absolute jumps specify the actual page to show next by specifying of the page's Title.

Setting jumps

There is a pull down menu which lists the relative jumps like "next page", "this page" "previous page" and some special navigation pages we will discuss later. There will probably be many absolute page jumps listed in a nearly completed lesson. The teacher selects the page listed in the pull down menu that the student will jump to after their choice, and after seeing the responce.

Each Answer (for questions) or Description (for Branch pages) has a Jump-to link. After an answer is chosen, a response is shown to the student. The student then reads the response and selects continue. This action sends the student to the page listed in the Jump link for their answer.

Remember, each answer can have a unique jump in a multiple choice and true/false. There can only be a correct and wrong answer jumps for multichoice, matching, short answer and numeric questions. See specific question types for more information about jumps and responses.

Note that a (relative) Next page Jump-to link may show a different page after pages have been moved. Whereas Jump-to links which use (absolute) page titles always show the same page after pages have been moved.

Special jumps

Special jumps are used with navigational pages in a lesson. End of Branch, Start and End Clusters are examples. These should be used carefully

Unseen question within a branch

This will link to a randomly chosen unseen (by the student in this attempt) question between this branch table 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 branch table 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 branch table

This will jump to a random Branch Table between the current Branch Table and the End of Lesson or the next End of Branch.

See also

Lesson_Pages for short review of different lesson pages

Lesson_module for a longer review of Lesson features