python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
JSXGraph Moodle plugin move after student answer
I have a Moodle question with a JSXGraph image, say
<jsxgraph width="600" height="500">
var brd = JXG.JSXGraph.initBoard(BOARDID, {boundingbox:[-5,5,5,-5], axis:true});
...
Juha-Matti Huusko
Votes: 0
Answers: 2
How do I use MathJax for tick labels in JSXGraph
I am using JSXGraph and would like to label the axes ticks as fractions using MathJax. For example, \(\frac{1}{2}\)
Can't figure out how to do that.
Porus Lakdawala
Votes: 0
Answers: 1
How to trace a point in jsxgraph when renderer = canvas
I am trying to donwload a video from a canvas containing a jsxgraph sketch.
I need to set
JXG.Options.board.renderer = 'canvas';
I discovered that when the renderer is canvas, the trace of a point is ...
Milton
Votes: 0
Answers: 1