Skip to content

A simple quiz review application to learn about file handling in C#.

License

Notifications You must be signed in to change notification settings

lfkeitel/quizzer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Quizzer

Quizzer is a card review software for learning just about anything. It supports standard flash cards and multiple choice questions. It uses an SQLite database to save card decks. Decks can be imported and exported.

Features

  • Flash card and multiple choice questions
  • Multiple quizzes
  • Import/export quizzes from/to a text file
  • Backed by and SQLite database

Screenshots

Screenshots are available in the screenshot directory.

Building

Quizzer was written with Visual Studio 2015 targeting .NET Framework 4.5.2 and x64 architecture. The reason for x64 is because the SQLite library bundled with this peoject is x64 only. You can download the x86 version of SQLite to build on x86.

License

This software is released under the 3-Clause BSD license which can be found in the LICENSE file.

About

A simple quiz review application to learn about file handling in C#.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages