myChoice[item++] = new Choice(
  '1. Who wrote the Epistle to the Hebrews?',
  4,
  'Luke',
  'Paul',
  'Timothy',
  'no one knows for sure'
);

myChoice[item++] = new Choice(
  '2. What exactly is an epistle?',
  1,
  'a letter',
  'an essay',
  'a short book',
  'the wife of an apostle'
)

myChoice[item++] = new Choice(
  '3. How many books of the New Testament are epistles (a letter adopted as a book)?',
  3,
  '7.',
  '14.',
  '21.',
  '28.'
)

myChoice[item++] = new Choice(
  '4. In Verse 1:2, the author of Hebrews says that God speaks to us:',
  4,
  'from a cloud or burning bush.',
  'by playing recordings backwards.',
  'through the words of the Bible.',
  'through his son Jesus.'
)

myChoice[item++] = new Choice(
  '5. How does the author describe angels? (v. 1:14)',
  1,
  'as ministering spirits.',
  'as a spiritual being superior to man.',
  'as a representative of God.',
  'as a white-robed, winged figure.'
)

myChoice[item++] = new Choice(
  '6. The author says that Jesus is superior to: (Ch. 1, 3, 7)',
  4,
  'angels.',
  'Moses.',
  'Melchizedek.',
  'all of the above.'
)

myChoice[item++] = new Choice(
  '7. If we have faith in Jesus, we will receive: (v. 4:16)',
  2,
  'glory and honor.',
  'mercy and grace.',
  'success in all our endeavors.',
  'wisdom.'
)

myChoice[item++] = new Choice(
  '8. The author feels that someone who has fallen away from his faith in Jesus: (v. 6:4-6)',
  3,
  'must be shown the error of his ways by true believers.',
  'will not be forgotten by God.',
  'cannot be brought back to his belief.',
  'should be shunned and ignored by other Christians.'
)

myChoice[item++] = new Choice(
  '9. With the coming of Jesus, God made a new covenant with the people in which his laws: (v. 8:10)',
  2,
  'as set down by Moses are still to be obeyed.',
  'are written in our hearts and minds.',
  "have been abolished by Jesus' death on the cross.",
  'must be interpreted by a priest or teacher.'
)

myChoice[item++] = new Choice(
  '10. To please God, one must: (v. 11:6)',
  4,
  'show your faith by your deeds.',
  "honor the sabbath day (attend church, don't do work).",
  'boldly stand up as a Christian (wear a WWJD bracelet, Christian T-shirt, etc.).',
  'have faith.'
)

myChoice[item++] = new Choice(
  '11. The author says this about faith: (v. 11:1)',
  3,
  'we should seek it before all other things.',
  'with it we are able to move mountains.',
  'it is being sure of what we hope for and certain of what we do not see.',
  'we should not be ashamed of our faith in Jesus.'
);

myChoice[item++] = new Choice(
  '12. Many people of faith are mentioned in Hebrews. Who is not?',
  4,
  'Able',
  'Noah',
  'Abraham',
  'Deborah',
  'Isaac',
  'Jacob',
  'Rahab'
)

myChoice[item++] = new Choice(
  '13. God corrects us because He: (v. 12:10)',
  3,
  'wants us in small measure to know how the martyrs suffered.',
  'wants us to see that disciplining our own children is sometimes needed.',
  'wants us to learn how to be holy.',
  'knows the benefit of discipline.'
)

myChoice[item++] = new Choice(
  '14. No one will see the Lord without: (v. 12:14)',
  1,
  'holiness and living in peace with others.',
  'being baptised.',
  'selling all his possessions and following in the way of Jesus.',
  'a pass from St. Peter at the gates of heaven.'
)

myChoice[item++] = new Choice(
  '15. Some people have entertained strangers who were (v.13:2)',
  4,
  'missionaries.',
  'not able to speak our language.',
  'sinners who turned away from sin.',
  'angels.'
)

myChoice[item++] = new Choice(
  '16. Instead of burnt offerings, what sacrifice should we offer to God? (v. 13:15)',
  1,
  'Continual praise to God.',
  'We must sacrifice our time and energy to reach out to unbelievers.',
  'We must tithe and give sacrifically to those in need.',
  'None. Jesus was the ultimate sacrifice so we no longer have to offer sacrifices.'
)

myChoice[item++] = new Choice(
  '17. What slows us down most in running the race that God has marked out for us? (v. 12:1)',
  4,
  'insults.',
  'lack of faith.',
  'lack of endurance.',
  'sin.'
)

myChoice[item++] = new Choice(
  '18. What does the author of Hebrews conclude that faith is most like? (v. 12:1-13)',
  2,
  'an almost magical force.',
  'a difficult race.',
  'strong character.',
  'total belief and trust.',
  'complete confidence'
)

myChoice[item++] = new Choice(
  '19. What is the overall idea of the book of Hebrews?',
  4,
  'A proclaimation that God has given his love freely to all of us with no strings attached.',
  'A stern lecture to people who have seen the truth but refuse to beleive wholeheartedly.',
  'A rich book that expands the messsage of the length and breath of the love of Jesus.',
  'A point by point expose of how faith in Christ is better than Jewish laws and sacrifices.'
)

myChoice[item++] = new Choice(
  '20. What is the final thought in the letter to the Hebrews? (v. 13:25)',
  3,
  'God will give peace to everyone who belongs to Christ.',
  'God is worthy of glory, honor, and power.',
  'I pray that God give you grace and be kind to you.',
  'Praise Jesus now and forever.'
)

