... |
... |
@@ -100,7 +100,7 @@ Here is just an overview of the types: |
100 |
100 |
For question which are solved by interacting with a visualization, there are the answer types |
101 |
101 |
* `\type{graphics.number}`, |
102 |
102 |
* `\type{graphics.function}` and |
103 |
|
-* at the moment only for CindyJS visualizations: `\type{graphics.matrix}`. |
|
103 |
+* `\type{graphics.matrix}`. |
104 |
104 |
|
105 |
105 |
For more details for JSXGraph visualizations, see the explanation on [JSXGraph visualizations](JSX-Visualizations.md) and in particular [this section](JSX-Visualizations.md#passing-values-of-variables-to-the-problem-as-answers). |
106 |
106 |
For more details for CindyJS visualizations, see the explanation on [CindyJS visualizations](CindyJS) and in particular [this section](CindyJS#passing-values-to-the-problem-as-answers). |
107 |
107 |
|