// 1. Go to the Edit menu of your browser and "Select All."
// 2. Then from the Edit menu select Copy.
// 3. Finally, open up Notepad and Paste the material into it, and save
//    it as "questions.js" into the folder with the quiz web page.

var nTF = 30
var nmulti = 3
var nchoices = 3
var qTF = new Array(nTF)
var aTF = new Array(nTF)
var qmulti = new Array(nmulti)
var pmulti = new make_2d_array(nmulti,nchoices)
var amulti = new Array(nmulti)


qTF[1] = "You believe in the Moon and Magic Goddess."
aTF[1] = "true"
qTF[2] = "You believe in the Horned Hunter Beast God."
aTF[2] = "true"
qTF[3] = "You believes in a holy, magical, sexual union of these two deities."
aTF[3] = "true"
qTF[4] = "You believe the following instruments to be part of Devil worship: wand, scurge, and pentacle."
aTF[4] = "false"

qTF[5] = "You consecrate a circle  by cleansing and purifying with water, salt, and special fumes."
aTF[5] = "true"
qTF[6]= "You prefer to cast the sacred circle with the chalice or your third eye."
aTF[6] = "false"
qTF[7] = "You believe rituals can change physical reality."
aTF[7] = "true"
qTF[8]= "You believe only physical places exist."
aTF[8] = "false"

qTF[9]= "You believe individuals can enter non-physical places of existence through trances, meditations, and dreams."
aTF[9] = "true"
qTF[10]= "You follow the Rede as a moral and magical guide."
aTF[10] = "true"
qTF[11]= "You consider Valiente’s prose Charge of the Goddess a liturgical work."
aTF[11] = "true"
qTF[12]= "You consider Valiente’s prose Charge of the Goddess as a statement of mores."
aTF[12] = "true"

qTF[13]= "You believe in secrecy as a means of keeping magical knowledge and experience potent."
aTF[13] = "true"
qTF[14]= "You keep your religious beliefs secret to protect yourself as well as your Sisters and Brothers of the Craft, and share your beliefs joyfully when there is no danger."
aTF[14] = "true"
qTF[15]= "You symbolically categorize all things as metaphorical correspondences called the four elements."
aTF[15] = "true"
qTF[16]= "You believe that four days of the year, the Between Days, are especially magically potent."
aTF[16] = "true"

qTF[17]= "You believe the solstices and equinoxes are holy."
aTF[17] = "true"
qTF[18]= "You believe the Between Days, the solstices and the equinoxes (collectively called the Sabbats) have particular mythological meaning."
aTF[18] = "true"
qTF[19]= "You believe worship and magic are best effected when one is naked."
aTF[19] = "true"
qTF[20]= "You believe that the God and Goddess are real beings who would exist even if the human race did not."
aTF[20] = "true"

qTF[21]= "You believe in a genetic or inherent quality predisposes us to the Lady and Wicca."
aTF[21] = "true"
qTF[22]= "You believe that a process of initiatory training intensifies the genetic or inherent predisposition to an acuteness that allows for greater and greater communion with  the Gods and Other beings."
aTF[22] = "true"
qTF[23]= "You believe that a process of initiatory training allows anyone and everyone a greater and greater communion with the Gods and Other beings."
aTF[23] = "true"
qTF[24]= "You believe that the continuum of tuteledge of the initiatory training from the first publicly known Witch (Gerald Gardner) creates a particular bond between and flow of power with the Witches so trained and the magic so enacted."
aTF[24] = "true"

qTF[25]= "You believe that the continuum of casting circle, Working Magic, celebrating the Sabbots, and other acts of worship of the Lord and Lady in the manner described by the first publically known Witch (Gerald Gardner) creates a particular bond with the flow of power of the magic, celebration, and worship so enacted."
aTF[25] = "true"
qTF[26]= "You believe that vows to the Gods exceed the current life span into future, reincarnated lives."
aTF[26] = "true"
qTF[27]= "You believe that vows to the Gods in past incarnations lead us to these Ways and facilitate our magic and worship in this life."
aTF[27] = "true"
qTF[28]= "You believe each individual is his or her own priest or priestess."
aTF[28] = "true"
qTF[29]= "You believe the Gods are both immanent and transcendent."
aTF[29] = "true"
qTF[30]= "Dogma--arrogantly and threateningly imposed religious belief--is anathema to you."
aTF[30] = "true"



 qmulti[1] = "Which statement most closely reflects a Wiccan point of view?"
 pmulti[1][1] = "Nature does not have a soul, so we can trash it, strip it, and poison it all we want.<br>"
 pmulti[1][2] = "Nature is God's gift that God drove us from for eating of the Apple; thus, we are ever at odds with Nature.<br>"
 pmulti[1][3] = "Nature is the Lady manifest, we love, worship, and care for Her.<br>"
 amulti[1] = 3

 qmulti[2] = "Which statement most closely reflects a Wiccan point of view?<br>"
 pmulti[2][1] = "Your True Will is your ability to control your life.<br>"
 pmulti[2][2] = "Your True Will is evil, for everyone is just out for themselves.<br>"
 pmulti[2][3] = "Your True Will is to be in accord with the destiny the Lord and Lady have asked of you.<br>"
 amulti[2] = 3
 
 qmulti[3] = "Which statement most closely reflects a Wiccan point of view?<br>"
 pmulti[3][1] = "Magic is the art of changing reality through looking out for Number One.<br>"
 pmulti[3][2] = "Magic is the revival of superstition.<br>"
 pmulti[3][3] = "Magic is the entering of the Web to Weave reality through your directed Will, fueled by your passion.<br>"
 amulti[3] = 3
