UNPKG

bitmark-grammar

Version:
60 lines (57 loc) 1.5 kB
{ "type": "match-matrix", "format": "text", "item": "", "instruction": "Bring the german verbs into the correct tense.", "hint": "", "heading": { "forKeys": "Verb", "forValues": ["Future, 1st Person, Singular", "Past, 3rd Person, Plural"], }, "matrix": [ ... { "key": "gehen", "cells": [ { "item": "", "instruction": "", "values": ["ich werde gehen"] }, { "item": "", "instruction": "", "values": ["sie gingen"] }, ], "item": "", "isCaseSensitive": true, "hint": "", "isExample": false, "example": "", "isLongAnswer": false, }, { "key": "sprechen", "cells": [ { "item": "", "instruction": "", "values": ["ich werde sprechen"] }, { "item": "", "instruction": "", "values": ["sie sprachen"] }, ], "item": "", "isCaseSensitive": true, "hint": "", "isExample": false, "example": "", "isLongAnswer": false, }, ... ] }