/quiz.el

Trivia quiz game for GNU Emacs, using Open Trivia DB as the back end

Primary LanguageEmacs LispGNU General Public License v3.0GPL-3.0

MELPA Stable MELPA

quiz.el

A simple trivia quiz game that uses The Open Trivia Database as the back end.

Commentary:

quiz.el implements a simple multiple-choice trivia quiz, using The Open Trivia Database 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

Todo:

  • Implement categories.
  • Implement difficulty levels.
  • Implement session IDs to have fewer repeat questions.
  • Implement question type selection.