https://github.com/blackjar72/qflashcards
A simple virtual flashcards app in written in C++ with Qt
https://github.com/blackjar72/qflashcards
educational-software qt qt-gui qt5 qtcreator self-study
Last synced: 30 days ago
JSON representation
A simple virtual flashcards app in written in C++ with Qt
- Host: GitHub
- URL: https://github.com/blackjar72/qflashcards
- Owner: BlackJar72
- License: gpl-3.0
- Created: 2018-01-22T23:08:24.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2020-02-11T21:01:56.000Z (over 6 years ago)
- Last Synced: 2025-01-16T22:16:47.149Z (over 1 year ago)
- Topics: educational-software, qt, qt-gui, qt5, qtcreator, self-study
- Language: C++
- Size: 108 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# QFlashCards
## Due to the flurry of new age verification laws I do not have the infrastructure to comply with, I will not be making or working on videogames or any other standalone software applications. ##
A simple virtual flashcards app in written in C++ with Qt. I created the mostly for my own use
in studying. It is my first useful, native-code gui app.
My hope is that it will allow students to easily create and use their own virtual flash cards,
store them for later use, and allow three levels study: simple review, multiple choice, and
free responce. That is to allow varying levels of difficulty and learning, recall being a
more difficult task and deeper level of learning than recognition. In addition, it will randomize
presentation as this also improves the depth and flexibility of learning be eliminating the
priming effect that can occur with constant order stimuli.
This project is free and open source, and presented in the hopes that it will interesting and/or
useful, but with no warranty or guarantee of any kind whatsoever. It is released under the
GNU Public License version 3.0. Please read the licenses for more information.
https://www.gnu.org/licenses/gpl-3.0.en.html
Copyright (C) Jared Blackburn, 2018.