File: dictation-exception-handling

package info (click to toggle)
solfege 3.10.3-1
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 12,408 kB
  • ctags: 4,270
  • sloc: python: 22,161; xml: 7,536; ansic: 4,442; makefile: 685; sh: 308
file content (34 lines) | stat: -rw-r--r-- 677 bytes parent folder | download | duplicates (2)
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
# Solfege - ear training for GNOME
# Copyright (C) 2000, 2001, 2002, 2003, 2004  Tom Cato Amundsen
# License is GPL, see file COPYING

header {
    lesson_id = "ef41195b-9408-479b-af43-f129743e2bdc"
    module = dictation
    title = "dictation: mpd errors in cue_music"
}
question {
 music = voice("c e afd2.+0+0+")
 clue_end = "not a rat"
}
question {
 music = voice("c d e")
 clue_music = voice("c d")
}
question {
 music = voice("c d e f")
 clue_music = voice("c d e")
}

question {
 music = voice("c e afd2.+0+0+")
}
question {
 music = voice("c e afd2.+0+0+")
 clue_music = voice ("got no clue")
}
question {
 music = voice("c e afd2.+0+0+")
 clue_music = voice ("<")
}