Deploying learning materials to game content for serious education game development: A case study

Harits Ar Rosyid,Matt Palmerlee,Ke Chen
DOI: https://doi.org/10.1016/j.entcom.2018.01.001
2016-08-05
Abstract:The ultimate goals of serious education games (SEG) are to facilitate learning and maximizing enjoyment during playing SEGs. In SEG development, there are normally two spaces to be taken into account: knowledge space regarding learning materials and content space regarding games to be used to convey learning materials. How to deploy the learning materials seamlessly and effectively into game content becomes one of the most challenging problems in SEG development. Unlike previous work where experts in education have to be used heavily, we proposed a novel approach that works toward minimizing the efforts of education experts in mapping learning materials to content space. For a proof-of-concept, we apply the proposed approach in developing an SEG game, named \emph{Chem Dungeon}, as a case study in order to demonstrate the effectiveness of our proposed approach. This SEG game has been tested with a number of users, and the user survey suggests our method works reasonably well.
Artificial Intelligence,Computers and Society,Human-Computer Interaction
What problem does this paper attempt to address?
The problem that this paper attempts to solve is how to effectively and seamlessly embed learning materials into game content in the development of Serious Educational Games (SEG). Specifically, the author points out that in the existing SEG development methods, it usually requires in - depth participation of educational experts to map learning materials to the game content space, which is not only time - consuming but also costly. Therefore, the paper proposes a new framework aiming to reduce the participation of educational experts while ensuring that learning materials can be effectively deployed into game content, thereby improving the development efficiency and effectiveness of SEG. ### Core Problems of the Paper 1. **Effective Combination of Learning Materials and Game Content**: How to effectively embed learning materials into game content without relying on a large number of educational experts to achieve educational goals. 2. **Reducing Development Costs**: By utilizing existing educational resources and Procedural Content Generation (PCG) technology to reduce development time and costs. 3. **Enhancing Player Experience**: Ensure that players can obtain a positive learning experience while playing games, including learning effectiveness and entertainment. ### Solutions The paper proposes a new SEG development framework, which mainly includes the following steps: 1. **Knowledge Space**: - **Annotating Learning Materials**: Extract metadata from reliable educational resources and automatically or manually annotate the attributes of learning materials, such as text length, image size, etc. - **Strategy Formulation**: Formulate the presentation strategy of learning materials according to the complexity and attribute values of learning materials. 2. **Game Content Space**: - **Difficulty Classification**: Classify game content into different difficulty levels according to the challenge level of the game. - **Similarity Classification**: Within each difficulty level, use cluster analysis to group similar game content to provide diverse game choices and prevent players from getting bored due to repetition. 3. **Mapping between Knowledge Space and Game Content Space**: - **Rule Formulation**: Formulate mapping rules based on the characteristics of learning materials and game content to ensure that each learning material is embedded into unique game content at different difficulty levels. - **Frequency Adjustment**: For complex compounds, increase the number of game repetitions to improve the learning effect. ### Case Study: Chem Dungeon To verify the proposed framework, the author developed an educational game named Chem Dungeon to help players memorize chemical compounds. The specific steps are as follows: 1. **Learning Materials**: Extract 100 compounds from the periodic table and rank them according to their complexity. 2. **Game Content**: Use an existing rogue - like game as a basis to generate game content at different difficulty levels. 3. **Mapping**: Map each compound to game content at different difficulty levels according to the rules to ensure that players are both challenged and not too bored during the learning process. ### Conclusion Through user testing and statistical analysis, the paper shows that the proposed framework has achieved good results in reducing development costs and enhancing players' learning experiences.