From 0e57e692b735f83f48deade58c53491fab1b0d92 Mon Sep 17 00:00:00 2001 From: Mat-Ge <128398586+Mat-Ge@users.noreply.github.com> Date: Tue, 2 Jan 2024 15:16:35 +0100 Subject: [PATCH] Update GeoGebra.md --- doc/en/Authoring/GeoGebra.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/en/Authoring/GeoGebra.md b/doc/en/Authoring/GeoGebra.md index 5965ae113..323300ff0 100644 --- a/doc/en/Authoring/GeoGebra.md +++ b/doc/en/Authoring/GeoGebra.md @@ -126,7 +126,7 @@ Recall that since the object in `watch="A"` is written in upper case it must be Then complete the question as follows. -1. The question expects an in input `A`. In this input, make the model answer `ta1`. This is a list, and has a different name from the watched point.. +1. The question expects an input `A`. In this input, make the model answer `ta1`. This is a list, and has a different name from the watched point.. 2. Make sure you set "forbid floats" option in the input to be false, if you want to! 3. Complete the default potential response tree `prt1` as `ATAlgEquiv(ntupleify(A), ntupleify(ta1))` -- GitLab