Warning, /education/minuet/data/exercises/chords-extended-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": "Extended chords",
0013           "and-tags": ["chord", "root-position"],
0014           "children": [
0015             {
0016               "name": "Basic ninth chords",
0017               "and-tags": ["ninth", "9"],
0018               "or-tags": ["minor", "major"]
0019             },
0020             {
0021               "name": "All ninth chords",
0022               "and-tags": ["ninth"]
0023             },
0024             {
0025               "name": "Basic eleventh chords",
0026               "and-tags": ["eleventh", "11"]
0027             },
0028             {
0029               "name": "Sharp eleventh chords",
0030               "and-tags": ["eleventh", "11+"]
0031             },
0032             {
0033               "name": "All eleventh chords",
0034               "and-tags": ["eleventh"]
0035             },
0036             {
0037               "name": "All extended chords",
0038               "and-tags": ["extended"]
0039             }
0040           ]
0041         }
0042       ]
0043     }
0044   ]
0045 }