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?
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!
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).