GSoC/2020/StatusReports/DeepakKumar: Difference between revisions

From KDE Community Wiki
< GSoC‎ | 2020‎ | StatusReports
Line 45: Line 45:
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. I started my work of implementing multiple datasets to memory activities with this activity. To do this I needed to change the logic of the code to support both the default datasets and the multiple datasets.  
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. I started my work of implementing multiple datasets to memory activities with this activity. To do this I needed to change the logic of the code to support both the default datasets and the multiple datasets.  
This activity is one of the sub-activity of memory activities. The datasets for this activity are defined on the basis of increasing number of images for each difficulty levels.
This activity is one of the sub-activity of memory activities. The datasets for this activity are defined on the basis of increasing number of images for each difficulty levels.
[[File:Peek 2020-08-22 22-20.gif|frame|center|Working Demo of Enumeration Memory Game]]


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


Link to the commits: [https://invent.kde.org/education/gcompris/-/commit/7be23091b61da73e861dcc41bf541774c9e2716a 7be23091]
Link to the commits: [https://invent.kde.org/education/gcompris/-/commit/7be23091b61da73e861dcc41bf541774c9e2716a 7be23091]
[[File:Peek 2020-08-22 22-20.gif|thumb|frame|center|Working Demo of Enumeration Memory Game]]


==== Adding multiple datasets to Addition Memory Game Activity ====
==== Adding multiple datasets to Addition Memory Game Activity ====

Revision as of 08:05, 23 August 2020

GCompris: Multiple Datasets

GCompris

Project Overview

GCompris offers many activities related to reading, maths, science and since it is 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 generalized datasets 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.

For this, we have the concept of multiple datasets. 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 following activities:

  1. Enumeration memory game
  2. Addition memory game
  3. Subtraction memory game
  4. Multiplication memory game
  5. Division memory game
  6. Addition and subtraction memory game
  7. Multiplication and division memory game
  8. All operations memory game
  9. Addition memory game against Tux
  10. Subtraction memory game against Tux
  11. Multiplication memory game against Tux
  12. Division memory game against Tux
  13. Addition and subtraction memory game against Tux
  14. Multiplication and division memory game against Tux
  15. All operations memory game against Tux

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. I started my work of implementing multiple datasets to memory activities with this activity. To do this I needed to change the logic of the code to support both the default datasets and the multiple datasets. This activity is one of the sub-activity of memory activities. The datasets for this activity are defined on the basis of increasing number of images for each difficulty levels.

Working Demo of Enumeration Memory Game

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

Link to the commits: 7be23091

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 one of them as single player mode while another as two player mode. The two player mode is called as one "with Tux". I have implemented multiple datasets to both modes of this activity.

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

Link to the commits: 56342bc7

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 a subtraction and its result, until all the cards are gone. The goal of this activity is to practice subtraction. This activity has two modes as one of them as single player mode while another as two player mode. The two player mode is called as one "with Tux". I have implemented multiple datasets to both modes of this activity.

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

Link to the commits: 8a90b65e

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 modes as one of them as single player mode while another as two player mode. The two player mode is called as one "with Tux". I have implemented multiple datasets to both modes of this activity.

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

Link to the commits: e2e2240c

Multiplication Memory game Activity Dataset Screen Dialog

Adding multiple datasets to Division Memory Game Activity

In this sub-activity of memory, the child needs to turn the cards to match a division and its result, until all the cards are gone. The goal of this activity is to practice division. This activity has two modes as one of them as single player mode while another as two player mode. The two player mode is called as one "with Tux". I have implemented multiple datasets to both modes of this activity.

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

Link to the commits: a23cda77

Division Memory game Activity Dataset Screen Dialog

Adding multiple datasets to Addition and Subtraction Memory Game Activity

In this sub-activity of memory, the child needs to turn the cards to match addition and subtraction and its result until all cards are gone. The level of previous memory activities were based on only a single arithmetic operation as only-addition or only-division, but this memory activities has two different operation for a particular level. As in case of this activity for any level, there would be few cards on addition operation and few of them upon subtraction. This activity has two modes as one of them as single player mode while another as two player mode. The two player mode is called as one "with Tux". I have implemented multiple datasets to both modes of this activity.

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

Link to the commits: 41c4f7f9

Addition and Subtraction Memory game Activity Dataset Screen Dialog

Link to the Blogs

Link to the proposal

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

About me