Formulas question type and geogebra

Formulas question type and geogebra

Anamaria Corina Golumbeanu གིས-
Number of replies: 4

Hi,

I whant to find out about formulas quetion type linked to a geogebra graph.

Thank you!

དཔྱ་སྙོམས་ཀྱི་སྐུགས་ཚུ།: -
In reply to Anamaria Corina Golumbeanu

Re: Formulas question type and geogebra

Dominique Bauer གིས-
Documentation writers གི་པར Particularly helpful Moodlers གི་པར Plugin developers གི་པར
In reply to Dominique Bauer

Re: Formulas question type and geogebra

Anamaria Corina Golumbeanu གིས-
Thank you!
All the best,
Anamaria
In reply to Anamaria Corina Golumbeanu

Re: Formulas question type and geogebra

vanja čotić poturić གིས-

Please can you tell me how can I add the graf of function f(x)=x^a1 to this question?

Thanks

In reply to vanja čotić poturić

Re: Formulas question type and geogebra

David Galiana གིས-
You need to include into the script:

// Create a function graph for f(x) = x**a1
var graph = brd.create('functiongraph',
[function(x){ return x**a1;}, -10.5, 10.5]
);