MemoScript

MemoScript

Create quizzes and practice tests as fast as you can type. No account needed.

Simple Syntax

Write questions in plain text with minimal YAML-like syntax. No complex editors needed.

Multiple Question Types

Q&A, fill-in-the-blank, and multiple choice questions all supported.

No Account Required

Start creating immediately. Your questions are saved locally in your browser.

Smart Review Scheduling

Cards you miss get reviewed sooner. Cards you know get spaced further apart — automatically.

Example Syntax

# Multiple choice (click to answer)
- Q: Which planet is the largest?
  choices:
    - Earth
    - Mars
    - [Jupiter]
    - Saturn

# Fill-in-the-blanks with options
- cloze: The {{mitochondria}} is the {{powerhouse}} of the {{cell}}
  options:
    - [mitochondria, nucleus, ribosome, chloroplast]
    - [powerhouse, factory, engine, center]
    - [cell, body, organism, tissue]

# Open-ended Q&A (type to answer)
- Q: What is the capital of France?
  A: Paris