; -------------------------------------------------------------- ; DEMO QiM Quiz-Master file for the creation of loadable .QIZ ; files. ; modify this file (or use this has a template) for your own ; quiz files. ; YOU NEED YOUR OWN SAMPLES TO CREATE A QIZ FILE. ; create the .QIZ file by calling qizmake riff.qim ; -------------------------------------------------------------- # name yourself as the quizmaster (up to 20 chars) { "Natrlich!" } # now enter # the compression: L for lossy, C for nonlossy or N for none # the question (max 30 chars) # the answer (max 30 chars) # the path of the sample (RAW, SampleStar, NSVX or 8SVX format) # # MEMO: for your undisturbed enjoyment of the original qiz, the answers # have been obscured. { L "I'm just a ..." "lamer" "f:\samples\lamer.smp" L "Off which album?" "killer" "f:\samples\paleface.smp" L "Name the group (2 words)!" "kk" "f:\samples\downing.smp" L "Name that group!" "thugs" "f:\samples\thugs.smp" L "Name of the album?" "blind creature" "f:\samples\blind.smp" L "Who is this group?" "vegetarian""f:\samples\v.smp" L "Which mega-group?" "lifesaver" "f:\samples\livesaver.smp" L "Name of the quartet?" "kronos" "f:\samples\kronos.smp" L "Group hails from which city?" "witten" "f:\samples\hearts.smp" L "Group's from what country?" "iceland" "f:\samples\bjoerk.smp" L "Musicians last name?" "samuelson" "f:\samples\gar.smp" L "These girls are on what?" "dope" "f:\samples\xtc.smp" L "First word of the song title?" "water" "f:\samples\satchmo.smp" L "Name of the group?" "nuneater" "f:\samples\popepoop.smp" L "This Guy is ..." "a crazy" "f:\samples\dudester.smp" } # now enter the rating given for the percentage range of correct answers # from 0% to 9% rating "One sad lamer" # you may enter up to one entry for each percentage point from 0 to 100 # the numbers must be ascending, and there mustn't be any gaps { 0 9 "One sad lamer" 10 19 "Milli Vanilli fan" 20 29 "Deathmetal drummer" 30 39 "Poser" 40 49 "Groupie" 50 59 "Deadhead" 60 69 "Headbanger" 70 79 "Riffmeister" 80 89 "Living legend" 90 100 "Guitar God" }