Warning, /education/minuet/data/exercises/chords-root-position-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": "Root Position",
0013           "and-tags": ["chord", "root-position"],
0014           "children": [
0015             {
0016               "name": "Minor and Major Chords",
0017               "and-tags": ["triad"],
0018               "or-tags": ["minor", "major"]
0019             },
0020             {
0021               "name": "Minor 7 and Dominant 7 Chords",
0022               "and-tags": ["7"],
0023               "or-tags": ["minor", "dominant"]
0024             },
0025             {
0026               "name": "Diminished and Augmented Chords",
0027               "and-tags": ["triad"],
0028               "or-tags": ["diminished", "augmented"]
0029             },
0030             {
0031               "name": "Minor 9 and Major 9 Chords",
0032               "and-tags": ["9"],
0033               "or-tags": ["minor", "major"]
0034             },
0035             {
0036               "name": "Major 7(b9) and Major maj7(9) Chords",
0037               "and-tags": ["7", "9"],
0038               "or-tags": ["major"]
0039             },
0040             {
0041               "name": "Major Seventh, Diminished Seventh, and Half Diminished Seventh Chords",
0042               "and-tags": ["7"],
0043               "or-tags": ["major", "diminished"]
0044             },
0045             {
0046               "name": "Chords with 9 in their name",
0047               "or-tags": ["9"]
0048             },
0049             {
0050               "name": "Altered Chords",
0051               "and-tags": ["altered"]
0052             },
0053             {
0054               "name": "Chords with 7 in their name",
0055               "and-tags": ["7"]
0056             },
0057             {
0058               "name": "Minor, Major, Diminished, and Augmented Chords",
0059               "or-tags": ["minor", "major", "diminished", "augmented"]
0060             },
0061             {
0062               "name": "Lots of Chords"
0063             }
0064           ]
0065         }
0066       ]
0067     }
0068   ]
0069 }