Bug 433061 - mixed order of math excersizes
Summary: mixed order of math excersizes
Status: RESOLVED FIXED
Alias: None
Product: gcompris
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: Other Other
: NOR wishlist
Target Milestone: ---
Assignee: Jazeix Johnny
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-02-17 10:00 UTC by Rolas
Modified: 2021-02-20 17:43 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:
Sentry Crash Report:


Attachments
order of math excersizes (115.37 KB, image/png)
2021-02-17 10:00 UTC, Rolas
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Rolas 2021-02-17 10:00:42 UTC
Created attachment 135756 [details]
order of math excersizes

the order of the tasks

maybe better "Addition memory game" (memory-math-add-tux) should follow immediately after "Addition memory game against Tux" (memory-math-add)?

usually everywhere there is subtraction first, followed by multiplication and division
is there a specially mixed order arithmetic action exercises?
Comment 1 Jazeix Johnny 2021-02-19 07:27:42 UTC
Hi,
thak you for the report. For now, we only sort the activities by difficulty.

Sorting by difficulty+name can also be done easily so we keep "1 player mode" followed by "against Tux mode".

Sorting depending on a different logic (add, sub, add+sub, mult, div, mult+div, add+sub+mult+div for example) will be more complicated (as it will be hardcode and only for those as it will be difficult to keep an order for other unrelated activities).

I'll take a look at it!
Comment 2 Jazeix Johnny 2021-02-20 17:43:21 UTC
In https://invent.kde.org/education/gcompris/-/commit/d4427957fda4977506756eb46bdb588f06007c59 we now sort by difficulty (to still have the easiest activities to the hardest) then by name.
So similar activities are regrouped (but depending on the name, not a pedagogic level between activities of same difficulties).