GSoC/2020/StatusReports/DeepakKumar

From KDE Community Wiki

GCompris: Multiple Datasets

GCompris

Project Overview

GCompris offers many activities related to reading, maths, science and since its free software, everyone can adapt it to one’s own needs, improve it and, most importantly, share it with children everywhere around the world. Currently, most of the activities had a generalized dataset so for some of the age groups like 3-5 yrs the activity were quite difficult to play, while for older age groups the activity were easy.

So, for this we have the concept of multiple datasets. So, multiple datasets helps making the activity adaptive for children of all age groups. Multiple datasets mean having different datasets file for each age group.

My project goals include adding of multiple datasets to several memory activities, mirror the given images and guess count activity.

Mentors

Milestones Achieved

Adding multiple datasets to Enumeration Memory Game Activity

In this activity, the child needs to turn the cards to count the number of elements of an image and match with the corresponding number cards. This activity is one of the sub-activity of memory activities. The datasets are defined on the basis of increasing number of images for each difficulty levels.

Link to the task description: https://phabricator.kde.org/T13121

Link to the branch: https://invent.kde.org/education/gcompris/-/tree/deepak_enumeration_memory_games

Enumeration memory game activity dataset dialog screen Enumeration Memory Game Activity Screen

Adding multiple datasets to Addition Memory Game Activity

In this activity, the child needs to turn the cards to match an addition and its result, until all the cards are gone. The goal of this activity is to practice addition. This activity has two modes as a second mode “with Tux” so I have implemented multiple datasets for this too.

Link to task description: https://phabricator.kde.org/T13122

Link to the branch: https://invent.kde.org/education/gcompris/-/tree/gsoc_2020_deepak_addition_memory_games

Addition Memory game Activity Dataset Screen Dialog

Adding multiple datasets to Subtraction Memory Game Activity

In this activity, the child needs to turn the cards to match an subtraction and its result, until all the cards are gone. The goal of this activity is to practice subtraction. This activity has two mode as a second mode “with Tux” so I have implemented multiple datasets for this too.

Link to the task description: https://phabricator.kde.org/T13123

Link to the branch: https://invent.kde.org/education/gcompris/-/tree/gsoc_2020_deepak_subtraction_memory_games

Subtraction Memory game Activity Dataset Screen Dialog

Adding multiple datasets to Multiplication Memory Game Activity

In this activity, the child needs to turn the cards to match a multiplication and its result, until all the cards are gone. The goal of this activity is to practice multiplication. This activity has two mode as a second mode “with Tux” so I have implemented multiple datasets for this too.

Link to task description: https://phabricator.kde.org/T13124

Link to the branch: https://invent.kde.org/education/gcompris/-/tree/gsoc_2020_deepak_multiplication_memory_games

Multiplication Memory game Activity Dataset Screen Dialog

Links to the Blog

Link to the proposal

Proposal: https://docs.google.com/document/d/1sGlQubqKtjY51OliWoYucH4kdHUE84u189SqrvqAyhk/edit?usp=sharing

About me