<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wikidot="http://www.wikidot.com/rss-namespace">

	<channel>
		<title>geogebra with kojo</title>
		<link>http://kogics.wikidot.com/forum/t-3672410/geogebra-with-kojo</link>
		<description>Posts in the discussion thread &quot;geogebra with kojo&quot;</description>
				<copyright></copyright>
		<lastBuildDate>Sun, 19 Jul 2026 22:28:21 +0000</lastBuildDate>
		
					<item>
				<guid>http://kogics.wikidot.com/forum/t-3672410#post-3598224</guid>
				<title>Thanks to Lalit</title>
				<link>http://kogics.wikidot.com/forum/t-3672410/geogebra-with-kojo#post-3598224</link>
				<description></description>
				<pubDate>Wed, 20 Sep 2017 17:21:57 +0000</pubDate>
				<wikidot:authorName>lotol</wikidot:authorName>				<wikidot:authorUserId>3351042</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>You need to reply for the previous post.</p> <p>I am impressed by your project. I would wish Kojo to be used in every school.</p> <p>Thanks to Lalit.</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://kogics.wikidot.com/forum/t-3672410#post-3598104</guid>
				<title>(no title)</title>
				<link>http://kogics.wikidot.com/forum/t-3672410/geogebra-with-kojo#post-3598104</link>
				<description></description>
				<pubDate>Wed, 20 Sep 2017 14:34:24 +0000</pubDate>
				<wikidot:authorName>weonkyoung yu</wikidot:authorName>								<content:encoded>
					<![CDATA[
						 <p>Thank you for your prompt reply.</p> <p>I have another question.</p> <p>I am a math teacher in senior high school. In Kojo, Would it be possible to script number theory, mathematical modeling and so on?</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://kogics.wikidot.com/forum/t-3672410#post-3598063</guid>
				<title>Re: geogebra with kojo</title>
				<link>http://kogics.wikidot.com/forum/t-3672410/geogebra-with-kojo#post-3598063</link>
				<description></description>
				<pubDate>Wed, 20 Sep 2017 13:36:13 +0000</pubDate>
				<wikidot:authorName>lalitp</wikidot:authorName>				<wikidot:authorUserId>66813</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Yes, you can programatically control geogebra from Kojo via scala scripts. The bridge is the Mw object in Kojo.</p> <p>For example, try this script:</p> <blockquote> <p>Mw.clear()<br /> Mw.hideAlgebraView()<br /> Mw.showAxes()<br /> Mw.variable(&quot;m&quot;, 1, -5, 5, 0.1, 50, 50)<br /> Mw.variable(&quot;c&quot;, 0, -2, 2, 0.1, 50, 80)<br /> Mw.evaluate(&quot;y = m x + c&quot;)</p> </blockquote> <p>To see more examples, look (in the script editor) at the scripts for <em>Help -&gt; Kojo Overview</em> and <em>Samples -&gt; Math Learning Modules -&gt; Solving Linear Equations</em> (run these scripts, and then search for Mw. in the script editor)</p> <p>Code completion on the Mw object (type Mw. and then Ctrl+Space) will show you what's available for geogebra interaction.</p> <p>Or you can look at the Mathworld class (of which the above Mw is an instance) to see what's inside in more detail:<br /> <a href="https://github.com/litan/kojo/blob/master/src/main/scala/net/kogics/kojo/mathworld/MathWorld.scala">https://github.com/litan/kojo/blob/master/src/main/scala/net/kogics/kojo/mathworld/MathWorld.scala</a></p> <p>Hope that helps. Feel free to ask more questions.</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://kogics.wikidot.com/forum/t-3672410#post-3598031</guid>
				<title>geogebra with kojo</title>
				<link>http://kogics.wikidot.com/forum/t-3672410/geogebra-with-kojo#post-3598031</link>
				<description></description>
				<pubDate>Wed, 20 Sep 2017 12:21:58 +0000</pubDate>
				<wikidot:authorName>weonkyoung Yu</wikidot:authorName>								<content:encoded>
					<![CDATA[
						 <p>In gegogebra, constructions and computations can be done using input filed command, ggbscript and javascript.<br /> Can I do the same thing with kojo script</p> 
				 	]]>
				</content:encoded>							</item>
				</channel>
</rss>