Formulas question type and geogebra 由Anamaria Corina Golumbeanu發表於2021年 01月 31日(週日) 01:32 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發表於2021年 01月 31日(週日) 01:55 Hello Anamaria, See: https://moodleformulas.org/course/view.php?id=35§ion=25 ↗David Galiana has done some nice work with the Formulas question type and Geogebra. Here is one of his example: https://moodleformulas.org/course/view.php?id=78§ion=45 ↗ See also : https://moodle.org/mod/forum/search.php?id=5&words=&phrase=¬words=&fullwords=&hfromday=1&hfrommonth=1&hfromyear=1&hfromhour=1&hfromminute=1&htoday=1&htomonth=1&htoyear=1&htohour=1&htominute=1&forumid=&subject=&user=David+Galiana ↗andhttps://dgaliana.gitbook.io/preguntasstem/geogebra ↗ 評比平均分數: - 永久鏈接 顯示上層文章 回覆 In reply to Dominique Bauer Re: Formulas question type and geogebra 由Anamaria Corina Golumbeanu發表於2021年 01月 31日(週日) 02:04 Thank you! All the best, Anamaria 評比平均分數: - 永久鏈接 顯示上層文章 回覆 In reply to Anamaria Corina Golumbeanu Re: Formulas question type and geogebra 由vanja čotić poturić發表於2021年 04月 15日(週四) 18:21 Please can you tell me how can I add the graf of function f(x)=x^a1 to this question?Thanks preguntas-Aules-Plano cartesiano 3 puntos-20200531-1303.xml 評比平均分數: - 永久鏈接 顯示上層文章 回覆 In reply to vanja čotić poturić Re: Formulas question type and geogebra 由David Galiana發表於2021年 04月 16日(週五) 23:46 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] ); preguntas-Aules-Plano cartesiano 3 puntos - con curva x^a1-20210416-1744.xml 評比平均分數:Useful (1) 永久鏈接 顯示上層文章 回覆
In reply to Anamaria Corina Golumbeanu Re: Formulas question type and geogebra 由Dominique Bauer發表於2021年 01月 31日(週日) 01:55 Hello Anamaria, See: https://moodleformulas.org/course/view.php?id=35§ion=25 ↗David Galiana has done some nice work with the Formulas question type and Geogebra. Here is one of his example: https://moodleformulas.org/course/view.php?id=78§ion=45 ↗ See also : https://moodle.org/mod/forum/search.php?id=5&words=&phrase=¬words=&fullwords=&hfromday=1&hfrommonth=1&hfromyear=1&hfromhour=1&hfromminute=1&htoday=1&htomonth=1&htoyear=1&htohour=1&htominute=1&forumid=&subject=&user=David+Galiana ↗andhttps://dgaliana.gitbook.io/preguntasstem/geogebra ↗ 評比平均分數: - 永久鏈接 顯示上層文章 回覆 In reply to Dominique Bauer Re: Formulas question type and geogebra 由Anamaria Corina Golumbeanu發表於2021年 01月 31日(週日) 02:04 Thank you! All the best, Anamaria 評比平均分數: - 永久鏈接 顯示上層文章 回覆 In reply to Anamaria Corina Golumbeanu Re: Formulas question type and geogebra 由vanja čotić poturić發表於2021年 04月 15日(週四) 18:21 Please can you tell me how can I add the graf of function f(x)=x^a1 to this question?Thanks preguntas-Aules-Plano cartesiano 3 puntos-20200531-1303.xml 評比平均分數: - 永久鏈接 顯示上層文章 回覆 In reply to vanja čotić poturić Re: Formulas question type and geogebra 由David Galiana發表於2021年 04月 16日(週五) 23:46 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] ); preguntas-Aules-Plano cartesiano 3 puntos - con curva x^a1-20210416-1744.xml 評比平均分數:Useful (1) 永久鏈接 顯示上層文章 回覆
In reply to Dominique Bauer Re: Formulas question type and geogebra 由Anamaria Corina Golumbeanu發表於2021年 01月 31日(週日) 02:04 Thank you! All the best, Anamaria 評比平均分數: - 永久鏈接 顯示上層文章 回覆 In reply to Anamaria Corina Golumbeanu Re: Formulas question type and geogebra 由vanja čotić poturić發表於2021年 04月 15日(週四) 18:21 Please can you tell me how can I add the graf of function f(x)=x^a1 to this question?Thanks preguntas-Aules-Plano cartesiano 3 puntos-20200531-1303.xml 評比平均分數: - 永久鏈接 顯示上層文章 回覆 In reply to vanja čotić poturić Re: Formulas question type and geogebra 由David Galiana發表於2021年 04月 16日(週五) 23:46 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] ); preguntas-Aules-Plano cartesiano 3 puntos - con curva x^a1-20210416-1744.xml 評比平均分數:Useful (1) 永久鏈接 顯示上層文章 回覆
In reply to Anamaria Corina Golumbeanu Re: Formulas question type and geogebra 由vanja čotić poturić發表於2021年 04月 15日(週四) 18:21 Please can you tell me how can I add the graf of function f(x)=x^a1 to this question?Thanks preguntas-Aules-Plano cartesiano 3 puntos-20200531-1303.xml 評比平均分數: - 永久鏈接 顯示上層文章 回覆 In reply to vanja čotić poturić Re: Formulas question type and geogebra 由David Galiana發表於2021年 04月 16日(週五) 23:46 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] ); preguntas-Aules-Plano cartesiano 3 puntos - con curva x^a1-20210416-1744.xml 評比平均分數:Useful (1) 永久鏈接 顯示上層文章 回覆
In reply to vanja čotić poturić Re: Formulas question type and geogebra 由David Galiana發表於2021年 04月 16日(週五) 23:46 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] ); preguntas-Aules-Plano cartesiano 3 puntos - con curva x^a1-20210416-1744.xml 評比平均分數:Useful (1) 永久鏈接 顯示上層文章 回覆