Änderungen von Dokument 07 Variablen verwenden
Zuletzt geändert von Carina Enke am 25.07.2024
Von Version 427.1
bearbeitet von Carina Enke
am 22.01.2019
am 22.01.2019
Änderungskommentar:
Mittels Scroll Versions veröffentlicht aus dem Bereich ONYXintern und Version 1.13B.
Auf Version 419.1
bearbeitet von Carina Enke
am 27.02.2019
am 27.02.2019
Änderungskommentar:
Mittels Scroll Versions veröffentlicht aus dem Bereich ONYXintern und Version 8.6.
Zusammenfassung
-
Seiteneigenschaften (1 geändert, 0 hinzugefügt, 0 gelöscht)
-
Objekte (1 geändert, 0 hinzugefügt, 0 gelöscht)
Details
- Seiteneigenschaften
-
- Inhalt
-
... ... @@ -72,7 +72,7 @@ 72 72 [[image:attach:Editor - Tab Variablen zur Beispielaufgabe_de.png]] 73 73 )))|(% colspan="1" %)(% colspan="1" %) 74 74 ((( 75 -Im Beispiel wird die [[Text-Variable>>doc:Text variablen]] {transport} zufällig mit einem der Werte "bike", "bus", "car" oder "train" initialisiert. Die [[Numerische Variable>>doc:Numerische Variablen]] {speed} soll aus einem Wertebereich zufällig gesetzt werden. Dabei soll der Wertebereich für die Geschwindigkeit {speed} in Abhängigkeit vom gewählten Fahrzeug {transport} gesetzt werden. Schließlich fährt ein "bike" im Allgemeinen langsamer, als ein "train".75 +Im Beispiel wird die [[Text-Variable>>doc:Text Variables]] {transport} zufällig mit einem der Werte "bike", "bus", "car" oder "train" initialisiert. Die [[Numerische Variable>>doc:Numerische Variablen]] {speed} soll aus einem Wertebereich zufällig gesetzt werden. Dabei soll der Wertebereich für die Geschwindigkeit {speed} in Abhängigkeit vom gewählten Fahrzeug {transport} gesetzt werden. Schließlich fährt ein "bike" im Allgemeinen langsamer, als ein "train". 76 76 77 77 78 78 ))) ... ... @@ -125,7 +125,7 @@ 125 125 |((( 126 126 [[image:attach:Editor - Angabe von POST-Variablen_de.png]] 127 127 )))|((( 128 -Im ersten Schritt wird im Tab //**Variablen** //die [[Text-Variable>>doc:Text variablen]] {div} in einer Bedingung, abhängig davon ob die eingegebene Lerneranwort kleiner oder größer als die korrekte Antwort ist, auf den Wert "less" oder "more" gesetzt.128 +Im ersten Schritt wird im Tab //**Variablen** //die [[Text-Variable>>doc:Text Variables]] {div} in einer Bedingung, abhängig davon ob die eingegebene Lerneranwort kleiner oder größer als die korrekte Antwort ist, auf den Wert "less" oder "more" gesetzt. 129 129 130 130 Zusätzlich wird die Lernerantwort in einer [[Numerischen Variable>>doc:Numerische Variablen]] {answer} gespeichert, um auf diese im Feedback auf einfache Weise zugreifen zu können. 131 131 ... ... @@ -134,7 +134,7 @@ 134 134 |((( 135 135 [[image:attach:Editor - Post-Variablen im Feedback_de.png]] 136 136 )))|((( 137 -Im zweiten Schritt werden die konkreten Feedbacktexte für die Aufgabe hinterlegt. Dem Teilnehmer soll das Feedback nur dann angezeigt werden, wenn er die Aufgabe falsch beantwortet hat. Hierfür wird im Tab **//Feedback// **das allgemeine Feedback **//Aufgabe falsch beanwortet// **genutzt. Weitere Informationen zum Aufgabenfeedback erhalten Sie auf der Seite [[doc:Feedback festlegen]].137 +Im zweiten Schritt werden die konkreten Feedbacktexte für die Aufgabe hinterlegt. Dem Teilnehmer soll das Feedback nur dann angezeigt werden, wenn er die Aufgabe falsch beantwortet hat. Hierfür wird im Tab **//Feedback// **das allgemeine Feedback **//Aufgabe falsch beanwortet// **genutzt. Weitere Informationen zum Aufgabenfeedback erhalten Sie auf der Seite [[doc:Set Feedback]]. 138 138 139 139 Die individuellen Feedbacktexte und -werte, welche in den Variablen gespeichert wurden, werden durch Angabe des Variablen-Namens ({div}, {answer}) in den Feedbacktext eingebunden. 140 140 ... ... @@ -286,8 +286,8 @@ 286 286 * [[doc:Numerische Variablen]]: 287 287 ** Ganze Zahl 288 288 ** Gleitkommazahl 289 -* [[doc:Text variablen]]290 -* [[doc: BildVariablen]]289 +* [[doc:Text Variables]] 290 +* [[doc:Image Variables]] 291 291 292 292 Abhängig vom gewählten Variablen-Typ stehen Ihnen unterschiedliche Möglichkeiten zur **Wert-Ermittlung** bereit: 293 293 ... ... @@ -355,41 +355,35 @@ 355 355 {{layout}} 356 356 {{layout-section ac:type="two_right_sidebar"}} 357 357 {{layout-cell}} 358 - (%style="color:rgb(255,102,0);" %)Der Einsatz vonVariablenermöglichtdieErstellungvondynamischenAufgabentexten.Der Aufgabeninhaltkanndabeizufälligoder angepasst an denNutzer,seinebisherigenAntwortenundBewertungengeneriertwerden.ZurUmsetzungwerdenzweiverschiedeneTypenvonVariablenimgleichnamigenTabangeboten:358 +The use of variables allows the creation of dynamic task text. Task content can be generated randomly or adapted to the user, previously given answers, or assessments. For implementation, two different types of variables are provided in the tab of the same name: 359 359 360 -* (% style="color: rgb(255,102,0);" %)**VorAnzeige verarbeiteteVariablen**(%%)361 - (% style="color: rgb(255,102,0);" %)DiePre-Variablenwerdenvor AnzeigeerAufgabebelegtund ermöglichensomit denAufgabentext sowiedievorgegebenenundkorrektenAntwortendynamischanzupassen.AufdieseWeisekönnenmitHilfevon Platzhaltern Aufgabenschablonendefiniertwerden.DiePlatzhalterwerden proTestdurchlaufaufBasis definierterIntervalle,WertauswahllistenoderBerechnungsvorschriftendurchkonkrete Zufallswertenersetzt.Für unterschiedlicheTeilnehmerundTestdurchläufeentstehensomit verschiedene,abergleichartigeTestaufgaben.362 -* (%style="color: rgb(255,102,0);" %)**Nach Abgabe verarbeitete Variablen**(%%)363 - (% style="color: rgb(255,102,0);" %)DiePost-Variablenwerden nachBeantwortung,Abgabeund automatischerBewertungderAufgabe belegtndermöglichen somit ZugriffaufantwortspezifischeWerte,wiedie LernerantwortoderPunkteinformationen.AufdieseWeisekönnenadaptiveFeedbackinhalte,FolgeversucheundAufgabenserien erreichtwerden.MitHilfevonBedingungenund MAXIMA-AnweisungenkönnenLernerantwortenanalysiertund typischeFehler identifiziert werden.Auf diesekanndurchprechendesFeedbackoderangepassteÜbungsaufgabeninFolgereagiert werden.360 +* **Pre-processed variables** 361 +Pre-variables are assigned before the task is displayed and therefore make it possible to adapt the task text as well as the predefined and correct answers dynamically. In this way, task templates can be defined with the help of placeholders. These are replaced by specific random values per test run on the basis of defined intervals, value drop-down lists, or calculation rules. As a result, test tasks will be different but similar for each participant and test run. 362 +* **Post-processed variables** 363 +Post-variables are only assigned after the task has been answered, submitted, and automatically assessed, thus allowing access to response-specific values such as the learner's response or the points for correct answers. In this way, adaptive feedback content, follow-up tests, and task series can be enabled. The use of conditions and MAXIMA statements allows responses from learners to be analysed and typical errors identified. Based on these insights, teachers will then be able to provide appropriate feedback or customised exercises. 364 364 365 - 366 - 367 367 [[image:attach:Editor - Tab Variablen_de.png]] 368 368 {{/layout-cell}} 369 369 370 370 {{layout-cell}} 371 371 {{scroll-ignore}} 372 -{{panel borderColor="#ddd" bgColor="#f0f0f0" borderStyle="solid" title=" Inhalt"}}370 +{{panel borderColor="#ddd" bgColor="#f0f0f0" borderStyle="solid" title="Content"}} 373 373 374 374 375 375 {{toc/}} 376 376 {{/panel}} 377 377 378 -{{panel borderColor="#ddd" bgColor="#f0f0f0" borderStyle="solid" title=" VerwandteThemen"}}379 -* [[doc:Berechnungsaufgabe]] 380 -* [[doc:Formelvergleich]] 376 +{{panel borderColor="#ddd" bgColor="#f0f0f0" borderStyle="solid" title="Related topics"}} 377 +* [[Calculation interaction>>doc:Berechnungsaufgabe]] 378 +* [[Formula comparison>>doc:Formelvergleich]] 381 381 {{/panel}} 382 382 383 -{{panel borderColor="#ddd" bgColor="#f0f0f0" borderStyle="solid" title=" WeiterführendeInformationen"}}384 -* [[MAXIMA Manual>>url:http://maxima.sourceforge.net/docs/manual/de/maxima.html||shape="rect"]]385 -* [[MAXIMA Good-Practice-Beispiele>>url:https://bildungsportal.sachsen.de/opal/auth/RepositoryEntry/5499682817/CourseNode/93229879750473/wiki/Index||shape="rect"]]386 -* [[MAXIMA Systeminformationen>>url:http://maxima.sourceforge.net/||rel="nofollow" shape="rect" class="external-link"]]381 +{{panel borderColor="#ddd" bgColor="#f0f0f0" borderStyle="solid" title="Further information"}} 382 +* [[MAXIMA manual>>url:http://maxima.sourceforge.net/docs/manual/maxima.html||shape="rect"]] 383 +* [[MAXIMA good practice examples>>url:https://bildungsportal.sachsen.de/opal/auth/RepositoryEntry/5499682817/CourseNode/93229879750473/wiki/Index||shape="rect"]] 384 +* [[MAXIMA system information>>url:http://maxima.sourceforge.net/||rel="nofollow" shape="rect" class="external-link"]] 387 387 {{/panel}} 388 388 {{/scroll-ignore}} 389 - 390 - 391 - 392 - 393 393 {{/layout-cell}} 394 394 {{/layout-section}} 395 395 ... ... @@ -396,210 +396,203 @@ 396 396 {{layout-section ac:type="single"}} 397 397 {{layout-cell}} 398 398 (% class="help-heading" %) 399 -== (% style="color: rgb(255,102,0);" %)Vor Anzeige verarbeitete Variablen(%%)==393 +== Pre-processed variables == 400 400 401 -(% style="color: rgb(255,102,0);" %)Definieren Sie Variablen, welche vor der Anzeige der Aufgabe ermittelt werden, um in Ihren Aufgaben **Zufallsparameter** zu nutzen. Variablen werden in ONYX für alle Aufgabentypen unterstützt und bieten insbesondere für Berechnungsaufgaben vielfältige Möglichkeiten. Durch Variablen können Aufgabenschablonen erstellt werden, welche automatisch zur Testlaufzeit **unbegrenzt viele, unterschiedliche Test- und Prüfungsdurchläufe** ermöglichen. 395 +(% class="help-heading" %) 396 +Define variables that are determined before the task is displayed in order to use (% style="background-color: rgb(255,255,255);font-size: 14.0px;" %)**random parameters**(%%) in your tasks. Variables are supported in ONYX for all types of tasks and offer various possibilities, especially for calculation interactions. With the help of variables, it is possible to create task templates which automatically allow (% style="background-color: rgb(255,255,255);font-size: 14.0px;" %)**an unlimited number of different test and exam attempts**(%%). 402 402 403 - ===(% class="confluence-embedded-file-wrapper image-center-wrapper confluence-embedded-manual-size" %)[[image:attach:Testrun - Beispielaufgaben_de.png]](%%) ===398 +(% class="confluence-embedded-file-wrapper image-center-wrapper confluence-embedded-manual-size" %)[[image:attach:Testrun - Beispielaufgaben_de.png]] 404 404 405 -=== Example "Transport" === 406 406 407 -As an example, a typical application task is created. The goal is to calculate the distance travelled by a vehicle based on the speed and time. The speed is dependent on the vehicle type. 408 408 402 +{{id name="Example ~"transport~" - Use of random parameters"/}} 403 + 404 +=== Example "transport" - Use of random parameters === 405 + 406 +As an example, a typical application task is created. The goal is to calculate the distance travelled by a vehicle based on speed and time. The speed is dependent on the vehicle type. 407 + 408 + 409 + 409 409 |(% colspan="1" %)(% colspan="1" %) 410 410 ((( 411 411 [[image:attach:Editor - Tab Variablen zur Beispielaufgabe_de.png]] 412 412 )))|(% colspan="1" %)(% colspan="1" %) 413 413 ((( 414 -In the example, the [[text variable>>url:https://www.bps-system.de/help/display/ONYXintern/.Textvariablen+v1.11||shape="rect"]] {transport} will be randomly initialised with one of the following values: "bike", "bus", or "train". The numerical variable {speed} is randomly selected from a value range. Thus, the value range for the speed {speed} should be set in dependence of the selected vehicle {transport}, since a "bike" is generally slower than a "train". 415 - 416 - 417 - 418 - 415 +In the example, the [[text variable>>url:https://www.bps-system.de/help/display/ONYXintern/.Textvariablen+v1.11||shape="rect"]] {transport} will be randomly initialised with one of the following values: "bike", "bus", or "train". The [[numeric variable>>doc:Numerische Variablen]] {speed} is randomly selected from a value range. Thus, the value range for the speed {speed} should be set in dependence of the selected vehicle {transport}, since a "bike" is generally slower than a "train". 419 419 ))) 420 420 |((( 421 421 [[image:attach:Editor - Beispiel einer Bedingung_de.png]][[image:attach:Editor - weiteres Beispiel einer Bedingung_de.png]] 422 422 )))|((( 423 -For thedependent value setting, we use the variable condition. In the condition, we can define the value range for the variable {speed} depending on the selected value of the variable {transport}. For the bike ({transport}="bike"), for example, a value range of 10 to 30 (km/h) was set.420 +For dependent value setting, we use the variable condition. In the condition, we can define the value range for the variable {speed} depending on the selected value of the variable {transport}. For the bike ({transport}="bike"), for example, a value range of 10 to 30 (km/h) was set. 424 424 ))) 425 425 |((( 426 426 [[image:attach:Editor - Nutzung von Variablen in der Aufgabenstellung_de.png]] 427 427 )))|((( 428 -The given values of the task are integrated into the task text by specifying the variable name ({transport}, {speed}, and {hours}). In the example, the variable is included in a task of the type [[calculation (cloze)>>url:https://www.bps-system.de/help/display/ONYXintern/.Berechnungsaufgabe+v1.6||shape="rect"]].425 +The given values of the task are integrated into the task text by specifying the variable name ({transport}, {speed}, and {hours}). In the example, the variable is included in a task of the type [[calculation interaction>>url:https://www.bps-system.de/help/display/ONYXintern/.Berechnungsaufgabe+v1.6||shape="rect"]]. 429 429 430 430 The variable with the correct solution {distance} is bound to the gap. 431 - 432 - 433 433 ))) 434 434 |((( 435 435 [[image:attach:Testrun - Beispielaufgabe im Testrun_de.png]] 436 - 437 - 438 438 )))|((( 439 439 One of the defined values will be randomly chosen for each participant and each test attempt. In the example, the value "bike" was randomly inserted, which is why a speed in the value range of 10 to 30 (km/h) was selected. 440 440 ))) 441 441 442 -== (% style="color: rgb(255,102,0);" %)Nach Abgabe verarbeitete Variablen(%%) == 443 443 444 -(% style="color: rgb(255,102,0);" %)Definieren Sie Variablen, welche nach Abgabe der Aufgabe ermittelt werden, um adaptive Aufgaben- und Testszenarien zu erstellen. Nach Abgabe verarbeitete Variablen (kurz: Post-Variablen) ermöglichen Ihnen den Zugriff auf die gegebenen Lernerantworten und erreichten Punkte. Sie können nachfolgende Inhalte wie Feedbacktexte oder den Aufgabentext von Folgeversuchen auf dieser Basis anpassen. Darüber hinaus ist es möglich in die Bewertung einzugreifen und diese individuell nachträglich zu ändern. 445 445 437 +{{id name="Post-processed variables"/}}\\ 438 + 439 +== (% style="background-color: rgb(220,231,239);font-size: 20.0px;" %)Post-processed variables(%%) == 440 + 441 +Define variables that are determined after the submission of the task in order to create adaptive task and test scenarios. Post-processed variables (in short: post-variables) allow you to access the learners' answers and points achieved. You can use this information to enhance following content such as feedback or task descriptions of follow-up attempts. In addition, it is possible to intervene in the assessment and make subsequent changes to it. 442 + 446 446 (% class="confluence-embedded-file-wrapper image-center-wrapper confluence-embedded-manual-size" %)[[image:attach:Testrun - Nutzerlösung einer Beispielaufgabe_de.png]][[image:attach:Testrun - Post-Variable im Feedback_de.png]][[image:attach:Testrun - Post-Variable Lösungshinweis_de.png]] 447 447 448 -=== (% style="color: rgb(255,102,0);" %)Beispiel "Transport" - Adaptives Aufgabenfeedback(%%) === 449 449 450 -(% style="color: rgb(255,102,0);" %)Adaptives Feedback ermöglicht ein individuelles Feedback auf Basis der eingegebenen Lernerantwort. Dem Teilnehmer können so konkrete Lösungs- oder Fehlerhinweise im Bezug zu seiner eingegebenen Lösung gegeben werden. Die Post-Variablen ( Nach Abgabe verarbeitete Variablen ) ermöglichen einen Zugriff auf die Lernerantwort bspw. jeder Lücke. Zusätzlich können die Anzahl der Lösungsversuche oder auch vorangegangene Antworten in das Feedback einbezogen werden. 451 451 452 - (% style="color: rgb(255,102,0);" %)Folgend wirddas Beispiel "Transport",umein einfaches adaptivesFeedback ergänzt. DasFeedbacksoll dem Nutzer einen Hinweis geben, ob seine Antwort kleiner oder größer als die korrekte Lösung war undbei einer falschen Antwort einen Hinweis geben, wie diekorrekte Lösung berechnet wird.447 +{{id name="Example ~"transport~" - Adaptive task feedback"/}} 453 453 454 - 449 +=== Example "transport" - Adaptive task feedback === 455 455 451 +Adaptive feedback allows for individual feedback based on the learners' answers. The participant can, for example, be provided with concrete hints or error messages. Post-variables (post-processed variables) allow access to the learners' responses, e.g. to each gap. Attempts at solutions or even previous answers can also be included in the feedback. 452 + 453 +In the following, the example "transport" will be extended by simple adaptive feedback. Feedback should give the user an indication of whether their answer was less than or greater than the correct solution or hint at how the correct solution can be calculated. 454 + 455 +{{panel titleColor="black" titleBGColor="#FFB266" title="Example ~"transport~" - Adaptive task feedback"}} 456 +{{expand title="Show example ..."}} 456 456 |((( 457 - (% style="color: rgb(255,102,0);" %)[[image:attach:Editor - Angabe von POST-Variablen_de.png]]458 +[[image:attach:Editor - Angabe von POST-Variablen_de.png]] 458 458 )))|((( 459 - (%style="color:rgb(255,102,0);"%)Im erstenSchrittwirdmTab Variablendie (%style="color:rgb(255,102,0);color:rgb(255,102,0)"%)Text-Variable(%style="color:rgb(255,102,0);"%)[[>>doc:Textvariablen]]{div}in einerBedingung,abhängig davonobdie eingegebene Lerneranwortkleineroder größerals die korrekteAntwortist,auf denWert"less"oder"more"gesetzt.460 +In the first step, the __[[text variable>>url:https://www.bps-system.de/help/display/ONYXintern/.Textvariablen+v1.11||shape="rect"]] __{div} in a condition is set to the value "less than" or "greater than" in the tab **//Variables// **, depending on whether the answer given by the learner was less than or greater than the correct answer. 460 460 461 -(% style="color: rgb(255,102,0);" %)Zusätzlich wird sich die Lernerantwort in einer (% style="color: rgb(255, 102, 0); color: rgb(255, 102, 0)" %)Numerische Variable(% style="color: rgb(255,102,0);" %)[[ >>doc:Numerische Variablen]]{answer} gespeichert, um auf diese im Feedback auf einfache Weise zugreifen zu können. 462 - 463 - 462 +In addition, the learner's answer will be stored in a __[[numeric variable >>url:https://www.bps-system.de/help/display/ONYXintern/.Numerische+Variablen+v1.11||shape="rect"]]__{answer} so that it can be easily accessed from within the feedback. 464 464 ))) 465 465 |((( 466 - (% style="color: rgb(255,102,0);" %)[[image:attach:Editor - Post-Variablen im Feedback_de.png]]465 +[[image:attach:Editor - Post-Variablen im Feedback_de.png]] 467 467 )))|((( 468 - (%style="color:rgb(255,102,0);" %)Im zweitenSchritt werdendie konkretenFeedbacktextefür dieAufgabe hinterlegt.DemTeilnehmer solldasFeedback nurangezeigtwerden,wenner die Aufgabefalschbeantwortethat.Hierfürwirdim TabFeedbackdas allgemeineFeedback"Aufgabefalsch beanwortet"genutzt.WeitereInformationenzumAufgabenfeedback erhaltenSie auf derSeite (% style="color: rgb(255, 102, 0); color: rgb(255, 102, 0)" %)Feedback(%style="color: rgb(255,102,0);"%)[[>>doc:Feedback467 +In the second step, concrete task feedback is stored. The participant should see the feedback only if they have submitted an incorrect answer. Therefore, the general feedback **//Answer was wrong// **needs to be selected from the tab **//Feedback// **. For more information about task feedback, refer to the help page __[[Set>>url:https://www.bps-system.de/help/display/ONYXintern/.Feedback+festlegen+v1.11||shape="rect"]] [[feedback>>url:https://www.bps-system.de/help/display/ONYXintern/.Feedback+festlegen+v1.11||shape="rect"]] __. 469 469 470 - (% style="color: rgb(255,102,0);" %)Die individuellenFeedbacktexteund-werte,welcheindenVariablengespeichert wurden,werdendurchAngabedesVariablen-Namens({div}, {answer})in den Feedbacktext eingebunden.469 +Individual feedback and values stored in the variables can be included in other feedback by entering the variable name ({div}, {answer}). 471 471 472 - (% style="color:rgb(255,102,0);" %)Weitere Feedbackblöckekönnenbeispielsweise als individuellesFeedbackhinzugefügtwerden.Für dasBeispielwurdezusätzlich nochein Lösungshinweisals Feedback hinterlegt,welcherunabhängigvonderLernerantwort immerangezeigt wird.ImFeedbackkönnenebenso detaillierteMusterlösungenund-rechnungenangezeigtwerden. FürAufgabenmitZufallsparameterkönnen in dasFeedback hierfür dievorAnzeige berechnetenVariablen eingebundenwerden.471 +Additional feedback blocks can also be added as individual feedback. In the example, a hint was added to the feedback, which is permanently displayed regardless of the learner's answer. Feedback can also contain detailed sample solutions and calculations. For tasks with random parameters, pre-processed variables can be added to the feedback. 473 473 ))) 474 474 |((( 475 - (% style="color: rgb(255,102,0);" %)[[image:attach:Testrun - Feedback mit Post-Variablen_de.png]]474 +[[image:attach:Testrun - Feedback mit Post-Variablen_de.png]] 476 476 )))|((( 477 - (%style="color:rgb(255,102,0);" %)DaieAufgabe Zufallsparameter enthältwerdenfürjedenTestdurchlaufund TeilnehmerandereAufgabenwerteangezeigt.Entsprechendder definiertenInhaltewird dem Teilnehmernunzusätzlichein individuellesFeedback auf Basis seinergegebenenAntwortangezeigt.476 +Since the task contains random parameters, different values will be displayed for each test attempt and participant. According to the defined content, the participant will now additionally be shown individual feedback based on their answer. 478 478 479 - (%style="color:rgb(255,102,0);"%)SiekönnendieZufallsparametereiner Aufgabefür weitereAufgaben-Lösungsversuchbeibehalten oderneuermitteln.WeitereInformationenfindenSieim Abschnitt"Variablenzurücksetzen"aufderSeite(% style="color:rgb(255, 102, 0); color:rgb(255, 102, 0)" %)Test-Optionen festlegen(% style="color: rgb(255,102,0);" %)[[ >>doc:Test-Optionen.478 +You can decide whether you want to retain the random parameters of a task or have them redefined for future attempts. For more information, see the section **//Reset variables// **on the help page __[[Set test options__.__>>url:https://www.bps-system.de/help/display/ONYXintern/.Test-Optionen+festlegen+v1.11||shape="rect"]]__ 480 480 ))) 480 +{{/expand}} 481 +{{/panel}} 481 481 482 -=== (% style="color: rgb(255,102,0);" %)Beispiel "Transport" - Punktabzug pro Lösungsversuch(%%) === 483 483 484 -(% style="color: rgb(255,102,0);" %)Stehen dem Teilnehmer mehrere Lösungsversuche zur Verfügung, kann durch individuelle und aufbauende Lösungshinweise eine Hilfestellung zur Aufgabenbearbeitung gegeben werden. Insbesondere in diesen Szenarien kann es gewünscht sein, dass dem Teilnehmer pro Lösungsversuch Punkte abgezogen werden. Ein Teilnehmer, welcher die Aufgabe ohne Lösungsversuche lost erhält die volle Punktzahl, umso Lösungshinweise mit jedem Versuch benötigt werden, um so weniger Punkte erhält der Teilnehmer. 485 485 486 - (% style="color: rgb(255,102,0);" %)Folgendsoll für das [[(% style="color: rgb(255, 102, 0); color: rgb(255, 102, 0)" %)Beispiel "Transport">>url:https://www.bps-system.de/help/display/ONYXintern/.Variablen+verwenden+v1.12#id-.Variablenverwendenv1.12-Variablenverwenden-Beispiel%22Transport%22-EinsatzvonZufallsparametern||shape="rect"]](%%),einPunktabzug proLösungsversuch mit Hilfe vonVariablen realisiertwerden. Die maximal möglichePunktzahlder Aufgabe wurde dafür auf 10 Punkte erhöht. Pro benötigten Lösungsversuch soll die erreichte Punktzahl,um einen Punkt reduziert werden. Der Punktabzug erfolgtpro Aufgaben-Lösungsversuchinnerhalb eines Testdurchlaufs. Die Anzahl der Testversuche wird nichtberücksichtigt.485 +{{id name="Example ~"transport~" - Points deduction per attempt"/}}\\ 487 487 488 - (% style="color:rgb(255,102,0);" %)Es wird unbedingt empfohlendem Teilnehmer den Punktabzug anzuzeigen. Hierzu werden entsprechende Textbausteineindie Aufgabenstellung und dasFeedback eingebaut.487 +=== Example "transport" - Points deduction per attempt === 489 489 489 +If the participant has several attempts at a solution, individual and successive hints can be provided to help them answer the question. In such scenarios, it may be especially desirable to have points deducted from the participant's total score for each additional attempt. A participant who answers the task correctly at the first attempt receives the full score. The more hints or attempts they need, the fewer points they will obtain. 490 + 491 +For the __[[example "transport">>url:https://www.bps-system.de/help/display/ONYXintern/.Variablen+verwenden+v1.12#id-.Variablenverwendenv1.12-Variablenverwenden-Beispiel"Transport"-EinsatzvonZufallsparametern||shape="rect"]] __, a points deduction for each attempt should be realised using variables. Therefore, the maximum possible score for the task has been increased to 10 points. For each additional attempt, the score should be reduced by one point. In other words, if a task is attempted multiple times within one test run, points will be deducted for each additional attempt. The number of **test attempts** is not considered. It is strongly recommended to make the points deduction visible to the participant. This can be achieved by embedding appropriate text elements into the task and feedback. 492 + 490 490 |((( 491 - (% style="color: rgb(128,0,128);" %)[[image:attach:Editor - Variablen zur Beispielaufgabe_de.png]]494 +[[image:attach:Editor - Variablen zur Beispielaufgabe_de.png]] 492 492 )))|((( 493 -(% style="color: rgb(255,102,0);" %)Zur Umsetzung werden folgende Variablen definiert: 496 +(% class="WordSection1" %) 497 +((( 498 +To perform the points deduction, the following variables need to be defined: 494 494 495 -* (% style="color: rgb(255,102,0);" %)**Die **(% style="color: rgb(255, 102, 0); color: rgb(255, 102, 0)" %)**Numerische Variable **(% style="color: rgb(255,102,0);" %)**[[ >>doc:Numerische Variablen]]{deduction_attempt} speichert der Punktabzug pro Versuch.** (%%) 496 -(% style="color: rgb(255,102,0);" %)Im Beispiel soll die Gesamtpunktzahl um einen Punkt reduziert werden. Daher wird {deduction_attempt} auf den statischen Wert 1 gesetzt. (%%) 497 -(% style="color: rgb(255,102,0);" %)Da es sich um einen statischen Wert handelt, kann dieser als Pre-Variable (Vor Anzeige verarbeitete Variable) angelegt werden. 498 -* (% style="color: rgb(255,102,0);" %)**Die **(% style="color: rgb(255, 102, 0); color: rgb(255, 102, 0)" %)**Numerische Variable **(% style="color: rgb(255,102,0);" %)**[[ >>doc:Numerische Variablen]]{deduction} speichert den aktuellen Punktabzug in Abhängigkeit vom Lösungsversuch.** (%%) 499 -(% style="color: rgb(255,102,0);" %)Der Punktabzug {deduction} berechnet sich als Produkt aus der Anzahl der bisherigen Lösungsversuche (Systemvariable NUMATTEMPTS) und dem Punktabzug pro Versuch {deduction_attempt}. (%%) 500 -(% style="color: rgb(255,102,0);" %)Da es sich um einen pro Lösungsversuch berechneten Wert handelt, muss dieser als Post-Variable (Nach Abgabe verarbeitet Variable) berechnet werden. 500 +* ((( 501 +**The [[numeric variable>>url:https://www.bps-system.de/help/display/ONYXintern/.Numerische+Variablen+v1.11||shape="rect"]] [[url:https://www.bps-system.de/help/display/ONYXintern/.Numerische+Variablen+v1.11||shape="rect"]]{deduction_attempt} stores the points deduction for each attempt.** 501 501 502 -(% style="color: rgb(255,102,0);" %)Zusätzlich muss die Punktzahl der Aufgabe entsprechend des Punktabzugs durch **Setzen der Systemvariable SCORE** neu berechnet und durch den Autor explizit werden. Hierzu wird eine neue Bedingung definiert: Wenn der Punktabzug größer 0 ist, wird die Punktzahl der Aufgabe um den aktuellen Punktabzug minimiert. 503 - 504 -(% style="color: rgb(255,102,0);" %)//Hinweis: Zur Vereinfachung wurden im abgebildeten Screenshot alle Variablen zur Generierung der allgemeinen Aufgaben- und Feedbackinhalte ausgeblendet.// 503 +In this example, the total score should be reduced by one point. Therefore, {deduction_attempt) is set to a static value of 1. Since the value is static, it can be created as a pre-variable (pre-processed variable). 505 505 ))) 506 -|((( 507 -(% style="color: rgb(128,0,128);" %)Hinweis in der Aufgabenstellung: 508 508 509 -(% style="color: rgb(128,0,128);" %)[[image:attach:Editor - Hinweis in der Aufgabenstellung_de.png]] 506 +* ((( 507 +**The [[numeric variable>>url:https://www.bps-system.de/help/display/ONYXintern/.Numerische+Variablen+v1.11||shape="rect"]] [[url:https://www.bps-system.de/help/display/ONYXintern/.Numerische+Variablen+v1.11||shape="rect"]]{deduction} stores the current points deduction depending on the attempt.** 510 510 511 -(% style="color: rgb(128,0,128);" %)Hinweis als individuelles Feedback: 509 +The points deduction {deduction} is calculated as the product of the number of attempts (system variable NUMATTEMPTS) and the deduction of points per attempt {deduction_attempt}. Since this value is computed per attempt, it must be calculated as a post-variable (post-processed variable). 510 +))) 512 512 513 -(% style="color: rgb(128,0,128);" %)[[image:attach:Editor - Hinweis als individuelles Feedback_de.png]] 514 -)))|((( 515 -(% style="color: rgb(255,102,0);" %) 512 +In addition, the score of the task must be recalculated according to the points deducted by **setting the system variable SCORE** and verified by the author. This includes the definition of a new condition: If the points deduction is greater than 0, the score of the task is reduced by the respective value. 516 516 514 +//Note: For the sake of simplicity, all of the variables for generating general task and feedback content have been hidden in the screenshot.// 515 +))) 516 +))) 517 +|(% colspan="1" %)(% colspan="1" %) 518 +((( 519 +Note within the task: 517 517 518 - (%style="color: rgb(255,102,0);" %)Umdem Lerner den Punktabzugkenntlich zu machen, wirdzumeinenin die Aufgabenstellungein genereller Hinweis zum Punktabzug eingefügt undzum anderenwird als Feedback ein individueller Hinweis eingebunden, wenn ein Punktabzug erfolgt ist.521 + [[image:attach:Editor - Hinweis in der Aufgabenstellung_de.png]] 519 519 520 - 523 +Note as individual feedback: 521 521 522 - 525 +[[image:attach:Editor - Hinweis als individuelles Feedback_de.png]] 526 +)))|(% colspan="1" %)(% colspan="1" %) 527 +((( 528 +A general note will be included in the task to make the learner aware of the fact that points may be deducted, and an individual note will be displayed as a feedback message immediately after the deduction. 523 523 524 - 525 - 526 526 {{note}} 527 - (% style="color: rgb(255,102,0);" %)//Hinweis:BittebeachtenSie,dasseinPunktabzugimFolgeversuchdazuführt,dassdieAufgabe nicht mehr alsvollständigrichtiggewertetwird, da diemaximalePunktzahlnichterreicht wurde.Dieshat AuswirkungenaufdieAnzeigederrreichtenPunkte(farblicheKennzeichnung),sowiedie Symbolik derRichtig/Falsch-Auswertung.Ebensobetroffenist das allgemeineAufgaben-Feedback, welchesauf Basisder BedingungobderTeilnehmerdiemaximale PunktzahlderAufgabe erreicht hat,gesteuertwird.DurchNutzungdesindividuellenFeedbackskann dieLogikzurAnzeigeder Feedbackinhalte individuell andie Aufgabeangepasstwerden.//531 +//Please note that if there has been a points deduction, the follow-up attempt can no longer be considered as completely correct because the maximum score can no longer be achieved. This also affects the presentation of the points achieved (colour marking), the correct/incorrect marking, and the general task feedback, which depends on the condition whether or not the participant has reached the maximum score. By using individual feedback, the logic for displaying feedback content can be individually adapted to the task.// 528 528 {{/note}} 529 - 530 - 531 - 532 - 533 - 534 - 535 535 ))) 536 536 |((( 537 537 [[image:attach:Testrun - Beispielaufgabe in unterschiedlichen Versuchen_de.png]] 538 538 )))|((( 539 - (% style="color:rgb(255,102,0);"%)Entsprechendder Anzahl derwendigenLösungsversuchewerdennunPunkteabgezogen.537 +Points will now be negated according to the number of attempts needed. 540 540 539 +* Participants who enter the correct answer at the first attempt receive the full score. 540 +* Participants who enter the correct answer in a follow-up attempt receive partial points. Through appropriate feedback, these participants can be given individual hints at the solution to encourage them to continue processing the task on their own. 541 +))) 541 541 542 -* (% style="color: rgb(255,102,0);" %)Teilnehmer, welche im ersten Lösungsversuch die richtige Antwort eingeben, erhalten die volle Punktzahl. 543 -* (% style="color: rgb(255,102,0);" %)Teilnehmer, welche in einem der Folgeversuche die richtige Antwort eingeben, erhalten Teilpunkte. Durch entsprechendes Feedback können diesen Teilnehmern individuelle Lösungshinweise und damit Unterstützung zur eigenständigen Weiterbearbeitung der Aufgabe gegeben werden. 544 544 545 -))) 546 546 547 - ===(% style="color: rgb(255,102,0);" %)Beispiel "Transport" -Wertungdermaximalerreichten Punktzahl(%%) ===545 +{{id name="Example ~"transport~" - Assessment of the maximum score"/}}\\ 548 548 549 - (% style="color:rgb(128, 0, 128); color: rgb(255, 102, 0)" %)Werden mehrere Lösungsversuche pro Aufgabe angeboten, kann es dazu kommen, dass ein Teilnehmerin Folgeversuchen weniger Punkte erreicht,als er bereits für einen vorangegangenen Versuch erhalten hat. Wenn gewünscht, kann sich die maximal erreichte Punktzahl über alle Antwortversuche gemerkt und für die Wertung genutzt werden.(% style="color:rgb(128,0,128);"%) (%style="color: rgb(128, 0, 128); color: rgb(128, 0, 128); color: rgb(255, 102, 0)" %)Der Teilnehmersolltedurch Hinweise entsprechend informiertwerden und sowohldie Wertung des aktuellen Versuchs, als auch die maximale Wertung über alle Versuche angezeigt bekommen(%style="color:rgb(128, 0, 128); color: rgb(128, 0, 128)" %).547 +=== Example "transport" - Assessment of the maximum score === 550 550 551 - (%style="color: rgb(128, 0, 128); color:rgb(128,0, 128); color:rgb(255, 0, 255)" %)Folgendwirdfür das[[(% style="color:rgb(128,0, 128); color: rgb(128,0,128);color:rgb(255,0,255); color: rgb(255, 0, 255)" %)Beispiel"Transport"(%style="color:rgb(128,0,128); color:rgb(128,0,128); color: rgb(255, 0, 255)" %) >>url:https://www.bps-system.de/help/display/ONYXintern/.Variablen+verwenden+v1.12#id-.Variablenverwendenv1.12-Variablenverwenden-Beispiel%22Transport%22-EinsatzvonZufallsparametern||shape="rect"]](%%),erläutertwie dieWertungdermaximalerreichtenPunktzahlrealisiert werdenkann.(%style="color:rgb(128, 0, 128);color:rgb(128,0, 128)" %)549 +If several attempts are possible per task, it might be the case that a participant will not score as many points in a follow-up attempt as was already scored before. If desired, the highest score achieved can be remembered and eventually used for the assessment. The participant should be informed accordingly through notes and be shown the scoring of the current attempt as well as the maximum score achieved for all attempts. 552 552 551 +In the following, the __[[example "transport">>url:https://www.bps-system.de/help/display/ONYXintern/.Variablen+verwenden+v1.12#id-.Variablenverwendenv1.12-Variablenverwenden-Beispiel"Transport"-EinsatzvonZufallsparametern||shape="rect"]] __will help to explain how the assessment of the maximum score can be enabled. 553 553 554 554 |((( 555 - (% style="color: rgb(128,0,128);" %)[[image:attach:Editor - Beispiel mehrere Versuche_de.png]]554 +[[image:attach:Editor - Beispiel mehrere Versuche_de.png]] 556 556 )))|((( 557 -(% style="color: rgb(255,0,255);" %)Zur Umsetzung werden folgende Variablen definiert. Die gesamte Umsetzung erfolgt durch Post-Variablen ([[ (% style="color: rgb(255, 0, 255); color: rgb(255, 0, 255)" %)Nach Abgabe verarbeitete Variablen >>url:https://www.bps-system.de/help/display/ONYXintern/.Variablen+verwenden+v1.12#id-.Variablenverwendenv1.12-Variablenverwenden-NachAbgabeverarbeiteteVariablen||shape="rect"]](%%)), da u.a. auf die Wertung des aktuellen Lösungsversuches zugegriffen wird.(%%) 558 -(% style="color: rgb(255,0,255);" %)//Hinweis: Zur Vereinfachung wurden im abgebildeten Screenshot alle anderen Variablen zur Generierung der Aufgaben- und Feedbackinhalte ausgeblendet.// 556 +To do this, the following variables need to be defined. 559 559 560 - (%style="color:rgb(255,102,0);"%)558 +The entire implementation is done using post-variables ( [[post-processed variables>>url:https://www.bps-system.de/help/display/ONYXintern/.Variablen+verwenden+v1.12#id-.Variablenverwendenv1.12-Variablenverwenden-NachAbgabeverarbeiteteVariablen||shape="rect"]] ), since, among other things, the score of the current attempt will be accessed. 561 561 562 -* (% style="color: rgb(255,0,255);" %)**Die [[(% style="color: rgb(255, 0, 255); color: rgb(255, 0, 255)" %)Numerische Variable >>url:https://www.bps-system.de/help/display/ONYXintern/.Numerische+Variablen+v1.11||shape="rect"]](%%){best_score} speichert die maximal erreichte Punktzahl über alle Aufgabenversuche.** (%%) 563 -(% style="color: rgb(255,0,255);" %)Die Variable {best_score} wird ohne Wertsetzung initialisiert und später durch eine Bedingung gesteuert:(%%)\\ 564 -** (% style="color: rgb(255,0,255);" %)Beim **ersten Lösungsversuch**, ist {best_score} noch nicht initialisiert (NULL) und wird auf die aktuelle Punktzahl {current_score} gesetzt. (%%) 565 -(% style="color: rgb(255,0,255);" %)Bedingung~:// IF best_score = NULL THEN best_score = Wert: current_score// 566 -** (% style="color: rgb(255,0,255);" %)Für jeden** folgenden Lösungsversuch** wird geprüft, ob die aktuell erreichte Punktzahl {current_score} größer als die maximal erreichte Punktzahl {best_score} ist und nur in diesem Fall angepasst.(%%) 567 -(% style="color: rgb(255, 0, 255); color: rgb(255, 0, 255)" %)Bedingung:(% style="color: rgb(255,0,255);" %) //IF current_score > best_score THEN best_score = Wert: current_score// 560 +(% style="font-size: 10.5pt;line-height: 107.0%;" %)Note: For the sake of simplicity, all of other variables for generating task and feedback content have been hidden in the screenshot. 568 568 569 -(% style="color: rgb(255,102,0);" %) 570 - 571 -* (% style="color: rgb(255,0,255);" %)**Die [[(% style="color: rgb(255, 0, 255); color: rgb(255, 0, 255)" %)Numerische Variable >>url:https://www.bps-system.de/help/display/ONYXintern/.Numerische+Variablen+v1.11||shape="rect"]](%%){current_score} speichert die aktuell erreichte Punktzahl für den aktuellen Aufgabenversuch.** (%%) 572 -(% style="color: rgb(255,0,255);" %)Die aktuelle Punktzahl kann durch die Systemvariable SCORE ausgelesen werden. Da dieser Wert durch den Autor manuell verändert wird, soll der Wert in einer Variable zwischengespeichert werden. Dies ermöglicht in jedem Fall einen Zugriff auf die aktuell erreichte Punktzahl und beispielsweise die Ausgabe dieses Wertes in Hinweis- und Feedbacktexten. 573 -** (% style="color: rgb(255,0,255);" %)Die Variable {current_score} wird mit jedem Versuch auf den Wert der Systemvariable SCORE gesetzt.(%%) 574 -(% style="color: rgb(255, 0, 255); color: rgb(255, 0, 255)" %)Bedingung:(% style="color: rgb(255,0,255);" %)// IF best_score = NULL THEN best_score = Wert: current_sco re// 575 - 576 -(% style="color: rgb(255,102,0);" %) 577 - 578 -* (% style="color: rgb(255,0,255);" %)**Die [[(% style="color: rgb(255, 0, 255); color: rgb(255, 0, 255)" %)Numerische Variable >>url:https://www.bps-system.de/help/display/ONYXintern/.Numerische+Variablen+v1.11||shape="rect"]](%%){best_score_is_used} speichert, ob die Aufgabenbewertung manuell geändert wurde 579 -**Für das Beispiel soll dem Teilnehmer ein zusätzlicher Hinweis zur Bewertung angezeigt werden, wenn statt der aktuell erreichten Punktzahl die maximale Punktzahl für die Aufgabenbewertung genutzt wurde. Hierfür wird die Hilfsvariable {best_score_is_used} verwendet, welche auf den Wert 1 gesetzt wird, wenn die Aufgabenbewertung manuell geändert wurde.(%%)\\ 580 -** (% style="color: rgb(255,0,255);" %)Die Variable(% class="confluence-link" title="Numerische Variablen" %) {best_score_is_used} (%%)wird auf den Wert 1 gesetzt, wenn die aktuellen Punkte kleiner der bisher maximal erreichten Punkte sind, ansonsten erhält die Variable den Wert 0.(%%) 581 -(% style="color: rgb(255, 0, 255); color: rgb(255, 0, 255)" %)Bedingung:(% style="color: rgb(255,0,255);" %)// IF// //best_score > current_score THEN best_score_is_used = Wert: 1 ELSE best_score_is_used = Wert: 0 582 -// 583 - 584 -(% style="color: rgb(255,102,0);" %)// 585 -// 562 +* **The [[numeric variable >>url:https://www.bps-system.de/help/display/ONYXintern/.Numerische+Variablen+v1.11||shape="rect"]]{best_score} stores the highest score achieved in multiple attempts. ** 563 +The variable {best_score} is initialised without a value and later controlled by a condition: 564 +** At the **first attempt** (% style="text-indent: -18.0pt;" %),(%%) {best_score} is not yet initialised (NULL) and will be set to the current score {current_score}. Condition: IF best_score = (% style="font-size: 10.5pt;" %)//NULL THEN best_score = value: current_score// 565 +** Each **successive attempt** is checked to see whether the score achieved {current_score} is greater than the present maximum score {best_score}, in which case the latter will be adjusted accordingly. Condition: IF current_score > best_score THEN best_score = value: current_score 566 +* **The [[numeric variable >>url:https://www.bps-system.de/help/display/ONYXintern/.Numerische+Variablen+v1.11||shape="rect"]]{current_score} stores the current score for the current attempt.** ** 567 +**The current score can be read out using the system variable SCORE. As this value is changed manually by the author, it should be temporarily stored in a variable. This guarantees access to the current score and, for example, the output of this value in notes and feedback. 568 +** With each attempt, the variable** **{current_score} is set to the value of the system variable SCORE. Condition: IF best_score = NULL THEN best_score = value: current_score** 569 +** 570 +* **The [[numeric variable>>url:https://www.bps-system.de/help/display/ONYXintern/.Numerische+Variablen+v1.11||shape="rect"]] {best_score_is_used} stores whether the task assessment was changed manually.** 571 +In the example, the participant should be shown an additional note if the best score is used for assessment instead of the current score. Therefore, the auxiliary variable {best_score_is_used} is applied, which will be set to the value 1 if the task assessment was changed manually.** 572 +** 573 +** The variable {best_score_is_used} is set to the value 1 if the current score is less than the highest score, which has been achieved so far. Otherwise, the variable is given the value 0. Condition: IF best_score > current_score THEN best_score_is_used = value: 1 ELSE best_score_is_used = value: 0 586 586 ))) 587 587 |((( 588 - (% style="color:rgb(128,0,128);" %)HinweisinderAufgabenstellung:576 +Note within the task: 589 589 590 - (% style="color: rgb(128,0,128);" %)[[image:attach:Editor - Hinweis zur Wertung in Aufgabenstellung_de.png]]578 +[[image:attach:Editor - Hinweis zur Wertung in Aufgabenstellung_de.png]] 591 591 )))|((( 592 - (%style="color:rgb(255,102, 0); color:rgb(255, 0, 255)" %)Um demLernerdasaktuelle Wertungsverfahrenzuerläutern,wirdzumeinenindieAufgabenstellung eingenerellerHinweiszur Bewertungeingefügt.Zumanderensoll ein individuellesFeedback angezeigtwerden,wenn die Aufgabenbewertung manuellgeändertund auf diemaximalePunktzahlgesetztwurde.580 +In order to let the learners know which assessment procedure will be applied, a general note is included with the task. This note will be accompanied by some individual feedback information if the task assessment has been changed manually and the best score option has been configured. 593 593 ))) 594 594 |(% colspan="1" %)(% colspan="1" %) 595 595 ((( 596 - (% style="color:rgb(128,0,128);" %)Hinweisals individuellesFeedback:584 +Note as individual feedback: 597 597 598 598 [[image:attach:Editor - Hinweis zur Wertung als individuelles Feedback_de.png]] 599 599 )))|(% colspan="1" %)(% colspan="1" %) 600 600 ((( 601 -(% style="color: rgb(255, 102, 0); color: rgb(255, 0, 255)" %)Zur Feedback-Steuerung wird auf die Hilfsvariable {best_score_is_used} zugegriffen und in Abhängigkeit von deren Wert (0 oder 1) ein individuelles Feedback für den Teilnehmer angezeigt. Das Feedback enthält einen Hinweis zur aktuellen Punktzahl {current_score}, sowie zur maximal erreichten {max_score}. Zusätzlich wird die Systemvariable MAXSCORE genutzt, um die maximal mögliche Punktzahl in den Hinweistext zu integrieren.(% style="color: rgb(255,102,0);" %) 602 -\\ 589 +Feedback can be controlled using the auxiliary variable {best_score_is_used}, which displays individual feedback to the participant depending on whether its value is 0 or 1. It includes a reference to the current score {current_score} as well as to the maximum score {max_score} achieved so far. In addition, the system variable MAXSCORE is used to embed the maximum possible score in the note. 603 603 ))) 604 604 |((( 605 605 [[image:attach:Testrun - Beispielaufgabe Wertung in unterschiedlichen Versuchen_de.png]] ... ... @@ -606,31 +606,26 @@ 606 606 607 607 608 608 )))|((( 609 - (%style="color:rgb(255,0,255);" %)Sollte der Teilnehmer nunin einem FolgeversuchwenigerPunkte erreichen,alserbereitsineinemvorangegangenenVersucherhalten hat,wirdimmerdiemaximalePunktzahlgewertet. ImabgebildetenBeispiel istdieÜbungsaufgabe sokonfiguriert,dassmitjedem Versuchneue Aufgabenwertegesetztwerden.DerTeilnehmerhatdieAufgabeim zweiten Versuchbereitsrichtiggelöstunddie vollePunktzahlerhalten.Im drittenVersucherhält derTeilnehmerdaher trotzfalscherAntwortfürdie gesamteAufgabedie volle Punktzahl.Zusätzlich wird demTeilnehmerim Feedback angezeigt,dasserfür denaktuellenVersuch0 Punkteerhaltenhat, aberdiebishermaximalerreichtePunktzahlvon10Punktengewertetwird.596 +If the participant receives a lower score in a test attempt than in a previous attempt, the best score will be the one counted. In the example given, the exercise is configured in such a way that different values will be displayed for each test attempt. The participant has already solved the task at the second attempt and received the full score. Therefore, the participant obtains the full score for the task despite giving an incorrect answer. The feedback displayed to the participant also indicates that they have received 0 points for the current attempt, but that their best score of 10 points will be assessed. 610 610 611 - (%style="color:rgb(255,0,255);" %) DieseAufgabenbeispielistmitdenvoranbeschriebenenAnwendungsszenarien kombinierbar:598 +This example can be combined with the application scenarios described above: 612 612 613 -* (% style="color: rgb(255,102,0);" %) (% style="color: rgb(255,0,255);" %)[[(% style="color: rgb(255, 0, 255); color: rgb(255, 0, 255)" %)Beispiel "Transport" - Einsatz von Zufallsparametern>>url:https://www.bps-system.de/help/display/ONYXintern/.Variablen+verwenden+v1.12#id-.Variablenverwendenv1.12-Variablenverwenden-Beispiel%22Transport%22-EinsatzvonZufallsparametern||shape="rect"]] 614 -* (% style="color: rgb(255, 0, 255); color: rgb(255, 0, 255)" %)Beispiel "Transport" - Adaptives Aufgabenfeedback 615 -* (% style="color: rgb(255,0,255);" %)[[(% style="color: rgb(255, 0, 255); color: rgb(255, 0, 255)" %)Beispiel "Transport" - Punktabzug pro Lösungsversuch>>url:https://www.bps-system.de/help/display/ONYXintern/.Variablen+verwenden+v1.12#id-.Variablenverwendenv1.12-Variablenverwenden-Beispiel%22Transport%22-WertungdermaximalerreichtenPunktzahl||shape="rect"]] 616 - 617 -(% style="color: rgb(255,102,0);" %) 618 - 600 +* Example "transport" – Use of random parameters 601 +* Example "transport" – Adaptive task feedback 602 +* Example "transport" – Points deduction per attempt 619 619 ))) 620 620 621 621 == Definition of a variable == 622 622 623 -Click on **//Add new variable// **in the **tab Variables** to define a new variable. The new variable is immediately added and displayed in the overview table. Below the table, an edit window opens for the new variable.607 +Click on **//Add new variable// **in the tab// **Variables** //to define a new variable. The new variable is immediately added and displayed in the overview table. Below the table, an edit window opens for the new variable. 624 624 625 625 [[image:attach:Editor - Definition einer Variable_de.png]] 626 626 627 - 628 - 629 629 Assign a **unique variable name **for your variable. The variable name serves as an identifier and allows you to **use the variable in the task text**. Please make sure that the variable name does not contain any umlauts, special characters, and spaces. The input is case sensitive. If a variable is defined with the name "a", it can be accessed via the placeholder {a}. 630 630 631 631 Select the **Variable type**. The following variable types are available: 632 632 633 -* [[Numeric alvariables>>url:https://www.bps-system.de/help/display/ONYXintern/.Numerische+Variablen+v1.11||shape="rect"]]:615 +* [[Numeric variables>>url:https://www.bps-system.de/help/display/ONYXintern/.Numerische+Variablen+v1.11||shape="rect"]]: 634 634 ** Integer 635 635 ** Floating-point number 636 636 * [[Text variables>>url:https://www.bps-system.de/help/display/ONYXintern/.Textvariablen+v1.11||shape="rect"]] ... ... @@ -647,7 +647,7 @@ 647 647 648 648 == Use of variables == 649 649 650 -Defined variables can be inserted into** task and answer text s**632 +Defined variables can be inserted into** task and answer text** by **specifying the variable name**. **Direct integration into LaTeX-formulas **is** **also possible. The defined variable name must be enclosed in braces. ONYX automatically detects if there is a variable declaration with the appropriate name. If an identifier is used which is not defined, it will be ignored and output as text. 651 651 652 652 In the example, the variables {VAR1}, {VAR2}, and {VAR3} were declared: 653 653 ... ... @@ -655,7 +655,7 @@ 655 655 656 656 == Definition of a condition == 657 657 658 -In the **tab Variables**, you can also use conditions. A condition allows you **to set the value of a variable, depending on other variable values**.640 +In the tab// **Variables** //, you can also use conditions. A condition allows you **to set the value of a variable, depending on other variable values**. 659 659 660 660 Click on **//Add new condition// **to define a new condition. The new condition is immediately added and displayed in the overview table. Below the table, an edit window opens for the new condition. 661 661 ... ... @@ -667,23 +667,14 @@ 667 667 668 668 Please note: A variable that is used within a condition must be initialised before the condition. The variable which is used in the condition or statement must be added as a single variable before the condition can be added. If the value of a variable is set within one or more conditions, it will be unnecessary to set a value for the variable itself. Select the empty entry from the value selection list. 669 669 670 -You can add any number of alternative conditions (ELSE IF - branches). Different variables can be set in the conditions. In the simple mode, only one variable can be set per condition. For more complex rules, you can switch to the **expert mode**. A more detailed description can be found in the help pages of the expert mode.652 +You can add any number of alternative conditions (ELSE IF - branches). Different variables can be set in the conditions. In the simple mode, only one variable can be set per condition. For more complex rules, you can switch to the **expert mode**. A more detailed description can be found in the help pages for the expert mode. 671 671 672 - (%style="color:rgb(255,102,0);"%)654 +== Expert mode (IMS QTI) == 673 673 674 -(% style="color: rgb(255,102,0);" %) 675 - 676 676 The variable representation in the test and task content is based on the principle of template declaration and the template processing of the [[IMS QTI 2.1 specification>>url:http://www.imsglobal.org/question/||shape="rect"]]. The template processing of IMS QTI 2.1 offers far more possibilities for setting variables, in particular by the nesting of logical expressions and conditions. The description entered in the expert mode is directly transferred into the XML of the task as a single template processing expression. 677 677 678 -(% style="color: rgb(255,102,0);" %) 679 - 680 680 [[image:attach:Editor - Variable im Expertenmodus_de.jpg]] 681 681 682 -(% style="color: rgb(255,102,0);" %) 683 - 684 - 685 - 686 - 687 687 Please note that after changing the description in the expert mode, there is no way to return to the simple mode. 688 688 689 689 For further information on the XML definition of the template processing, please refer to the section [[IMS QTI 2.1>>url:http://www.imsglobal.org/question/||shape="rect"]] [[specification>>url:http://www.imsglobal.org/question/||shape="rect"]]. The ONYX Testsuite already supports a wide set of IMS QTI expressions and possibilities. A detailed check to ensure correct functioning of the task template is nevertheless recommended when using the expert mode. ... ... @@ -690,7 +690,7 @@ 690 690 691 691 == View variable assignment == 692 692 693 -When testing your test content, you can view the variable assignment in the [[preview>>url:https://www.bps-system.de/help/display/ONYXintern/.Inhalte+ansehen+v1.11||shape="rect"]] at any time. The detail edinformationisalso available to the supervisor or assessor in the [[Results views>>url:https://www.bps-system.de/help/display/ONYXintern/.Ergebniseinsicht+v1.11||shape="rect"]]. In addition to the variable assignment, information on the MAXIMA tasks andpossible system errors are displayed.666 +When testing your test content, you can view the variable assignment in the [[preview>>url:https://www.bps-system.de/help/display/ONYXintern/.Inhalte+ansehen+v1.11||shape="rect"]] at any time. These details are also available to the supervisor or assessor in the [[Results views>>url:https://www.bps-system.de/help/display/ONYXintern/.Ergebniseinsicht+v1.11||shape="rect"]]. In addition to the variable assignment, information on the MAXIMA tasks as well as possible system errors are displayed. 694 694 695 695 For more detailed information, please refer to the following help sections: 696 696 ... ... @@ -697,12 +697,6 @@ 697 697 * [[View variable assignment>>url:https://www.bps-system.de/help/display/ONYX/Ergebniseinsicht#Ergebniseinsicht-Variablen-BelegungeinsehenVariablen-Belegung||shape="rect"]] 698 698 * [[View MAXIMA output>>url:https://www.bps-system.de/help/display/ONYX/Ergebniseinsicht#Ergebniseinsicht-MAXIMA-AusgabeneinsehenMAXIMA-Ausgaben||shape="rect"]] 699 699 * [[Display of system errors>>url:https://www.bps-system.de/help/display/ONYX/Ergebniseinsicht#Ergebniseinsicht-AnzeigevonSystemfehlern||shape="rect"]] 700 - 701 - 702 - 703 - 704 - 705 - 706 706 {{/layout-cell}} 707 707 {{/layout-section}} 708 708 {{/layout}}
- Confluence.Code.ConfluencePageClass[0]
-
- id
-
... ... @@ -1,1 +1,1 @@ 1 -20 10645061 +209977400 - url
-
... ... @@ -1,1 +1,1 @@ 1 -https://www.bps-system.de/help/display/SOV/wiki/spaces/ONYX/pages/20 1064506/Variablen verwenden1 +https://www.bps-system.de/help/display/SOV/wiki/spaces/ONYX/pages/209977400/Variablen verwenden