Changes

Jump to navigation Jump to search
no edit summary
Line 1: Line 1:  
{{TOCright}}
 
{{TOCright}}
 +
{{:Flash_Card_Game_-_Assimilate/status}}
 
==Description==
 
==Description==
 
This project is one of [[Math4Team/RIT/Projects | many small projects]] focused on developing 4th grade math games which will run on the OLPC XO. We are [[Math4Team/RIT/Students | RIT students]] who are working on this with the help of other developers who become interested in our projects.
 
This project is one of [[Math4Team/RIT/Projects | many small projects]] focused on developing 4th grade math games which will run on the OLPC XO. We are [[Math4Team/RIT/Students | RIT students]] who are working on this with the help of other developers who become interested in our projects.
Line 5: Line 6:     
==Standards==
 
==Standards==
The [[Math4Team | 4th Grade Math Team]] is focused around creating games which will promote at least one of [[User:Gdk/4th_Grade_Maths | these math standards]].<br />
+
The [[Math4Team | 4th Grade Math Team]] is focused around creating games which will promote at least one of [[Math4Team/Resources/Curriculum Chart | these math standards]].<br />
 
Our project has the potential to fulfill many of the standards listed, but it specifically addresses the following:<br />
 
Our project has the potential to fulfill many of the standards listed, but it specifically addresses the following:<br />
 
'''4.N.10''' - Select and use appropriate operations (addition, subtraction, multiplication, and division) to solve problems, including those involving money.<br />
 
'''4.N.10''' - Select and use appropriate operations (addition, subtraction, multiplication, and division) to solve problems, including those involving money.<br />
Line 15: Line 16:  
*[[User:Dbj4366 | Dennis Jalbert]] - Would like to continue to develop Assimilate as time allows. You may contact me if you have any questions about this project.
 
*[[User:Dbj4366 | Dennis Jalbert]] - Would like to continue to develop Assimilate as time allows. You may contact me if you have any questions about this project.
 
*[[User:Bjr9081 | Brendan Reen]] - Would like to continue to develop Assimilate as time allows. You may contact me if you have any questions about this project.
 
*[[User:Bjr9081 | Brendan Reen]] - Would like to continue to develop Assimilate as time allows. You may contact me if you have any questions about this project.
*[[User:Jck1089 | James Kolb]] - Does not plan to work on Assimilate anymore and would not like to be contacted.
+
*[[User:Jck1089 | James Kolb]] - Does not plan to work on Assimilate anymore. You may contact me if you have any questions about this project.
 
* Your name here - Help us develop Assimilate!
 
* Your name here - Help us develop Assimilate!
   Line 45: Line 46:     
==Links & Resources==
 
==Links & Resources==
 +
 
===Archive===
 
===Archive===
 
*[[/Archive | RIT Spring 2009 course progress]]
 
*[[/Archive | RIT Spring 2009 course progress]]
Line 50: Line 52:  
===General===
 
===General===
 
*[[Math4Team/RIT | Math 4 RIT Homepage]]
 
*[[Math4Team/RIT | Math 4 RIT Homepage]]
*[[Tips_%26_Tricks | Tips & Tricks]]
+
*[[Math4Team/RIT/Tips & Tricks | Tips & Tricks]]
 
*[http://www.poromenos.org/tutorials/python Python Help]
 
*[http://www.poromenos.org/tutorials/python Python Help]
 +
 
===Assimilate===
 
===Assimilate===
 
*[[OLPC:Assimilate | Assimilate Homepage]]
 
*[[OLPC:Assimilate | Assimilate Homepage]]
 
*[http://wiki.laptop.org/images/a/ae/Assimilate-10.xo Download Assimilate]
 
*[http://wiki.laptop.org/images/a/ae/Assimilate-10.xo Download Assimilate]
 
*[http://dev.laptop.org/git/activities/assimilate/ Repository]
 
*[http://dev.laptop.org/git/activities/assimilate/ Repository]
 +
*[[Lesson Plan]]
 +
*[[How to Play]]
    
===Toolbar help===
 
===Toolbar help===
 
* [[olpc:Sugar.graphics.toolbox | Toolbox code]]
 
* [[olpc:Sugar.graphics.toolbox | Toolbox code]]
 
*[http://dev.laptop.org/git/projects/measure/tree/toolbar_top.py Example code for a toolbar listener]
 
*[http://dev.laptop.org/git/projects/measure/tree/toolbar_top.py Example code for a toolbar listener]
 +
 
===Development Environment===
 
===Development Environment===
 +
 
====Windows - <b>Does Not Work!</b>====
 
====Windows - <b>Does Not Work!</b>====
 
*Download & install git (http://git-scm.com/download) to download the source code. Run the GUI, select "Clone Existing Repository" and specify "http://dev.laptop.org/git/activities/assimilate/" as the source location.  
 
*Download & install git (http://git-scm.com/download) to download the source code. Run the GUI, select "Clone Existing Repository" and specify "http://dev.laptop.org/git/activities/assimilate/" as the source location.  
Line 71: Line 78:  
====Sugar on a Stick (SoaS) - <b>Does Not Work!</b>====
 
====Sugar on a Stick (SoaS) - <b>Does Not Work!</b>====
 
*Follow the instruction on the [[Sugar_on_a_Stick | SoaS page]].
 
*Follow the instruction on the [[Sugar_on_a_Stick | SoaS page]].
   
*Install Assimilate from source
 
*Install Assimilate from source
 
**Git can be downloaded to Sugar with the following commands:
 
**Git can be downloaded to Sugar with the following commands:
Line 83: Line 89:  
**When I try to interpret the application with "python Assimilate.py" the following error is generated:
 
**When I try to interpret the application with "python Assimilate.py" the following error is generated:
 
***"ImportError: cannot import name AlreadyVoted." This is in response to line 13 of cardpanel.py: "from cardbox.import(AlreadyVoted, NoQuestion, NoAnswer)". AlreadyVoted is a class of Exception declared in cardbox.py. I have not found a fix for this issue at this time.
 
***"ImportError: cannot import name AlreadyVoted." This is in response to line 13 of cardpanel.py: "from cardbox.import(AlreadyVoted, NoQuestion, NoAnswer)". AlreadyVoted is a class of Exception declared in cardbox.py. I have not found a fix for this issue at this time.
   
*Install Assimilate via the .xo file
 
*Install Assimilate via the .xo file
 
** Download the [blah Assimilate .xo file].
 
** Download the [blah Assimilate .xo file].
Line 92: Line 97:  
* [[OLPC:Coding_on_the_xo]]
 
* [[OLPC:Coding_on_the_xo]]
 
* [[OLPC:Synergy]]
 
* [[OLPC:Synergy]]
 +
 +
==Updates to this project==
 +
<br>
 +
{|
 +
|-align=left
 +
!width=60|Name !! width=20|Date !! width=100|Latest Progress
 +
|-
 +
| Dennis Jalbert || 05/18/09 || Updated wiki with complete information on everything completed this quarter.
 +
|-
 +
| Your name || date || update
 +
|}
248

edits

Navigation menu