Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/linesegmentdroptarget.py
Commit message (Collapse)AuthorAgeFilesLines
* Adjusted bounds of line segment drop targetpmoxhay2009-06-151-1/+2
| | | | so moving line segments by key press works better.
* Fixed bug: line segment had been disappearingpmoxhay2009-06-151-1/+3
| | | | | | when moving from one drop target to the other. The bounds of the movable line segment had to be adjusted by 2 pixels.
* Doesn't repeat recently used problems.pmoxhay2009-06-051-6/+21
| | | | | | Fix bug with line segment drops getting rejected. Progresses to next level once >, <, = problems for a given level are solved correctly.
* Shapes don't disappear (except for masses, amounts).pmoxhay2009-06-021-0/+1
| | | | | | Letters don't repeat from problem to problem. Start registering errors and regulating going from one problem type to another.
* Another small fix for DropTarget hiliting.pmoxhay2009-04-101-0/+2
|
* Small fixes to make borders of drop targets draw fully.pmoxhay2009-04-071-2/+2
|
* First try at comparing in amount of discrete objects.pmoxhay2009-02-161-3/+1
| | | | Objects sometimes extend beyond AnswerBox.
* Tab order of objects is set mroe carefully.pmoxhay2009-02-101-24/+36
| | | | | | | | All code specific to area comparisons has been pulled out of Compare3Lesson.py New classes Problem and AreaProblem. Future code on volumes, amounts, etc. should be done just within new classes VolumeProblem, AmountProblem, and so on.
*