This file is indexed.

/usr/share/minuet/exercises/intervals-harmonic-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
70
71
72
73
74
75
76
77
78
79
80
{
  "exercises": [
    {
      "name": "Intervals",
      "root": "41..67",
      "playMode": "chord",
      "userMessage": "Hear the interval and then choose an answer from options below",
      "numberOfSelectedOptions": 1,
      "_icon": "minuet-intervals.svg",
      "children": [
        {
          "name": "Harmonic Intervals",
          "and-tags": ["interval", "harmonic"],
          "children": [
            {
              "name": "Seconds",
              "or-tags": ["2"]
            },
            {
              "name": "Thirds",
              "or-tags": ["3"]
            },
            {
              "name": "Fourths and Fifths",
              "or-tags": ["4", "5"]
            },
            {
              "name": "Sixths",
              "or-tags": ["6"]
            },
            {
              "name": "Sevenths",
              "or-tags": ["7"]
            },
            {
              "name": "Ninths",
              "or-tags": ["9"]
            },
            {
              "name": "Tenths",
              "or-tags": ["10"]
            },
            {
              "name": "Tritone and Sevenths",
              "or-tags": ["tritone", "7"]
            },
            {
              "name": "Fourths, Fifths, and Octave",
              "or-tags": ["4", "5", "8"]
            },
            {
              "name": "Seconds and Thirds",
              "or-tags": ["2", "3"]
            },
            {
              "name": "Sixths and Sevenths",
              "or-tags": ["6", "7"]
            },
            {
              "name": "Sevenths and Ninths",
              "or-tags": ["7", "9"]
            },
            {
              "name": "Second to Octave",
              "or-tags": ["2", "3", "4", "tritone", "5", "6", "7", "8"]
            },
            {
              "name": "Second to Tenth",
              "or-tags": ["2", "3", "4", "tritone", "5", "6", "7", "8", "9", "10"]
            },
            {
              "name": "Second to 15th",
              "or-tags": ["2", "3", "4", "tritone", "5", "6", "7", "8", "9", "10", "11", "8+tritone", "12", "13", "14", "double8"]
            }
          ]
        }
      ]
    }
  ]
}