-
Notifications
You must be signed in to change notification settings - Fork 149
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
continental comma with JSXG #1070
Comments
Well, there are many things in play here.
Point 3. is the problem. As long as we can assume that the serialisation of graph state can use "normal" syntax, then simply configuring the matching inputs would be enough for all use cases. But if someone actually needs to use localised syntax, then things get really messy really fast. Especially when the question should be able to change locale on the fly, which is the long-term goal. If we allow input by input tuning of the syntax (which is something I want), then we cannot simply switch the whole Personally, I would strongly recommend that all |
ok I underestimated that problem. The key question is what is needed. From my side, it is good if JSXG and only JSXG is excluded from the comma setting. There is the case (3) that will happen. In my case, this is very rare. It would be great for me if only JSXG was excluded and the text output in the question is still working according to the comma setting. |
For anyone using the dev with the continental comma and JSXG. UPDATE mdl_qtype_stack_options |
The problem pops up with Meclib. Meclib uses an algebraic input field and a text input field for interaction between STACK and JSXGraph. The text input works without problem if the decimal separator is set to comma. Yet the algebraic input has to be adjusted. Is there any way for the CAS to know what decimal separator setting is used in the question? If I convey that setting to JSXGraph, the content of the algebraic field could be formatted appropriately. If a "forgiving" scheme for handling decimal separators would be implemented in STACK, there would be no need for action at all on Meclib side. The discussion in the documentation indicates that this could be possible. So before I can convert my question bank to comma as decimal separator I have to
In the case of availability of a "forgiving" separator handling scheme I would strongly vote for making this scheme the default in STACK questions. In this case, no changes would have to be made to the questions and still the local separator scheme can be used. Yet, it remains to make the JSXGraph display consistent with the setting (axes labels, info box with coordinate values). But that is not a STACK issue. |
The new continental comma is not working together with JSXG.
Using the Decimal separator option set to "," some JSXG handover points are not working.
When ans1 is a point, it works as long as the point has integers as coordinates.
When the coordinates are floats, the answer is invalid, as Java hands over a float with a dot as separator.
The text was updated successfully, but these errors were encountered: