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

From MoodleDocs

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.

For example, a teacher creates 10 Lesson pages and titles them P1 to P10.

P1, P2, P3, P4, P5, P6, P7, P8, P9, P10.

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.

Absolute jumps

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 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.

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, 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 order. It 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

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.

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.

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.

See also

Lesson_Pages for short review of different lesson pages

Lesson_module for a longer review of Lesson features