How JSXGraph Objects can be used

Last modified by Anna Paul-Hasenfuss on 10.05.2025

This section presents some application examples for JSXGraph objects. It explains the implementation step by step and provides illustrations.

Example: “Points in a coordinate system” - How to transfer variable values to JSXGraph objects

This example shows how values of task variables can be passed to a JSXGraph object. Here, the value is used to display a point in the coordinate system.

 Open example

Beispiel1 Vorschau der Aufgabe_de.png

Example:  “Intersection x-axis” - How to use learner responses with JSXGraph objects

In this example, the user response to a gap is transferred to the JSXGraph object. The calculated solution of the zero entered by the user in the gap is displayed as a dot in the graph.

Open example

Beispiel2 - Vorschau der Aufgabe_de.png

Example:  “Intersection x-axis II” - How to evaluate learner responses with JSXGraph objects

This extended example shows the evaluation of a user action in the JSX object and transfer to an ONYX gap. The learner has to mark a point in the graphic, which can then be transferred to a gap to be evaluated.

Open example

 

Beispiel3 - Vorschau der Aufgabe_de.png