Wiki source code of Einfluss von Sichtbarkeitseinstellungen einer Sektion auf die Navigation im Test
Last modified by Anna Paul-Hasenfuss on 21.10.2025
Show last authors
| author | version | line-number | content |
|---|---|---|---|
| 1 | {{section}} | ||
| 2 | {{column width="60%"}} | ||
| 3 | Visibility settings for a section influence navigation in the test. By using the **Hide section** option, you can conceal the structural element and section title from users. Combined with the test display setting **Show all tasks in a section on one page**, this results in different navigation sequences. Here are some examples. | ||
| 4 | |||
| 5 | You can find the **Hide section** settings in the Options tab of a section. Further information on this can be found on the page [[Set Section Options>>doc:ONYX.Erstellung von Testinhalten.Test erstellen.Sektion.Sektion-Optionen festlegen.WebHome]]. The configuration **Show all tasks of a section on one page** is available in the Options tab of the test. For more information, see the page [[Test Options>>doc:ONYX.Erstellung von Testinhalten.Test erstellen.Test-Optionen festlegen.WebHome||anchor="HDarstellung"]]. | ||
| 6 | |||
| 7 | All examples described below can be reproduced with the test file [[Beispiel_Sektionseinstellungen_und_Navigation.zip>>attach:Beispiel_Sektionseinstellungen_und_Navigation.zip]]. Download the sample and import it into your ONYX Editor as explained on the [[Import Content>>doc:ONYX.Verwaltung von Testinhalten.Aufgabenpool.Inhalte kopieren, verschieben oder exportieren.Inhalt importieren.WebHome]]. | ||
| 8 | {{/column}} | ||
| 9 | |||
| 10 | {{column width="30%"}} | ||
| 11 | {{panel title="Content"}} | ||
| 12 | {{toc start="2"/}} | ||
| 13 | {{/panel}} | ||
| 14 | |||
| 15 | {{panel title="Related Topics"}} | ||
| 16 | * [[Set Section Options>>doc:ONYX.Erstellung von Testinhalten.Test erstellen.Sektion.Sektion-Optionen festlegen.WebHome]] | ||
| 17 | * [[Test Options>>doc:ONYX.Erstellung von Testinhalten.Test erstellen.Test-Optionen festlegen.WebHome]] | ||
| 18 | {{/panel}} | ||
| 19 | |||
| 20 | {{panel title="Content Examples (Download)"}} | ||
| 21 | * [[Beispiel_Sektionseinstellungen_und_Navigation.zip>>attach:Beispiel_Sektionseinstellungen_und_Navigation.zip]] | ||
| 22 | {{/panel}} | ||
| 23 | {{/column}} | ||
| 24 | {{/section}} | ||
| 25 | |||
| 26 | |||
| 27 | |||
| 28 | == Example 1: Section with two visible subsections == | ||
| 29 | |||
| 30 | In a page-by-page display, all questions for each visible subsection are displayed on one page. | ||
| 31 | |||
| 32 | |=(% style="width: 405px;" %)ONYX Editor Structure|=(% style="width: 1455px;" %)User view during test execution | ||
| 33 | |(% style="width:405px" %)((( | ||
| 34 | Two sections, each with two tasks: | ||
| 35 | |||
| 36 | [[image:Editor - Navigation Beispiel 1_de.png||data-xwiki-image-style="img-screen" data-xwiki-image-style-border="true"]] | ||
| 37 | |||
| 38 | |||
| 39 | )))|(% style="width:1455px" %)((( | ||
| 40 | The first page shows both questions from the first section, and the second page shows both questions from the second section. | ||
| 41 | The example shows the first page: | ||
| 42 | |||
| 43 | [[image:Player - Navigation Beispiel 1_de.png||data-xwiki-image-style="img-screen" data-xwiki-image-style-border="true" height="312" width="500"]] | ||
| 44 | ))) | ||
| 45 | |||
| 46 | |||
| 47 | |||
| 48 | == Example 2: Section with two invisible subsections == | ||
| 49 | |||
| 50 | If you display one page at a time, all questions in the invisible sections are displayed on one page. | ||
| 51 | |||
| 52 | |=(% style="width: 404px;" %)ONYX Editor Structure|=(% style="width: 1457px;" %)User view during test execution | ||
| 53 | |(% style="width:404px" %)((( | ||
| 54 | Two sections, each with two questions: | ||
| 55 | |||
| 56 | [[image:Editor - Navigation Beispiel 2_de.png||data-xwiki-image-style="img-screen" data-xwiki-image-style-border="true"]] | ||
| 57 | )))|(% style="width:1457px" %)((( | ||
| 58 | Page 1 shows all questions in the first and second sections: | ||
| 59 | |||
| 60 | [[image:Player - Navigation Beispiel 2_de.png||data-xwiki-image-style="img-screen" data-xwiki-image-style-border="true" height="400" width="446"]] | ||
| 61 | ))) | ||
| 62 | |||
| 63 | |||
| 64 | |||
| 65 | == Example 3: Section with a visible subsection and individual tasks == | ||
| 66 | |||
| 67 | If you choose to display the questions page by page, all will be shown in order on separate pages. Page separators are the subsections. | ||
| 68 | |||
| 69 | |=(% style="width: 403px;" %)ONYX Editor Structure|=(% style="width: 1457px;" %)User view during test execution | ||
| 70 | |(% style="width:403px" %)((( | ||
| 71 | One (main) section with three questions, one subsection after the second one with two questions: | ||
| 72 | |||
| 73 | [[image:Editor - Navigation Beispiel 3_de.png||data-xwiki-image-style="img-screen" data-xwiki-image-style-border="true"]] | ||
| 74 | )))|(% style="width:1457px" %)((( | ||
| 75 | Here, page 1 shows the first two questions in the main section, page 2 shows all questions in the sub-section, and page 3 shows all other questions in the main section. | ||
| 76 | |||
| 77 | The example shows the first page: | ||
| 78 | |||
| 79 | [[image:Player - Navigation Beispiel 3_S1_de.png||data-xwiki-image-style="img-screen" data-xwiki-image-style-border="true" height="400" width="633"]] | ||
| 80 | ))) | ||
| 81 | |||
| 82 | |||
| 83 | |||
| 84 | == Example 4: Section with visible and invisible subsections as well as individual tasks == | ||
| 85 | |||
| 86 | This example shows a combination of the previous examples. | ||
| 87 | |||
| 88 | |=(% style="width: 400px;" %)ONYX Editor Structure|=(% style="width: 1460px;" %)User view during test execution | ||
| 89 | |(% style="width:400px" %)((( | ||
| 90 | One (main) section with four questions, two visible subsections after the second question with two questions each, followed by a single question from the main section and two invisible sections with two questions each, and a final single question from the main section. | ||
| 91 | |||
| 92 | [[image:Editor - Navigation Beispiel 4_de.png||data-xwiki-image-style="img-screen" data-xwiki-image-style-border="true"]] | ||
| 93 | )))|(% style="width:1460px" %)((( | ||
| 94 | Page 1 shows the first two tasks of the main section, page 2 shows the tasks of the first visible subsection, and page 3 shows the tasks of the second visible subsection. Page 4 displays the individual question, all questions in the invisible subsections, and the last individual question on one page. | ||
| 95 | |||
| 96 | Sample image for the first page: | ||
| 97 | |||
| 98 | [[image:Player - Navigation Beispiel 4_S1_de.png||data-xwiki-image-style="img-screen" data-xwiki-image-style-border="true" width="500"]] | ||
| 99 | |||
| 100 | Sample image for the fourth page: | ||
| 101 | |||
| 102 | [[image:Player - Navigation Beispiel 4_S4_de.png||data-xwiki-image-style="img-screen" data-xwiki-image-style-border="true" width="500"]] | ||
| 103 | ))) |