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