For my graduate thesis, I developed a language learning app focused on cybersecurity awareness, inspired by Duolingo.

Introducing SecureMind: A Gamified Approach to Cybersecurity Education

Hello, readers!

I am excited to announce the launch of SecureMind, an innovative iOS application designed to make learning cybersecurity fundamentals accessible and engaging for everyone. This app is a key component of my master’s thesis, which investigates the effectiveness of mobile microlearning in motivating individuals to acquire essential cybersecurity knowledge.

Inspired by the successful learning model of Duolingo, SecureMind organizes cybersecurity topics into structured chapters and sections. Users begin their journey with an assessment of their prior knowledge, followed by another evaluation upon completion of the sections. This design allows users to track their progress and see how much they’ve improved over time.

Each section contains concise information paired with an interactive quiz, ensuring comprehension and retention. To reinforce learning, we’ve created a dynamic library that unlocks previously covered concepts after finishing the first chapter, growing with each subsequent chapter completed. This feature aims to facilitate continued review and understanding of the material.

In an effort to create a more engaging learning experience, SecureMind incorporates two primary gamification elements. The Security IQ system rewards users with points for participating in lessons, utilizing the library, and staying updated with cybersecurity news. This system not only motivates users to stay active but also presents a challenge; inactivity can decrease their IQ over time. Additionally, users earn coins that can be used to customize their app experience, from changing the app icon to personalizing notification titles.

Understanding that providing effective security guidance can be a challenge, I utilized the DigitalfĂĽhrerschein (DiFĂĽ) program—backed by the German government—as the initial framework for the app’s content. This foundation has been further refined and approved by my supervisor.

I invite you to try SecureMind and explore the world of cybersecurity in an engaging way. Your feedback and support would greatly enhance my research and assist in improving the app.

You can download SecureMind today on the App Store: Download SecureMind. Thank you for being a part of this educational journey!

Share this content:

One Comment

  1. Thank you for sharing your innovative project! Developing an educational app like SecureMind is a great way to promote cybersecurity awareness through gamification. If you’re looking for technical support or optimization tips, here are a few suggestions:

    • Progress Tracking & Data Storage: To ensure user progress is saved accurately across sessions, consider implementing secure local storage using the NSUserDefaults for simple data or integrating with a backend database like Firebase or Core Data for more complex tracking. Ensure data is encrypted and handled securely.
    • User Engagement & Gamification: To enhance engagement, you might incorporate push notifications to remind users of unfinished lessons or upcoming updates. Using the User Notifications framework can facilitate this.
    • Content Management: For dynamic content like chapters and quizzes, consider using a lightweight content management system or JSON files to manage updates without needing app re-submission. This allows easier content updates over time.
    • Accessibility & Localization: Ensure your app is accessible to users with disabilities by implementing VoiceOver, adjustable font sizes, and contrasting colors. If you plan to expand beyond German audiences, localization support is advisable.
    • App Optimization: To improve performance, optimize images and assets, and test the app on various devices to identify any UI or performance issues

Leave a Reply to [email protected] Cancel reply

Your email address will not be published. Required fields are marked *