This file is indexed.

/usr/share/minuet/exercises/chords-root-position-exercises.json is in minuet-data 17.12.3-0ubuntu1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
{
  "exercises": [
    {
      "name": "Chords",
      "root": "41..67",
      "playMode": "chord",
      "userMessage": "Hear the chord and then choose an answer from options below",
      "numberOfSelectedOptions": 1,
      "_icon": "minuet-chords.svg",
      "children": [
        {
          "name": "Root Position",
          "and-tags": ["chord", "root-position"],
          "children": [
            {
              "name": "Minor and Major Chords",
              "and-tags": ["triad"],
              "or-tags": ["minor", "major"]
            },
            {
              "name": "Minor 7 and Dominant 7 Chords",
              "and-tags": ["7"],
              "or-tags": ["minor", "dominant"]
            },
            {
              "name": "Diminished and Augmented Chords",
              "and-tags": ["triad"],
              "or-tags": ["diminished", "augmented"]
            },
            {
              "name": "Minor 9 and Major 9 Chords",
              "and-tags": ["9"],
              "or-tags": ["minor", "major"]
            },
            {
              "name": "Major 7(b9) and Major maj7(9) Chords",
              "and-tags": ["7", "9"],
              "or-tags": ["major"]
            },
            {
              "name": "Major Seventh, Diminished Seventh, and Half Diminished Seventh Chords",
              "and-tags": ["7"],
              "or-tags": ["major", "diminished"]
            },
            {
              "name": "Chords with 9 in their name",
              "or-tags": ["9"]
            },
            {
              "name": "Altered Chords",
              "and-tags": ["altered"]
            },
            {
              "name": "Chords with 7 in their name",
              "and-tags": ["7"]
            },
            {
              "name": "Minor, Major, Diminished, and Augmented Chords",
              "or-tags": ["minor", "major", "diminished", "augmented"]
            },
            {
              "name": "Lots of Chords"
            }
          ]
        }
      ]
    }
  ]
}