Simple online learning cards for C# exam preparation. Can be used with any other theme. All questions are located in array QUESTIONS in question.js file.
Working version can be found on https://burk.in/learn/
Swipe left/right for next/previous question and click or tap on card to flip it and see correct answer.
On the main page select topic and start learning.
You can start learning without setup screen.
To specify exact topic of learning, use t in URL query and specify your topic. t stands for topics. For example https://burk.in/learn/learn.html?t=threading.
Also it is possible to indicate several comma-separated topics. For example
https://burk.in/learn/learn.html?t=debug,security.
To exclude specific topics from collection, use e in URL query and specify one or several comma-separated topics. e stands for exclude For example https://burk.in/learn/learn.html?e=other,serialization.
At this moment following topics are available:
- serialization
- threading
- assemblies
- security
- debug
- other
Just clone this project, replace questions with your own and it is ready to use.
This project is written with HTML, CSS and JavaScript.
All contributions are limited but possible. If you have want to contribute, please, follow the same code style and make a Pull Request.