How JSXGraph Objects can be used
This section presents various application examples for the use of JSX graph objects. It explains the implementation step by step and provides information on the 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.  | 
 
  | 


