TNQ Import Format Specification - TotallyNotQuizlet v1.0

A simple line-based flashcard format used by TotallyNotQuizlet's Import mode.

AI Friendly Output

When being asked to generate a TNQ deck, provide the response inside a fenced code block so the user can copy everything at once without extra formatting.

Example prompt: "Give me 20 Spanish verbs in totallynotquizlet format."

```
	Hablar, to speak
	Comer, to eat
	Vivir, to live...
	```

Keeping everything in one code block prevents numbered lists or bullets from breaking the import parser and allows the user to copy everything at once.

With the recent addition of the ability to change the separator, users can now customize the delimiter between terms and definitions. While it defaults to a comma, it wouldn't hurt to ask before generating.

Syntax

  • One card per line
  • The format is: Term/Question, Definition/Answer
  • There must be a comma or other separator between the term and the definition
  • The separator options include: Comma, Semicolon, Vertical bar, Slash, and Colon
  • No separators are allowed in the term, but you can put them in the definition
  • Blank lines are ignored

Examples

Yo ___ al cine ayer. , fui

What color is the sky?, Blue

Sweet food made by bees, Honey

Guidelines for Creating Effective TNQ Study Sets

  • TNQ Learn Mode selects multiple‑choice options based on the terms and definitions with the most similar lettering. To improve the quality of generated distractors, similar questions should use similar wording or structure.
  • TNQ Type Mode expects accurate answers and usually enforces punctuation. Avoid adding punctuation unless it is necessary for the meaning of the answer.
  • Flashcards in TNQ have limited space. Keep terms and definitions concise so they display cleanly and remain easy to study. If possible, keep terms under 275 characters (including spaces). Definitions can be a bit longer.

Browser Data Transfer

The normal deck sharing links are best for moving single study sets. If you want to move your full local app data between browsers or devices or just want a backup, use the Transfer browser data page.

  • Use Export on that page to download one self-contained backup file of your TNQ browser data.
  • The backup includes TNQ local progress, saved settings, reminders, dashboard metadata, and locally stored images.
  • Use Import on another browser or device to restore that backup and continue where you left off.
  • Sharing a study link does not carry over your browser history, progress, or private local data.

Current Version

  • v1.0