myChoice[item++] = new Choice(
  "1. As Jesus rode into Jerusalem (on Palm Sunday), what did He say would cry out if His disciples didn't? (Luke 19:40)",
  1,
  'the stones',
  'the angels',
  'the earth',
  'the animals'
);

myChoice[item++] = new Choice(
  '2. What was the man carrying whom Peter and John followed to prepare the upper room for Passover? (Luke 22:10)',
  3,
  'a bushel of wheat',
  'a young lamb',
  'a pitcher of water',
  'a loaf of bread'
)

myChoice[item++] = new Choice(
  '3. What did Jesus give to Judas as a sign that he was to betray Him? (John 13:26)',
  2,
  'Glass of wine',
  'Bread',
  'Jar of honey',
  'Bag of coins'
)

myChoice[item++] = new Choice(
  "4. Which of these things did NOT happen at the Lord's Supper?",
  4,
  'The disciples sang a hymn',
  "Jesus washed the disciple's feet",
  'Judas left to betray Jesus',
  'Jesus wept bitterly'
)

myChoice[item++] = new Choice(
  '5. What was the sign that Jesus gave Peter in stating that he would deny Him? (Mark 14:30)',
  2,
  'the sun would rise',
  'a rooster would crow twice',
  'someone would build a fire',
  'darkness would cover the land'
)

myChoice[item++] = new Choice(
  '6. Where was Jesus when he was arrested? (Matthew 26:36-56)',
  2,
  'The temple',
  'A garden',
  'The upper room',
  'A courtyard'
)

myChoice[item++] = new Choice(
  "7. At Jesus' arrest, who cut off the ear of the high priest's servant? (John 18:10)",
  3,
  'John',
  'James',
  'Peter',
  'the Bible does not say'
)

myChoice[item++] = new Choice(
  '8. Who was the chief priest who had Jesus arrested? (John 18:28)',
  1,
  'Caiaphas',
  'Ananias',
  'Pilate',
  'Zechariah'
)

myChoice[item++] = new Choice(
  '9. Which of these people did NOT question Jesus after he was arrested? (Matthew 26:57, Luke 23: 1, 7)',
  4,
  'Caiaphas',
  'Pilate',
  'Herod',
  'Caesar'
)

myChoice[item++] = new Choice(
  '10. On what charge did the Jewish court sentence Jesus to death? (John 19:7)',
  2,
  'Murder',
  'Blasphemy',
  'False witness',
  'Theft'
)

myChoice[item++] = new Choice(
  '11. What was the name of the prisoner the people wanted released instead of Jesus? (Matthew 27:15)',
  3,
  'Barnabas',
  'Haman',
  'Barabbas',
  'Jack the Ripper'
);

myChoice[item++] = new Choice(
  "12. Who was told to carry Jesus' cross for him? (Matthew 27:32)",
  3,
  'Joseph of Arimathea',
  'John',
  'Simon the Cyrenian',
  'Peter'
)

myChoice[item++] = new Choice(
  '13. Where was Jesus crucified? (Matthew 27:33-35)',
  2,
  'The Mount of Olives',
  'Golgotha',
  'Jerusalem',
  'The Hinnom Valley'
)

myChoice[item++] = new Choice(
  '14. Which of these things did NOT happen when Jesus died? (Matthew 27:51-53)',
  4,
  'the veil of the temple was torn in two',
  'an earthquake',
  'many saints were raised from the dead',
  'the moon turned red'
)

myChoice[item++] = new Choice(
  "15. What happened when a soldier pierced Jesus' crucified body? (John 19:34)",
  3,
  'blood flowed out',
  'water flowed out',
  'blood and water flowed out',
  'nothing flowed out'
)

myChoice[item++] = new Choice(
  '16. Who owned the tomb where Jesus was buried? (Luke 23:50-53)',
  1,
  'Joseph of Arimathea',
  'Simon the Cyrenian',
  'Nicodemus',
  'Mary Magdalene'
)

myChoice[item++] = new Choice(
  '17. What were the soldiers told to say regarding the missing body of Jesus? (Matthew 28:12-13)',
  3,
  'His body fell into a crevice created by the earthquake',
  'His mother moved the body to a different tomb',
  'His disciples stole the body at night',
  "He wasn't really dead - just unconscious"
)

myChoice[item++] = new Choice(
  '18. On what day of the week was Jesus first seen after His resurrection? (Mark 16:9, Luke 24:1-7)',
  3,
  'Friday',
  'Saturday',
  'Sunday',
  'Monday'
)

myChoice[item++] = new Choice(
  '19. To who did Jesus first appear after his resurrection? (Mark 16:9)',
  1,
  'Mary Magdalene',
  'His mother Mary',
  'Peter',
  'Matthew'
)

myChoice[item++] = new Choice(
  '20. Which disciple said he would not believe Jesus had risen unless he could see the nail marks in his hands? (John 20:24-28)',
  4,
  'Andrew',
  'James',
  'Peter',
  'Thomas'
)
