# Solfege - ear training for GNOME
# Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005 Tom Cato Amundsen
# License is GPL, see file COPYING

header {
    lesson_id = "38bfaa64-c182-4687-aa41-ed6352017342"
    module = idbyname
        random_transpose = accidentals, -5, 5
        title = "Minor and major chords"
        lesson_heading = "Tell if the chord is minor or major"
        test = "6x"
        test_requirement = "90%"
}
question { name="major" name[no]="dur" chord("c' e' g'") }
question { name="minor" name[no]="moll" chord("c' es' g'") }
#question { name=_("major") chord("c' e' g'") }
#question { name=_("minor") chord("c' es' g'") }
