How JSXGraph Objects can be used - Examples
                  Last modified by Anna Paul-Hasenfuss on 17.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 objectsThis 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.  | 
  | 
Example: “Intersection x-axis” - How to use learner responses with JSXGraph objectsIn 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.  | 
  | 
Example: “Intersection x-axis II” - How to evaluate learner responses with JSXGraph objectsThis 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.  | 
 
  | 


