// myinterlibUK.js >
// ---------------------------------------- >
function reportjavalib() {
if (test) { alert('Loaded ' + javalibfilename) }
}
// -------------------------------------------
javalibfilename = "myinterlibUK.js"
reportjavalib()
// -------------------------------------------
function myinterlibUK () {
this.title = "Your Quiz Title"
this.author = "Mike L. Griebel"
this.shortauthor = "Griebel"
this.showbval = "Show answer"
this.numbbval = "Show answer"
this.knewbval = "I knew that"
this.knewnotbval = "I didn't know"
this.headerq = "Question"
this.headera = "Answer"
this.stopbval = 'Stop'
this.helpbval = "Help"
this.faqbval = 'FAQ'
this.headeroptions = 'Options'
this.headerqorder = 'Question order'
this.randombval = "Random order"
this.randomnotbval = "Sequentially"
this.headerdorder = 'Display order'
this.wwqbval = "Left side first"
this.wwxbval = "Alternately"
this.wwabval = "Right side first"
this.headerdataset = 'Data Set'
this.headerprintflash = 'Print flash cards'
this.makeflash2bval = '2/page'
this.makeflash4bval = '4/page'
this.makeflash5bval = '5/page'
this.helpline = myinterlibUK_helpline
}
// ---------------------------------------- >
// ** DIRECTIONS >
// Your help should relate to your >
// question set, and not to how the >
// quizzes function in general. >
// (That is covered in the FAQ). >
// ---------------------------------------- >
function myinterlibUK_helpline () {
res = ""
res += "\n"
res += "(Your help for this quiz)"
res += ""
res += ""
return res
}