Skip to content

josephbertino/spacereps

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 

Repository files navigation

SPACEREPS

A small memory-training index card tool, rooted in the learning technique Spaced Repetition.

Every day that you use the tool, it will quiz you on a subset of questions ("bytes" as I call them in the program's code) stored in the 'active' database. Questions you answer correctly will advanced by one level, which means you won't see that question again for a longer period of time. Questions you answer incorrectly will be demoted to Level 1, and you will be quizzed on them tomorrow. Once a question progresses past Level 7, it will be archived, and you will no longer be quizzed on it.

Each day you are also offered the opportunity to add new questions to the active database. These questions are initially set to Level 1.

Motivation

I am going to get my Ham Radio license and want to try out this learning method to study for the test.

Build Status

Text-Based Runs
GUI In Progress

ScreenShots

Under Construction

How to Use?

Text-Based utility

Under Construction

GUI Utility

Under Construction

Credits

This utility was inspired by and almost entirely derivative of the game discussed in Nicky Case's article How To Remember Anything Forever-ish.

About

Spaced Repetition memory game, written in Python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages