Warning, /education/minuet/data/exercises/chords-sevenths-exercises.json is written in an unsupported language. File is not indexed.

0001 {
0002   "exercises": [
0003     {
0004       "name": "Chords",
0005       "root": "41..67",
0006       "playMode": "chord",
0007       "userMessage": "Hear the chord and then choose an answer from options below",
0008       "numberOfSelectedOptions": 1,
0009       "_icon": "minuet-chords.svg",
0010       "children": [
0011         {
0012           "name": "Seventh chords",
0013           "and-tags": ["chord", "seventh"],
0014           "children": [
0015             {
0016               "name": "Basic seventh chords",
0017               "and-tags": ["basic", "root-position"]
0018             },
0019             {
0020               "name": "Dominant seventh - inversions",
0021               "and-tags": ["basic", "dominant"]
0022             },
0023             {
0024               "name": "Major seventh - inversions",
0025               "and-tags": ["basic", "major"]
0026             },
0027             {
0028               "name": "Minor seventh - inversions",
0029               "and-tags": ["basic", "minor"]
0030             },
0031             {
0032               "name": "Inversions of basic seventh chords",
0033               "and-tags": ["basic"]
0034             },
0035             {
0036               "name": "Seventh chords with an altered five",
0037               "and-tags": ["root-position"],
0038               "or-tags": ["5-", "5+"]
0039             },
0040             {
0041               "name": "Seventh chords with a minor seven",
0042               "and-tags": ["7-", "root-position"]
0043             },
0044             {
0045               "name": "Seventh chords with a major seven",
0046               "and-tags": ["7+", "root-position"]
0047             },
0048             {
0049               "name": "All seventh chords",
0050               "and-tags": ["root-position"]
0051             }
0052           ]
0053         }
0054       ]
0055     }
0056   ]
0057 }