myChoice[item++] = new Choice(
  '1. Turn your _________ to me; when I call, answer me quickly. (Psalm 102:2)',
  2,
  'eye',
  'ear',
  'face',
  'mind'
);

myChoice[item++] = new Choice(
  '2. Keep me as the apple of your ___________. (Psalm 17:8)',
  3,
  'heart',
  'soul',
  'eye',
  'hand'
)

myChoice[item++] = new Choice(
  '3. Take heed to the path of your ____________. (Proverbs 4:26)',
  2,
  'heart',
  'feet',
  'body',
  'spirit'
)

myChoice[item++] = new Choice(
  '4. True instruction was in his _____________. (Malachi 2:6)',
  4,
  'mind',
  'heart',
  'hands',
  'mouth'
)

myChoice[item++] = new Choice(
  '5. Cleanse your __________, you sinners.... (James 4:8)',
  2,
  'heart',
  'hands',
  'feet',
  'soul'
)

myChoice[item++] = new Choice(
  "6. The magicians said to Pharaoh, 'This is the __________ of God.' (Exodus 8:19)",
  2,
  'hand',
  'finger',
  'heart',
  'mind'
)

myChoice[item++] = new Choice(
  '7. I put a jewel on thy __________. (Ezekiel 16:12, KJV)',
  3,
  'heart',
  'breast',
  'forehead',
  'bosom'
)

myChoice[item++] = new Choice(
  '8. His __________ shone like the sun. (Matthew 17:2)',
  1,
  'face',
  'eyes',
  'whole being',
  'knees'
)

myChoice[item++] = new Choice(
  "9. A shepherd who tries to rescue a sheep from a lion’s mouth will recover only __________ or _______________. (Amos 3:12)",
  4,
  'a head, a tail',
  'a jawbone, a foot',
  'a leg, part of the head',
  'two legs, a piece of ear'
)

myChoice[item++] = new Choice(
  '10. The eternal God is your refuge, and underneath are the everlasting __________. (Deuteronomy 33:27)',
  2,
  'hands',
  'arms',
  'eyes'
)
