GSoC/2020/StatusReports/DeepakKumar: Difference between revisions

From KDE Community Wiki
< GSoC‎ | 2020‎ | StatusReports
Line 40: Line 40:


Link to the branch: https://invent.kde.org/education/gcompris/-/tree/gsoc_2020_deepak_addition_memory_games
Link to the branch: https://invent.kde.org/education/gcompris/-/tree/gsoc_2020_deepak_addition_memory_games
{|class="tablecenter vertical-centered"
|[[Image:Addition.png|450px|frameless|Addition Memory game Activity Dataset Screen Dialog]]
|}

Revision as of 13:56, 11 July 2020

GCompris: Multiple Datasets

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 images 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 mode 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