- Created by Katharina, last modified by Carina Enke (BPS) on May 30, 2018
You are viewing an old version of this page. View the current version.
Compare with Current View Page History
« Previous Version 15 Next »
You have English selected as language but this page has not been translated yet. Translate the page or view the content in the default space language below.
Display default
Nutzen Sie im Tab "Optionen" verschiedene Konfigurationsmöglichkeiten, um den Test entsprechend Ihrer Bedürfnisse anzupassen.
Attempts to find a solution
You can give the learner the opportunity to attempt individual tasks multiple times. The number of available task attempts will be displayed to the learner during the implementation of the test. They can submit their answer and, if further attempts are possible, answer the same question again.
In the ONYX Editor, you can decide whether the settings for the number of available attempts are supposed to be applied to the entire test or only to selected sections or individual tasks. Go to the tab "Options" to make your settings.
If you, for example, set the maximum number of attempts to find a solution to 2, the learner can answer each question in the test twice.
If you want to set the number of attempts for sections or tasks individually, remove the check mark for the option "Apply the configuration of the superior element". Now, you can determine the number of attempts for the section or task individually.
The default is always one attempt. To allow an unlimited number of attempts, enter 0 in the input field.
Variablen zurücksetzen
Die Test-Aufgaben können durch den Einsatz von Variablen für jeden Testaufruf verändert werden. Standardmäßig werden für jeden Aufgaben-Lösungsversuch die selben Variablenwerte genutzt. Wählen Sie die Option "Neue Variablenwerte zuweisen pro Aufgaben-Lösungsversuch", werden die Variablen jeweils neu berechnet. Dies ermöglicht es mehren Teilnehmern gleichartige Aufgaben anzuzeigen, für welche allerdings pro Lösungsversuch bspw. die Lösung immer neu berechnet werden muss (vgl. Calculation Interaction).
Zeitlimit
Der Autor kann für den gesamten Test oder einzelne Test-Sektionen eine Bearbeitungszeit festlegen. Dem Teilnehmer wird während der Testbearbeitung die verbleibende Bearbeitungszeit sekundengenau angezeigt.
Nach Ablauf der Zeit wird dem Teilnehmer ein Hinweis angezeigt und er kann die enthaltenen Sektionen und Aufgaben nicht mehr bearbeiten. Ist die Bearbeitungszeit für den Test abgelaufen, wird der Test automatisch beendet.
Navigation
Der Autor kann zwischen einer linearen oder nicht-linearen Navigation wählen. Eine nicht-lineare Navigation ermöglicht dem Teilnehmer zwischen den Aufgaben hin- und herzuwechseln. Auf diese Weise können Lösungen vorangegangener Aufgaben auch zu späteren Zeitpunkten verändert werden.
Bei einer linearen Navigation erfolgt die Navigation über Vor- und Zurück-Buttons. Bei einer nicht-linearen Navigation kann zusätzlich der angezeigte Navigationsbaum zur Navigation genutzt werden.
Darstellung
Der Autor kann entscheiden in welcher Form dem Teilnehmer die Aufgaben präsentiert werden. Es ist eine Einzelaufgaben-Ansicht oder die Ansicht von mehreren Aufgaben pro Seite (sektionsbasiert) möglich.
Für die Darstellung auf mobilen Endgeräten empfiehlt sich die Darstellung von einer Aufgabe pro Seite.
Comments allow the participants to leave a message for the test assessor. Especially in the case of closed task forms with limited response options, the comment function offers a valuable support possibility for participants, e.g. if they do not understand the task, perceive the task as inaccurate, or do not find their solution in the answers provided to them.
In the ONYX Editor, you can decide whether the comment settings are supposed to be applied to the entire test or only to selected sections or individual tasks.
The tutor can view the comments in the participant's results view. Further information are provided in the help section "Results view: View participant comments".
Kommentare im Test verwenden | Um die Kommentarfunktion für einen Test zu verwenden gehen Sie bitte wie folgt vor:
|
You can customise your tasks and tests using a layout file. The prerequisite for the use of this function is basic knowledge in HTML and CSS.
Save your layout file as a CSS file (.css) and upload it to the Options tab of your task or test. Use the preview to verify whether the presentation is correct. You can remove the layout file at any time or upload a new one.
Note
Custom layout is only supported in the browser. The export views (PDF export, performance results page) do not allow for a correct display of your layout.
Individual layout settings of a task also affect all other tasks on the respective page when the test option Show all tasks of this section on one page is configured. This also applies to all detailed assessment views.
Beispiel: Testtitel ausblenden
Bei der Testdurchführung wird der Testtitel im linken, oberen Bereich angezeigt. Sie können den Testtitel mit einer eigenen Stylesheet-Datei (CSS) ausblenden.
Verwenden Sie folgende CSS-Anweisung:
.nav-header h1 {display: none !important;}
Speichern Sie die Anweisung in einer CSS-Datei (.css). Fügen Sie die CSS-Datei dem Testinhalt hinzu, indem Sie die CSS-Datei als Stylesheet-Datei im Tab "Optionen" im Abschnitt Layout-Einstellung hochladen.
- No labels