Hi @steen. Do you have a minimal example of a math app that you want this for. I think this is possible if you deal with everything as strings and use try/catch. We had some luck parsing maple errors a few weeks ago so that might be useful to you, but I need to understand the exact use case a little more.

jmtrik
@jmtrik
Posts made by jmtrik
-
RE: Handling input errors via startup codes
-
RE: Sketch graph where student defines axis
@Grapheur If you are grading manually would a scanned document(i.e. file upload) question type work? If this is not what you are looking for, please could you provide more details on how the students would enter information into the graph?
-
RE: Laplace questions
@Metahofzicht There are a few questions in this course module for Intro to Control Systems. IntroToControlSystems.zip
-
RE: How to import Geogebra files, Cabri files into Mobius
I have found success using iframes and the geogebra materials system. You can embed any of the apps on geogebra.org/materials and you can upload your own. To find the embed code, choose an app on geogebra.org/materials, click the share icon in the top corner of the page and choose the embed tab. It should look something like the screenshot below
Below is an example embedding code.
<iframe scrolling="no" title="Dot Plot Tool" src="https://www.geogebra.org/material/iframe/id/HD6hhQ75/width/1024/height/390/border/888888/smb/false/stb/false/stbh/false/ai/false/asb/false/sri/false/rc/false/ld/false/sdz/false/ctl/false" width="1024px" height="390px" style="border:0px;"> </iframe>
To get this into Möbius you need to switch to source view in the question text area of the question designer. You can paste this code into the question where you want the geogebra app to display. You will need to preview the question to see it working.
-
RE: Using JS from github in HTML questions.
@mschneider did you manage to get this working. If not, let me know and I'll help you fix it.
-
RE: How to distinguish "No Answer" and wrong answers in gradebooks
@hig3 Hi, it shouldn't grade the rest of the assignment incorrectly if a student doesn't enter an answer. Can you share some screenshots of what you are seeing?
-
Template for embedding geogebra (simple version)
Here is the question. You can import it and see how it works. To load you own app you will need to upload it to geogebra and then find the material id.
-
RE: Clipping of Fractions when generating MathML Multiple Choice Interval Notation questions
You can try using latex instead.
In the algorithm section write
$ansmathml1 = "\left(-\infty, \dfrac{1}{6}\right]"; $ansmathml2 = "\left(-\infty, \dfrac{1}{6}\right)";
Then in the answer boxes put for example
\( $ansmathml1 \)
Here is the result.
-
RE: Clipping of Fractions when generating MathML Multiple Choice Interval Notation questions
@EntilzaV Sorry. I can't get this url to work. Could you try again please?
-
RE: Clipping of Fractions when generating MathML Multiple Choice Interval Notation questions
You should be able to drag a file into the editor window and it should then place a hyperlink to the file in the post. You may need to wait a few seconds if it is a large file. You could also try using https://www.file.io/ or equivalent service and pasting a link here.