Warning, /education/minuet/data/exercises/chords-combined-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": "Combined",
0013           "and-tags": ["chord"],
0014           "children": [
0015             {
0016               "name": "Major chords",
0017               "and-tags": ["root-position", "major"]
0018             },
0019             {
0020               "name": "Minor chords",
0021               "and-tags": ["root-position", "minor"]
0022             },
0023             {
0024               "name": "Diminished chords",
0025               "and-tags": ["root-position", "diminished"]
0026             },
0027             {
0028               "name": "Augmented chords",
0029               "and-tags": ["root-position", "augmented"]
0030             },
0031             {
0032               "name": "Suspended chords",
0033               "and-tags": ["sus", "root-position"]
0034             },
0035             {
0036               "name": "Chords with a minor seven",
0037               "and-tags": ["root-position", "7-"]
0038             },
0039             {
0040               "name": "Chords with a major seven",
0041               "and-tags": ["root-position", "7+"]
0042             },
0043             {
0044               "name": "Chords with inversions",
0045               "or-tags": ["triad", "basic"]
0046             },
0047             {
0048               "name": "Lots of Chords",
0049               "and-tags": ["root-position"]
0050             }
0051           ]
0052         }
0053       ]
0054     }
0055   ]
0056 }