Last modified by Anna Paul-Hasenfuss on 17.05.2025

From version 3.1
edited by Anna Paul-Hasenfuss
on 10.05.2025
Change comment: There is no comment for this version
To version 8.1
edited by Anna Paul-Hasenfuss
on 17.05.2025
Change comment: There is no comment for this version

Summary

Details

Page properties
Title
... ... @@ -1,1 +1,1 @@
1 -Integrate JSXGraph Objects
1 +Integrating JSXGraph Objects
Content
... ... @@ -32,7 +32,7 @@
32 32  
33 33  (% id="cke_bm_34921S" style="display:none" %)
34 34  
35 -To do this, open the task or test in which you want to add a JSXGraph object and click on the [[image:Icon_JSX.png]] icon in the header of the HTML editor.
35 +To do this, open the task or test in which you want to add a JSXGraph object and click on [[image:Icon_JSX.png]] in the header of the HTML editor.
36 36  
37 37  [[image:Editor - JSX im Tiny_de.png||data-xwiki-image-style="img-screen" data-xwiki-image-style-border="true" width="500"]]
38 38  
... ... @@ -57,18 +57,17 @@
57 57  
58 58  === How to transfer variable values to JSXGraph objects ===
59 59  
60 -Onyx variables can be passed to JSXGraph objects. You can do this by using the variable name in the JavaScript code of the JSXGraph object. The [[Task example - Points in a coordinate system>>doc:ONYX.Erstellung von Testinhalten.Aufgaben.Medien einbinden.JSXGraph Objekte nutzen.Beispiele zur Nutzung von JSX-Graph Objekten.Beispiel Punkte im Koordinatensystem.WebHome]] shows a simple way to do this.
60 +Onyx variables can be passed to JSXGraph objects. You can do this by using the variable name in the JavaScript code of the JSXGraph object. The task example[[ JSXGraph Example: Points in a coordinate system>>doc:ONYX.Erstellung von Testinhalten.Aufgaben.Medien einbinden.JSXGraph Objekte nutzen.Beispiele zur Nutzung von JSX-Graph Objekten.Beispiel Punkte im Koordinatensystem.WebHome]] shows a simple way to do this.
61 61  
62 62  [[image:ONYX.Erstellung von Testinhalten.Aufgaben.Medien einbinden.JSXGraph Objekte nutzen.Beispiele zur Nutzung von JSX-Graph Objekten.Beispiel Punkte im Koordinatensystem.WebHome@Editor - Variablenwerte im JSXCode_de.png||data-xwiki-image-style="img-screen" data-xwiki-image-style-border="true" height="263" width="800"]]
63 63  
64 64  === How to use learner responses with JSXGraph objects ===
65 65  
66 -You can also use JSXGraph objects to display learner responses in object gaps or to evaluate user actions in the JSXGraph object, such as marking a point, as learner responses to a gap. Instructions for the implementation can be found in the following examples [[Task example: Intersection x-axis>>doc:ONYX.Erstellung von Testinhalten.Aufgaben.Medien einbinden.JSXGraph Objekte nutzen.Beispiele zur Nutzung von JSX-Graph Objekten.Beispielaufgabe Schnittpunkt x-Achse.WebHome]] and [[Example task: Intersection x-axis II>>doc:ONYX.Erstellung von Testinhalten.Aufgaben.Medien einbinden.JSXGraph Objekte nutzen.Beispiele zur Nutzung von JSX-Graph Objekten.Beispielaufgabe Schnittpunkt x-Achse II.WebHome]]
66 +You can also use JSXGraph objects to display learner responses in object gaps or to evaluate user actions in the JSXGraph object, such as marking a point, as learner responses to a gap. Instructions for the implementation can be found in the following task examples: [[JSXGraph Example: Intersection x-axis>>doc:ONYX.Erstellung von Testinhalten.Aufgaben.Medien einbinden.JSXGraph Objekte nutzen.Beispiele zur Nutzung von JSX-Graph Objekten.Beispielaufgabe Schnittpunkt x-Achse.WebHome]] and [[JSXGraph Example: Intersection x-axis II>>doc:ONYX.Erstellung von Testinhalten.Aufgaben.Medien einbinden.JSXGraph Objekte nutzen.Beispiele zur Nutzung von JSX-Graph Objekten.Beispielaufgabe Schnittpunkt x-Achse II.WebHome]].
67 67  
68 68  [[image:Editor - Lücke in JSXCode_de.png||data-xwiki-image-style="img-screen" data-xwiki-image-style-border="true" height="250" width="537"]] [[image:Editor - JSX an Lücke_de.png||data-xwiki-image-style="img-screen" data-xwiki-image-style-border="true" height="250" width="391"]]
69 69  
70 70  
71 -
72 72  == JSXGraph object preview ==
73 73  
74 74  A detailed preview with all possible additional media content is available by opening the preview of the created task or test.
... ... @@ -78,12 +78,12 @@
78 78  
79 79  You can edit an already integrated JSXGraph object as follows:
80 80  
81 -Open the relevant task in the editor. Now click on the[[image:Icon_JSX.png]] icon for the JSXGraph object in the editor field and then select the [[image:Icon_JSX.png]]button in the editing options.
80 +Open the relevant task in the editor. Now, click on the[[image:Icon_JSX.png]] icon for the JSXGraph object in the editor field, and then select [[image:Icon_JSX.png]]in the editing options.
82 82  
83 83  
84 84  [[image:Editor - JSX Objekt bearbeiten_de.png||data-xwiki-image-style="img-screen" data-xwiki-image-style-border="true" width="500"]]
85 85  
86 -This opens the "Edit JSX" dialogue for you to make your adjustments. Click on "Finish" to save and apply the changes.
85 +This opens the "Edit JSX" dialogue to make your adjustments. Click on "Finish" to save and apply the changes.
87 87  
88 88  
89 89