uscis_form = {
  title: "Select the correct answer.",
  confirmation: {
    correct: '<p class="good-job">Good job!</p><p>You answered all questions_count items correctly.</p>',
    general_title: "<p>You have completed the activity, Vocabulary for the Naturalization Interview: Self-Test 1.</p>",
    correct_action: '<p>Click on any of the green boxes <a class="green-icon"></a> below to review your answers.</p>',
    incorrect_action: '<p>Click on the red boxes <a class="red-icon"></a> below. Your answers to these items were incorrect. Please try again.</p>'
  },
  correct_answer_message: 'Yes, that is correct.',
  incorrect_answer_message: 'No, that is not correct.',
  questions: [
    {
      title: "The employee's name is Mr. John David Fenton.",
      subtitle: "What is his first name?",
      answers: [
        {
          title: "Mr.",
          correct: false
        },
        {
          title: "John",
          correct: true
        },
        {
          title: "David",
          correct: false
        }
      ]
    },
    {
      title: "The employee's name is Mr. John David Fenton.",
      subtitle: "What is his family name?",
      answers: [
        {
          title: "Mr.",
          correct: false
        },
        {
          title: "Fenton",
          correct: true
        },
        {
          title: "John",
          correct: false
        }
      ]
    },
    {
      title: "The employee's name is Mr. John David Fenton.",
      subtitle: "What is his middle name?",
      answers: [
        {
          title: "Mr.",
          correct: false
        },
        {
          title: "John",
          correct: false
        },
        {
          title: "David",
          correct: true
        }
      ]
    },
    {
      title: "Bill was born in Australia and now lives in Chicago, Illinois. His address is 220 Cedar Street, Apt. B1, Chicago, Illinois 60603.",
      subtitle: "What is Bill's country of birth?",
      answers: [
        {
          title: "Australia",
          correct: true
        },
        {
          title: "Illinois",
          correct: false
        },
        {
          title: "United States",
          correct: false
        }
      ]
    },
    {
      title: "Bill was born in Australia and now lives in Chicago, Illinois. His address is 220 Cedar Street, Apt. B1, Chicago, Illinois 60603.",
      subtitle: "Where does Bill currently live?",
      answers: [
        {
          title: "Texas",
          correct: false
        },
        {
          title: "Australia",
          correct: false
        },
        {
          title: "Chicago",
          correct: true
        }
      ]
    },
    {
      title: "Bill was born in Australia and now lives in Chicago, Illinois. His address is 220 Cedar Street, Apt. B1, Chicago, Illinois 60603.",
      subtitle: "What is Bill's apartment number?",
      answers: [
        {
          title: "B1",
          correct: true
        },
        {
          title: "60603",
          correct: false
        },
        {
          title: "220",
          correct: false
        }
      ]
    },
    {
      title: "Bill was born in Australia and now lives in Chicago, Illinois. His address is 220 Cedar Street, Apt. B1, Chicago, Illinois 60603.",
      subtitle: "What is Bill's zip code?",
      answers: [
        {
          title: "220",
          correct: false
        },
        {
          title: "60603",
          correct: true
        },
        {
          title: "B1",
          correct: false
        }
      ]
    },
    {
      title: "Tom works as a doctor at Mount Carmel Hospital. He has worked there for two years.",
      subtitle: "What is the name of Tom's employer?",
      answers: [
        {
          title: "a hospital",
          correct: false
        },
        {
          title: "a doctor",
          correct: false
        },
        {
          title: "Mount Carmel Hospital",
          correct: true
        }
      ]
    },
    {
      title: "Tom works as a doctor at Mount Carmel Hospital. He has worked there for two years.",
      subtitle: "What is Tom's occupation?",
      answers: [
        {
          title: "a doctor",
          correct: true
        },
        {
          title: "two years",
          correct: false
        },
        {
          title: "Mount Carmel Hospital",
          correct: false
        }
      ]
    },
    {
      title: "Diana has one son and one daughter. Her spouse died last year.",
      subtitle: "How many children does Diana have?",
      answers: [
        {
          title: "1",
          correct: false
        },
        {
          title: "2",
          correct: true
        },
        {
          title: "3",
          correct: false
        }
      ]
    },
    {
      title: "Diana has one son and one daughter. Her spouse died last year.",
      subtitle: "What is Diana's marital status?",
      answers: [
        {
          title: "separated",
          correct: false
        },
        {
          title: "widowed",
          correct: true
        },
        {
          title: "divorced",
          correct: false
        }
      ]
    },
    {
      title: "Mary currently lives in Philadelphia, Pennsylvania. Prior to that, she lived for three years in Miami, Florida.",
      subtitle: "Where does Mary live now?",
      answers: [
        {
          title: "Philadelphia",
          correct: true
        },
        {
          title: "Miami",
          correct: false
        },
        {
          title: "Los Angeles",
          correct: false
        }
      ]
    },
    {
      title: "Mary currently lives in Philadelphia, Pennsylvania. Prior to that, she lived for three years in Miami, Florida.",
      subtitle: "Where did Mary live before Philadelphia?",
      answers: [
        {
          title: "New York",
          correct: false
        },
        {
          title: "Pennsylvania",
          correct: false
        },
        {
          title: "Miami",
          correct: true
        }
      ]
    },
    {
      title: "Susan takes two trips each year. She visits her parents in Paris, France, for three weeks every summer. She also visits her brother in Mexico City, Mexico, for one week each December.",
      subtitle: "How much time does Susan spend outside the United States during these two trips each year?",
      answers: [
        {
          title: "one year",
          correct: false
        },
        {
          title: "three weeks",
          correct: false
        },
        {
          title: "four weeks",
          correct: true
        }
      ]
    },
    {
      title: "Susan takes two trips each year. She visits her parents in Paris, France, for three weeks every summer. She also visits her brother in Mexico City, Mexico, for one week each December.",
      subtitle: "How many trips outside the United States does Susan take each year?",
      answers: [
        {
          title: "one trip",
          correct: false
        },
        {
          title: "two trips",
          correct: true
        },
        {
          title: "three trips",
          correct: false
        }
      ]
    },
    {
      title: "Susan takes two trips each year. She visits her parents in Paris, France, for three weeks every summer. She also visits her brother in Mexico City, Mexico, for one week each December.",
      subtitle: "Which two countries does Susan travel to each year?",
      answers: [
        {
          title: "France and Mexico",
          correct: true
        },
        {
          title: "Canada and Mexico",
          correct: false
        },
        {
          title: "France and Japan",
          correct: false
        }
      ]
    },
    {
      title: "Lisa is 5 feet and 7 inches tall. She is 27 years old. She has blonde hair and green eyes.",
      subtitle: "What is Lisa's age?",
      answers: [
        {
          title: "5 feet and 7 inches",
          correct: false
        },
        {
          title: "27",
          correct: true
        },
        {
          title: "green",
          correct: false
        }
      ]
    },
    {
      title: "Lisa is 5 feet and 7 inches tall. She is 27 years old. She has blonde hair and green eyes.",
      subtitle: "What is Lisa's height?",
      answers: [
        {
          title: "blonde",
          correct: false
        },
        {
          title: "27",
          correct: false
        },
        {
          title: "5 feet and 7 inches",
          correct: true
        }
      ]
    }
  ]
}