myChoice[item++] = new Choice(
  '1. When Mary became pregnant, Mary and Joseph were:',
  2,
  'married',
  'engaged',
  'just friends',
  'none of the above'
);

myChoice[item++] = new Choice(
  '2. When Mary became pregnant',
  5,
  'A. Joseph married her',
  'B. Joseph wanted to dissolve their relationship',
  'C. Mary left Nazareth for a while',
  'D. an angel told them to go to Bethlehem',
  'E. both B (Joseph wanted to split up) and C (Mary left Nazareth for a while)',
  'F. both B (Joseph wanted to split up) and D (angel said to go to Bethlehem)'
)

myChoice[item++] = new Choice(
  '3. Who directed Mary and  Joseph to go to Bethlehem?',
  2,
  'Herod',
  'Caesar',
  'an angel',
  'the IRS'
)

myChoice[item++] = new Choice(
  "4. Joseph's family was from:",
  2,
  'Jerusalem',
  'Bethlehem',
  'Nazareth',
  'Singapore'
)

myChoice[item++] = new Choice(
  "5. For the journey to Bethlehem, Mary and Joseph",
  4,
  'walked',
  'Joseph walked and Mary rode a donkey',
  'took a bus',
  'the Bible does not say'
)

myChoice[item++] = new Choice(
  '6. Who told Joseph to name the baby Jesus?',
  3,
  'Mary',
  'the chief priests and scribes',
  'an angel of the Lord',
  'Herod the king'
)

myChoice[item++] = new Choice(
  '7. What did the innkeeper say to Mary and Joseph?',
  4,
  'A. There is no room in the inn',
  'B. I have a stable out back where you can stay',
  'C. both A (no room in the inn) and B (you can use the stable)',
  'D. none of the above'
)

myChoice[item++] = new Choice(
  '8. The baby Jesus was born in a',
  4,
  'cave',
  'barn',
  'manger',
  'who knows?'
)

myChoice[item++] = new Choice(
  "9. What animals were present at Jesus' birth?",
  4,
  "cows, sheep and camels",
  "cows, sheep and donkeys",
  "lions, tigers and bears",
  'none of the above'
)

myChoice[item++] = new Choice(
  '10. What is a manger anyway?',
  2,
  'a small barn',
  'a feeding trough',
  'a place to store hay',
  'a Greek term for a nursery'
)

myChoice[item++] = new Choice(
  '11. When did the baby Jesus cry?',
  2,
  'when he saw the wise men',
  'whenever babies usually cry',
  'when the cattle started lowing',
  'no crying he makes'
);

myChoice[item++] = new Choice(
  '12. How many angels spoke to the shepherds?',
  2,
  'a multitude',
  'one',
  'two - Gabriel and Michael',
  'who knows?'
)

myChoice[item++] = new Choice(
  '13. What sign were the shepherds told to look for?',
  3,
  'A. a star over the stable',
  'B. a barn outlined in Christmas lights',
  'C. a baby in a manger',
  'D. both A (star over stable) and C (baby in a manger)'
)

myChoice[item++] = new Choice(
  "14. Just what is a 'heavenly host?'",
  3,
  'an angelic choir',
  'the welcoming angel in heaven',
  'an army of angels',
  'none of the above'
)

myChoice[item++] = new Choice(
  '15. What song did the angels sing?',
  4,
  'O Little Town of Bethlehem',
  "Handel's Messiah",
  'Glory to God in the Highest',
  'none of the above'
)

myChoice[item++] = new Choice(
  '16. Who saw the star over Bethlehem?',
  5,
  'A. Mary and Joseph',
  'B. the wise men',
  'C. the shepherds',
  'D. both B (Mary and Joseph) and C (the shepherds)',
  'E. none of the above'
)

myChoice[item++] = new Choice(
  '17. How many wise men came to see Jesus?',
  4,
  'One',
  'Three',
  'Twelve',
  'the Bible does not say'
)

myChoice[item++] = new Choice(
  '18. What in the world are Magi?',
  2,
  'Eastern kings',
  'astrologers',
  'magicians',
  'none of the above'
)

myChoice[item++] = new Choice(
  "19. When the wise men brought their gifts to Jesus, they found him in:",
  3,
  'a manger',
  'a church',
  'a house',
  'none of the above'
)

myChoice[item++] = new Choice(
  '20. Christmas has always been observed',
  4,
  'on December 25',
  "at Grandma's house",
  'on January 17',
  'none of the above'
)
