Where we stand with respect to gamifying education

  • Thread starter Monsterboy
  • Start date
  • Tags
    education
In summary, the father is upset because his daughter is getting ads for baby products, which he deems as inappropriate. However, the store was able to use her pregnancy to target ads to her.
  • #1
Monsterboy
303
96
TL;DR Summary
Building games that can provide an interactive and practical(although virtual) learning experience for kids.
I am just wondering about where we stand with respect to gamifying education.

What are the best online educational games out there and which grades do they cover ?

How many reliable studies have been done which demonstrate the effectiveness (or lack of) of educational games ?

Do you think developing educational games will help atleast some students understand and develop an appreciation for the stuff they learn at school ? Assuming the games are well planned and designed to be able to impart knowledge as well as give a good gaming experience for the players.
 
Computer science news on Phys.org
  • #2
Yes, I think they can help. However, our attempts at doing so have failed because the end goal is always to sell your games to the school. You have to appeal to the ones who will decide not necessarily to the teachers and children who will use them.

One game that appealed to me and used by my kids was the GeoSafari. I bought several of their card packs and even developed some of my own cards with the notion to teach a foreign language.

geosafari.jpg

The game randomly selects a picture ie one of 26 LED lights flash and you must enter the right number for the answer. The machine knows the answer because you enter the card code (top right corner ie 1506) at the start of the game.

I'm sure it could be adapted to a total software implementation and I've considered doing it via Processing-based Java but sadly never have enough time to spend on it. However, with a new granddaughter, I may resurrect the idea shortly.
 
  • Like
Likes QuantumQuest and Monsterboy
  • #3
Courses also have to be structured differently from traditional teaching methods and you have to ensure you cover all the bases of the course to be successful.

Another possible game model would be a scavenger type game where the kids scour certain sites trying to find the answers the teacher is looking for. In my high school history class, our teacher would give a sheet of terms and events to look up. Some were easy and some required library research to find. Our teacher was helpful mostly unless he saw you were procrastinating to the last minute and then he would shut down his help. ANyway, this could be updated to the internet using selected sites like wikipedia...
 
  • Like
Likes QuantumQuest and Monsterboy
  • #4
I would say that my kids learned some communications and leadership skills from Dungeons and Dragons.

I think the question is too broad to answer.
 
  • #5
anorlunda said:
I think the question is too broad to answer.
I was thinking about STEM subjects till high school atleast, I have no experience teaching languages and/or humanities. I did learn a bit of history from games like Age of empires.

We all know that kids can spend a lot of time on computer games. I was just wondering why we haven't successfully built games that are engaging to the players and end up teaching some stuff as well.

Obviously the difficulty levels and topics that a game is going to cover should be appropriate to the player's education, so that it's not too easy or too hard.

The trick is to make the kids feel like they having a good time and end up learning some stuff they wouldn't have learned eagerly in a classroom session.
 
  • #6
jedishrfu said:
our attempts at doing so have failed because the end goal is always to sell your games to the school. You have to appeal to the ones who will decide not necessarily to the teachers and children who will use them.

Now that almost everything is moving online. Perhaps the servers can be kept running by using the ad money, so we don't even charge anyone to play the games. I am not entirely sure about the market for such products.
 
  • #8
Monsterboy said:
Now that almost everything is moving online. Perhaps the servers can be kept running by using the ad money, so we don't even charge anyone to play the games. I am not entirely sure about the market for such products.

I don’t think that’s a good model. Parents will complain that companies are targeting kids with advertisements. The ads will be distracting because that’s how ads work and you’ll have the added problem of ad appropriateness.

Cool story but likely fake:

Some years ago, a department store chain did a mailing campaign using shopper buying and viewing habits. The goal was to find those shoppers who were pregnant because they are open to considering new products more than other kinds of shoppers aka "The Holy Grail" of marketing.

A dad was livid that his 16 yr old daughter was getting baby ads in the mail and demanded that the store cease and desist sending her these ads. Later he discovered that the store identified her as pregnant before he knew she was pregnant. Oops.

https://www.forbes.com/sites/kashmi...-pregnant-before-her-father-did/#1594f0f26668

and some counterpoint to the story I mentioned where they believe its fake:

https://www.kdnuggets.com/2014/05/target-predict-teen-pregnancy-inside-story.html
 
Last edited:
  • Like
Likes Monsterboy
  • #9
jedishrfu said:
I'm sure it could be adapted to a total software implementation and I've considered doing it via Processing-based Java but sadly never have enough time to spend on it.
Easy to code and even easier to make available in JavaScript, I did a proof of concept on the train and https://pbinuk.github.io/retro-quiz/ - I didn't have time to create an image though.

Monsterboy said:
Now that almost everything is moving online. Perhaps the servers can be kept running by using the ad money, so we don't even charge anyone to play the games.
No need to pay for a server for an open source web app, just host it on GitHub. Won't work for multi-user games though.
 
  • Like
Likes Monsterboy
  • #10
Nice first start. The problem is that your solution is hard coded to the states (I think). The flexibility of the geosafari is that it allowed the states card to be replaced with anyone of hundreds of cards alll with differing answers.

This would require using an image in the center and a card code to type in at the start (or something keyed to the name of or code of the picture) that mapped this question went to that answer and then your random selector feature.

one other thing the geo did was a random light show like it was thinking of what to ask next by cycling thru the lights randomly.
 
  • #11
jedishrfu said:
The problem is that your solution is hard coded to the states (I think).
Not at all, I put the questions and the image data into a YAML file - for a different set of questions just create a new one. There isn't any code in there to swap files, but you can see how it is loaded in the code - it's all in that one file, only 210 SLOC for this proof of concept. Taking it forwards you would want to split out into modules and use WebPack or something to package it all together including the dependencies.
 
  • Like
Likes jedishrfu
  • #12
I am thinking about making an online physics game, any suggestions about the best JavaScript game engines/libraries will be appreciated.

It's going to be a simple 2D game.
 
Last edited:
  • #13
Monsterboy said:
I am thinking about making an online physics game, any suggestions about the best JavaScript game engines/libraries will be appreciated.
The only one I am aware of is Phaser - I've never used it but it looks impressive and well supported.
 
  • Like
Likes Monsterboy
  • #14
There’s the unity game engine. We’ve used it for some cool projects. It uses c# or JavaScript and can run on numerous platforms.
 
  • #15
jedishrfu said:
There’s the unity game engine. We’ve used it for some cool projects. It uses c# or JavaScript and can run on numerous platforms.
Although Unity used to support a flavour of javascript called UnityScript, it has never been able to run in a web browser, which is what I think @Monsterboy is looking for. And support for UnityScript ceased in release 2018.2 (July 2018).
 
  • #16
I have played MMO games where you have to band together in guilds / groups of upto 40 people at a time to take on a bad guy. The game mechanics are designed that almost everyone has a crucial role to play in order for the bad guy to be conquered. This won't teach you anything on a education sylabus but it does teach organisation, team work, and the importance of all working towards a common goal. The guild leader who assigns out the tasks for each person does need leadership skills and I have seen these roles placed on people CV's when applying for jobs.
 
  • Like
Likes Monsterboy
  • #17
pbuk said:
The only one I am aware of is Phaser - I've never used it but it looks impressive and well supported.

Thanks! I will check this out.
 
  • #18
  • Like
Likes Monsterboy
  • #19
I tried to integrate Phaser 3 with React library (with which I have some experience), didn't seem to work.
I tried following this tutorial but it didn't work.
I will have to do it in plain javascript like in the original tutorial.
 

Related to Where we stand with respect to gamifying education

1. What is gamification in education?

Gamification in education refers to the use of game design principles and mechanics to engage and motivate students in the learning process. This can include elements such as points, levels, challenges, and rewards to make learning more fun and interactive.

2. How is gamification beneficial in education?

Gamification can have several benefits in education, such as increasing student engagement, promoting active learning, and improving motivation and retention of information. It can also help students develop problem-solving skills and critical thinking abilities.

3. Are there any challenges to implementing gamification in education?

Yes, there can be challenges to implementing gamification in education. Some common challenges include finding the right balance between game elements and educational content, ensuring inclusivity and accessibility for all students, and maintaining student interest and motivation over time.

4. What subjects or topics are best suited for gamification?

Gamification can be applied to a wide range of subjects and topics in education. It is most commonly used in STEM (science, technology, engineering, and math) subjects, but it can also be effective in subjects such as language arts, social studies, and even physical education.

5. What are some examples of successful gamification in education?

There are many examples of successful gamification in education, such as educational video games like "Minecraft: Education Edition" and "Prodigy Math", online learning platforms like "Kahoot!" and "Quizlet", and even physical games like "Escape the Classroom". These examples have shown increased student engagement and improved learning outcomes.

Similar threads

  • Quantum Interpretations and Foundations
Replies
2
Views
893
Replies
2
Views
963
Replies
9
Views
1K
  • STEM Academic Advising
Replies
11
Views
1K
  • STEM Career Guidance
Replies
4
Views
2K
  • STEM Educators and Teaching
Replies
7
Views
1K
  • General Discussion
Replies
3
Views
777
  • STEM Academic Advising
Replies
2
Views
1K
  • STEM Academic Advising
Replies
11
Views
1K
Back
Top