Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/davep/quiz.el
Trivia quiz game for GNU Emacs, using Open Trivia DB as the back end
https://github.com/davep/quiz.el
elisp emacs emacs-lisp game lisp quiz trivia
Last synced: 12 days ago
JSON representation
Trivia quiz game for GNU Emacs, using Open Trivia DB as the back end
- Host: GitHub
- URL: https://github.com/davep/quiz.el
- Owner: davep
- License: gpl-3.0
- Created: 2017-08-10T16:08:39.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-05-25T12:07:30.000Z (over 5 years ago)
- Last Synced: 2025-01-20T06:59:21.302Z (17 days ago)
- Topics: elisp, emacs, emacs-lisp, game, lisp, quiz, trivia
- Language: Emacs Lisp
- Size: 161 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[![MELPA Stable](https://stable.melpa.org/packages/quiz-badge.svg)](https://stable.melpa.org/#/quiz)
[![MELPA](https://melpa.org/packages/quiz-badge.svg)](https://melpa.org/#/quiz)# quiz.el
A simple trivia quiz game that uses [The Open Trivia
Database](https://opentdb.com/) as the back end.## Commentary:
`quiz.el` implements a simple multiple-choice trivia quiz, using [The Open
Trivia Database](https://opentdb.com/) as the back end.For the moment it provides a single command: `quiz`. When run you will be
prompted for how many questions you'd like (between 1 and 50) and then a
buffer of questions with multiple-choice answers will be displayed. Answer
the questions by checking your choice of answer and hit Space at
any time to check your progress.![M-x quiz RET](quiz.png)
## Todo:
- [X] Implement categories.
- [X] Implement difficulty levels.
- [ ] Implement session IDs to have fewer repeat questions.
- [ ] Implement question type selection.