Difference between revisions of "Karma:Meeting 23 Jun 2009"
Jump to navigation
Jump to search
m (Reverted edits by KachachanC (talk) to last revision by BryanWB) |
|||
(3 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
* Subzero still working on finishing and optimizing Quadrilaterals | * Subzero still working on finishing and optimizing Quadrilaterals | ||
* Primary cause of slowness in Quadrilaterals, constant redrawing of line segment in [http://git.sugarlabs.org/projects/karma/repos/mainline/blobs/master/quadrilaterals/js/activity.js#line290|lines 290-296] | * Primary cause of slowness in Quadrilaterals, constant redrawing of line segment in [http://git.sugarlabs.org/projects/karma/repos/mainline/blobs/master/quadrilaterals/js/activity.js#line290|lines 290-296] | ||
+ | * problems w/ current Quadrilaterals activity | ||
+ | *# Using absolute and not relative positions in css, this could cause problems going b/w different machines | ||
+ | *# Not using regular DOM elements for buttons -- but this is easy to fix and u can just do it on the next activity | ||
+ | *# Constant line redrawing -- hardest problem | ||
+ | * Next task after improving quadrilaterals - recreate the "Counting up to 10" learning activity, with Spanish and Nepali versions, probably start this task next week | ||
+ | ** i18n | ||
+ | *** should output #'s in devanagari | ||
+ | *** have audio feedback "correct" and "incorrect" in both Nepali and Spanish | ||
+ | *** integrate w/ pootle | ||
+ | ** Save user's high scores |
Latest revision as of 20:04, 19 December 2016
- Subzero still working on finishing and optimizing Quadrilaterals
- Primary cause of slowness in Quadrilaterals, constant redrawing of line segment in 290-296
- problems w/ current Quadrilaterals activity
- Using absolute and not relative positions in css, this could cause problems going b/w different machines
- Not using regular DOM elements for buttons -- but this is easy to fix and u can just do it on the next activity
- Constant line redrawing -- hardest problem
- Next task after improving quadrilaterals - recreate the "Counting up to 10" learning activity, with Spanish and Nepali versions, probably start this task next week
- i18n
- should output #'s in devanagari
- have audio feedback "correct" and "incorrect" in both Nepali and Spanish
- integrate w/ pootle
- Save user's high scores
- i18n