## DESCRIPTION
## Select the Mendelian genetics term that corresponds to the given definition.
## ENDDESCRIPTION
## KEYWORDS('Mendelian genetics terms','definitions','which one','multiple choice')
## DBsubject('Genetics')
## DBchapter('')
## DBsection('')
## Date('2026-07-12')
## Author('Neil R. Voss')
## Institution('Roosevelt University')

DOCUMENT();

loadMacros(
    'PGstandard.pl',
    'PGML.pl',
    'PGchoicemacros.pl',
    'parserRadioButtons.pl',
    'PGcourse.pl',
);

TEXT(beginproblem());
$showPartialCorrectAnswers = 0;

#==========================================================
# QUESTION DATA
#==========================================================

# All questions data
@questions_data = (
  {
    'item_name' => '<strong>a single heritable feature that varies among individuals, such as seed shape</strong>',
    'plural_choice' => 'Mendelian genetics terms',
    'singular_item' => 'definition',
    'choices' => [
      '<span style="color: #076dad; font-weight:700;">character</span>',
      '<span style="color: #935d00; font-weight:700;">genotype</span>',
      '<span style="color: #6c6c00; font-weight:700;">alleles</span>',
      '<span style="color: #3b7600; font-weight:700;">gamete</span>',
    ],
    'correct' => '<span style="color: #076dad; font-weight:700;">character</span>',
  },
  {
    'item_name' => '<strong>a single heritable feature that varies among individuals, such as seed color</strong>',
    'plural_choice' => 'Mendelian genetics terms',
    'singular_item' => 'definition',
    'choices' => [
      '<span style="color: #076dad; font-weight:700;">character</span>',
      '<span style="color: #b74300; font-weight:700;">trait</span>',
      '<span style="color: #935d00; font-weight:700;">genotype</span>',
      '<span style="color: #6c6c00; font-weight:700;">alleles</span>',
    ],
    'correct' => '<span style="color: #076dad; font-weight:700;">character</span>',
  },
  {
    'item_name' => '<strong>a single heritable feature that varies among individuals, such as flower position</strong>',
    'plural_choice' => 'Mendelian genetics terms',
    'singular_item' => 'definition',
    'choices' => [
      '<span style="color: #076dad; font-weight:700;">character</span>',
      '<span style="color: #935d00; font-weight:700;">genotype</span>',
      '<span style="color: #007576; font-weight:700;">phenotype</span>',
      '<span style="color: #c80085; font-weight:700;">homozygous</span>',
    ],
    'correct' => '<span style="color: #076dad; font-weight:700;">character</span>',
  },
  {
    'item_name' => '<strong>a single heritable feature that varies among individuals, such as stem length</strong>',
    'plural_choice' => 'Mendelian genetics terms',
    'singular_item' => 'definition',
    'choices' => [
      '<span style="color: #076dad; font-weight:700;">character</span>',
      '<span style="color: #b74300; font-weight:700;">trait</span>',
      '<span style="color: #6c6c00; font-weight:700;">alleles</span>',
      '<span style="color: #a719db; font-weight:700;">recessive</span>',
    ],
    'correct' => '<span style="color: #076dad; font-weight:700;">character</span>',
  },
  {
    'item_name' => '<strong>a single heritable feature that varies among individuals, such as eye color</strong>',
    'plural_choice' => 'Mendelian genetics terms',
    'singular_item' => 'definition',
    'choices' => [
      '<span style="color: #076dad; font-weight:700;">character</span>',
      '<span style="color: #3b7600; font-weight:700;">gamete</span>',
      '<span style="color: #007a00; font-weight:700;">heterozygous</span>',
      '<span style="color: #c80085; font-weight:700;">homozygous</span>',
    ],
    'correct' => '<span style="color: #076dad; font-weight:700;">character</span>',
  },
  {
    'item_name' => '<strong>a single feature that can be inherited and varies among organisms, like seed shape</strong>',
    'plural_choice' => 'Mendelian genetics terms',
    'singular_item' => 'definition',
    'choices' => [
      '<span style="color: #076dad; font-weight:700;">character</span>',
      '<span style="color: #007a00; font-weight:700;">heterozygous</span>',
      '<span style="color: #00775f; font-weight:700;">dominant</span>',
      '<span style="color: #a719db; font-weight:700;">recessive</span>',
    ],
    'correct' => '<span style="color: #076dad; font-weight:700;">character</span>',
  },
  {
    'item_name' => '<strong>a single feature that can be inherited and varies among organisms, like seed color</strong>',
    'plural_choice' => 'Mendelian genetics terms',
    'singular_item' => 'definition',
    'choices' => [
      '<span style="color: #076dad; font-weight:700;">character</span>',
      '<span style="color: #007a00; font-weight:700;">heterozygous</span>',
      '<span style="color: #00775f; font-weight:700;">dominant</span>',
      '<span style="color: #a719db; font-weight:700;">recessive</span>',
    ],
    'correct' => '<span style="color: #076dad; font-weight:700;">character</span>',
  },
  {
    'item_name' => '<strong>a single feature that can be inherited and varies among organisms, like flower position</strong>',
    'plural_choice' => 'Mendelian genetics terms',
    'singular_item' => 'definition',
    'choices' => [
      '<span style="color: #076dad; font-weight:700;">character</span>',
      '<span style="color: #935d00; font-weight:700;">genotype</span>',
      '<span style="color: #00775f; font-weight:700;">dominant</span>',
      '<span style="color: #a719db; font-weight:700;">recessive</span>',
    ],
    'correct' => '<span style="color: #076dad; font-weight:700;">character</span>',
  },
  {
    'item_name' => '<strong>a single feature that can be inherited and varies among organisms, like stem length</strong>',
    'plural_choice' => 'Mendelian genetics terms',
    'singular_item' => 'definition',
    'choices' => [
      '<span style="color: #076dad; font-weight:700;">character</span>',
      '<span style="color: #b74300; font-weight:700;">trait</span>',
      '<span style="color: #935d00; font-weight:700;">genotype</span>',
      '<span style="color: #007a00; font-weight:700;">heterozygous</span>',
    ],
    'correct' => '<span style="color: #076dad; font-weight:700;">character</span>',
  },
  {
    'item_name' => '<strong>a single feature that can be inherited and varies among organisms, like eye color</strong>',
    'plural_choice' => 'Mendelian genetics terms',
    'singular_item' => 'definition',
    'choices' => [
      '<span style="color: #076dad; font-weight:700;">character</span>',
      '<span style="color: #007a00; font-weight:700;">heterozygous</span>',
      '<span style="color: #c80085; font-weight:700;">homozygous</span>',
      '<span style="color: #00775f; font-weight:700;">dominant</span>',
    ],
    'correct' => '<span style="color: #076dad; font-weight:700;">character</span>',
  },
  {
    'item_name' => '<strong>one <span style="color: #003fff; font-weight:700;">observable</span> feature category of a group of organisms, such as flower color</strong>',
    'plural_choice' => 'Mendelian genetics terms',
    'singular_item' => 'definition',
    'choices' => [
      '<span style="color: #076dad; font-weight:700;">character</span>',
      '<span style="color: #b74300; font-weight:700;">trait</span>',
      '<span style="color: #007a00; font-weight:700;">heterozygous</span>',
      '<span style="color: #c80085; font-weight:700;">homozygous</span>',
    ],
    'correct' => '<span style="color: #076dad; font-weight:700;">character</span>',
  },
  {
    'item_name' => '<strong>one <span style="color: #003fff; font-weight:700;">observable</span> feature category of a group of organisms, such as hair color</strong>',
    'plural_choice' => 'Mendelian genetics terms',
    'singular_item' => 'definition',
    'choices' => [
      '<span style="color: #076dad; font-weight:700;">character</span>',
      '<span style="color: #007a00; font-weight:700;">heterozygous</span>',
      '<span style="color: #c80085; font-weight:700;">homozygous</span>',
      '<span style="color: #a719db; font-weight:700;">recessive</span>',
    ],
    'correct' => '<span style="color: #076dad; font-weight:700;">character</span>',
  },
  {
    'item_name' => '<strong>one <span style="color: #003fff; font-weight:700;">observable</span> feature category of a group of organisms, such as seed color</strong>',
    'plural_choice' => 'Mendelian genetics terms',
    'singular_item' => 'definition',
    'choices' => [
      '<span style="color: #076dad; font-weight:700;">character</span>',
      '<span style="color: #b74300; font-weight:700;">trait</span>',
      '<span style="color: #3b7600; font-weight:700;">gamete</span>',
      '<span style="color: #c80085; font-weight:700;">homozygous</span>',
    ],
    'correct' => '<span style="color: #076dad; font-weight:700;">character</span>',
  },
  {
    'item_name' => '<strong>a single feature, such as hair color, noticeable in a particular organismal group</strong>',
    'plural_choice' => 'Mendelian genetics terms',
    'singular_item' => 'definition',
    'choices' => [
      '<span style="color: #076dad; font-weight:700;">character</span>',
      '<span style="color: #b74300; font-weight:700;">trait</span>',
      '<span style="color: #c80085; font-weight:700;">homozygous</span>',
      '<span style="color: #a719db; font-weight:700;">recessive</span>',
    ],
    'correct' => '<span style="color: #076dad; font-weight:700;">character</span>',
  },
  {
    'item_name' => '<strong>each variant for a <span style="color: #076dad; font-weight:700;">character</span>, such as purple or white color for flowers</strong>',
    'plural_choice' => 'Mendelian genetics terms',
    'singular_item' => 'definition',
    'choices' => [
      '<span style="color: #b74300; font-weight:700;">trait</span>',
      '<span style="color: #935d00; font-weight:700;">genotype</span>',
      '<span style="color: #007576; font-weight:700;">phenotype</span>',
      '<span style="color: #6c6c00; font-weight:700;">alleles</span>',
    ],
    'correct' => '<span style="color: #b74300; font-weight:700;">trait</span>',
  },
  {
    'item_name' => '<strong>each variant for a <span style="color: #076dad; font-weight:700;">character</span>, such as green or yellow color for seeds</strong>',
    'plural_choice' => 'Mendelian genetics terms',
    'singular_item' => 'definition',
    'choices' => [
      '<span style="color: #b74300; font-weight:700;">trait</span>',
      '<span style="color: #935d00; font-weight:700;">genotype</span>',
      '<span style="color: #3b7600; font-weight:700;">gamete</span>',
      '<span style="color: #007a00; font-weight:700;">heterozygous</span>',
    ],
    'correct' => '<span style="color: #b74300; font-weight:700;">trait</span>',
  },
  {
    'item_name' => '<strong>each variant for a <span style="color: #076dad; font-weight:700;">character</span>, such as round or wrinkled seeds in flowers</strong>',
    'plural_choice' => 'Mendelian genetics terms',
    'singular_item' => 'definition',
    'choices' => [
      '<span style="color: #b74300; font-weight:700;">trait</span>',
      '<span style="color: #007576; font-weight:700;">phenotype</span>',
      '<span style="color: #6c6c00; font-weight:700;">alleles</span>',
      '<span style="color: #00775f; font-weight:700;">dominant</span>',
    ],
    'correct' => '<span style="color: #b74300; font-weight:700;">trait</span>',
  },
  {
    'item_name' => '<strong>a distinct variant of a <span style="color: #076dad; font-weight:700;">character</span> of an organism, such as purple or white color for flowers</strong>',
    'plural_choice' => 'Mendelian genetics terms',
    'singular_item' => 'definition',
    'choices' => [
      '<span style="color: #076dad; font-weight:700;">character</span>',
      '<span style="color: #b74300; font-weight:700;">trait</span>',
      '<span style="color: #3b7600; font-weight:700;">gamete</span>',
      '<span style="color: #00775f; font-weight:700;">dominant</span>',
    ],
    'correct' => '<span style="color: #b74300; font-weight:700;">trait</span>',
  },
  {
    'item_name' => '<strong>a distinct variant of a <span style="color: #076dad; font-weight:700;">character</span> of an organism, such as short or long stems in flowers</strong>',
    'plural_choice' => 'Mendelian genetics terms',
    'singular_item' => 'definition',
    'choices' => [
      '<span style="color: #076dad; font-weight:700;">character</span>',
      '<span style="color: #b74300; font-weight:700;">trait</span>',
      '<span style="color: #6c6c00; font-weight:700;">alleles</span>',
      '<span style="color: #a719db; font-weight:700;">recessive</span>',
    ],
    'correct' => '<span style="color: #b74300; font-weight:700;">trait</span>',
  },
  {
    'item_name' => '<strong>a single variation in an inherited <span style="color: #076dad; font-weight:700;">character</span></strong>',
    'plural_choice' => 'Mendelian genetics terms',
    'singular_item' => 'definition',
    'choices' => [
      '<span style="color: #076dad; font-weight:700;">character</span>',
      '<span style="color: #b74300; font-weight:700;">trait</span>',
      '<span style="color: #935d00; font-weight:700;">genotype</span>',
      '<span style="color: #6c6c00; font-weight:700;">alleles</span>',
    ],
    'correct' => '<span style="color: #b74300; font-weight:700;">trait</span>',
  },
  {
    'item_name' => '<strong>a specific form of a heritable feature, like purple color in flowers</strong>',
    'plural_choice' => 'Mendelian genetics terms',
    'singular_item' => 'definition',
    'choices' => [
      '<span style="color: #076dad; font-weight:700;">character</span>',
      '<span style="color: #b74300; font-weight:700;">trait</span>',
      '<span style="color: #007a00; font-weight:700;">heterozygous</span>',
      '<span style="color: #a719db; font-weight:700;">recessive</span>',
    ],
    'correct' => '<span style="color: #b74300; font-weight:700;">trait</span>',
  },
  {
    'item_name' => '<strong>green or yellow as specific forms of the seed color <span style="color: #076dad; font-weight:700;">character</span></strong>',
    'plural_choice' => 'Mendelian genetics terms',
    'singular_item' => 'definition',
    'choices' => [
      '<span style="color: #b74300; font-weight:700;">trait</span>',
      '<span style="color: #007a00; font-weight:700;">heterozygous</span>',
      '<span style="color: #c80085; font-weight:700;">homozygous</span>',
      '<span style="color: #00775f; font-weight:700;">dominant</span>',
    ],
    'correct' => '<span style="color: #b74300; font-weight:700;">trait</span>',
  },
  {
    'item_name' => '<strong>examples of a <span style="color: #076dad; font-weight:700;">character</span>\'s form include round or wrinkled seeds in plants</strong>',
    'plural_choice' => 'Mendelian genetics terms',
    'singular_item' => 'definition',
    'choices' => [
      '<span style="color: #b74300; font-weight:700;">trait</span>',
      '<span style="color: #935d00; font-weight:700;">genotype</span>',
      '<span style="color: #007576; font-weight:700;">phenotype</span>',
      '<span style="color: #3b7600; font-weight:700;">gamete</span>',
    ],
    'correct' => '<span style="color: #b74300; font-weight:700;">trait</span>',
  },
  {
    'item_name' => '<strong>specific expression of a <span style="color: #076dad; font-weight:700;">character</span>, such as short or long stem lengths in plants</strong>',
    'plural_choice' => 'Mendelian genetics terms',
    'singular_item' => 'definition',
    'choices' => [
      '<span style="color: #b74300; font-weight:700;">trait</span>',
      '<span style="color: #935d00; font-weight:700;">genotype</span>',
      '<span style="color: #3b7600; font-weight:700;">gamete</span>',
      '<span style="color: #007a00; font-weight:700;">heterozygous</span>',
    ],
    'correct' => '<span style="color: #b74300; font-weight:700;">trait</span>',
  },
  {
    'item_name' => '<strong>the genetic constitution of an organism</strong>',
    'plural_choice' => 'Mendelian genetics terms',
    'singular_item' => 'definition',
    'choices' => [
      '<span style="color: #b74300; font-weight:700;">trait</span>',
      '<span style="color: #935d00; font-weight:700;">genotype</span>',
      '<span style="color: #007576; font-weight:700;">phenotype</span>',
      '<span style="color: #007a00; font-weight:700;">heterozygous</span>',
    ],
    'correct' => '<span style="color: #935d00; font-weight:700;">genotype</span>',
  },
  {
    'item_name' => '<strong>combination of <span style="color: #6c6c00; font-weight:700;">alleles</span> that determines a specific <span style="color: #b74300; font-weight:700;">trait</span></strong>',
    'plural_choice' => 'Mendelian genetics terms',
    'singular_item' => 'definition',
    'choices' => [
      '<span style="color: #b74300; font-weight:700;">trait</span>',
      '<span style="color: #935d00; font-weight:700;">genotype</span>',
      '<span style="color: #6c6c00; font-weight:700;">alleles</span>',
      '<span style="color: #c80085; font-weight:700;">homozygous</span>',
    ],
    'correct' => '<span style="color: #935d00; font-weight:700;">genotype</span>',
  },
  {
    'item_name' => '<strong>genetic content of an organism that contributes to a specific <span style="color: #b74300; font-weight:700;">trait</span></strong>',
    'plural_choice' => 'Mendelian genetics terms',
    'singular_item' => 'definition',
    'choices' => [
      '<span style="color: #935d00; font-weight:700;">genotype</span>',
      '<span style="color: #6c6c00; font-weight:700;">alleles</span>',
      '<span style="color: #3b7600; font-weight:700;">gamete</span>',
      '<span style="color: #007a00; font-weight:700;">heterozygous</span>',
    ],
    'correct' => '<span style="color: #935d00; font-weight:700;">genotype</span>',
  },
  {
    'item_name' => '<strong>chemical makeup of DNA that factors into a particular <span style="color: #007576; font-weight:700;">phenotype</span></strong>',
    'plural_choice' => 'Mendelian genetics terms',
    'singular_item' => 'definition',
    'choices' => [
      '<span style="color: #b74300; font-weight:700;">trait</span>',
      '<span style="color: #935d00; font-weight:700;">genotype</span>',
      '<span style="color: #007576; font-weight:700;">phenotype</span>',
      '<span style="color: #c80085; font-weight:700;">homozygous</span>',
    ],
    'correct' => '<span style="color: #935d00; font-weight:700;">genotype</span>',
  },
  {
    'item_name' => '<strong>Mendel referred to this as the "internal nature" of an organism</strong>',
    'plural_choice' => 'Mendelian genetics terms',
    'singular_item' => 'definition',
    'choices' => [
      '<span style="color: #b74300; font-weight:700;">trait</span>',
      '<span style="color: #935d00; font-weight:700;">genotype</span>',
      '<span style="color: #007576; font-weight:700;">phenotype</span>',
      '<span style="color: #007a00; font-weight:700;">heterozygous</span>',
    ],
    'correct' => '<span style="color: #935d00; font-weight:700;">genotype</span>',
  },
  {
    'item_name' => '<strong>Mendel labeled this as an organism\'s "internal makeup"</strong>',
    'plural_choice' => 'Mendelian genetics terms',
    'singular_item' => 'definition',
    'choices' => [
      '<span style="color: #935d00; font-weight:700;">genotype</span>',
      '<span style="color: #007a00; font-weight:700;">heterozygous</span>',
      '<span style="color: #00775f; font-weight:700;">dominant</span>',
      '<span style="color: #a719db; font-weight:700;">recessive</span>',
    ],
    'correct' => '<span style="color: #935d00; font-weight:700;">genotype</span>',
  },
  {
    'item_name' => '<strong><span style="color: #6c6c00; font-weight:700;">allele</span> combinations that specify a <span style="color: #b74300; font-weight:700;">trait</span></strong>',
    'plural_choice' => 'Mendelian genetics terms',
    'singular_item' => 'definition',
    'choices' => [
      '<span style="color: #935d00; font-weight:700;">genotype</span>',
      '<span style="color: #007576; font-weight:700;">phenotype</span>',
      '<span style="color: #c80085; font-weight:700;">homozygous</span>',
      '<span style="color: #00775f; font-weight:700;">dominant</span>',
    ],
    'correct' => '<span style="color: #935d00; font-weight:700;">genotype</span>',
  },
  {
    'item_name' => '<strong>the genetic makeup contributing to particular <span style="color: #b74300; font-weight:700;">traits</span></strong>',
    'plural_choice' => 'Mendelian genetics terms',
    'singular_item' => 'definition',
    'choices' => [
      '<span style="color: #076dad; font-weight:700;">character</span>',
      '<span style="color: #935d00; font-weight:700;">genotype</span>',
      '<span style="color: #6c6c00; font-weight:700;">alleles</span>',
      '<span style="color: #00775f; font-weight:700;">dominant</span>',
    ],
    'correct' => '<span style="color: #935d00; font-weight:700;">genotype</span>',
  },
  {
    'item_name' => '<strong>DNA composition affecting a certain <span style="color: #007576; font-weight:700;">phenotype</span></strong>',
    'plural_choice' => 'Mendelian genetics terms',
    'singular_item' => 'definition',
    'choices' => [
      '<span style="color: #076dad; font-weight:700;">character</span>',
      '<span style="color: #935d00; font-weight:700;">genotype</span>',
      '<span style="color: #3b7600; font-weight:700;">gamete</span>',
      '<span style="color: #00775f; font-weight:700;">dominant</span>',
    ],
    'correct' => '<span style="color: #935d00; font-weight:700;">genotype</span>',
  },
  {
    'item_name' => '<strong>all the <span style="color: #003fff; font-weight:700;">observable</span> <span style="color: #b74300; font-weight:700;">traits</span> of an organism</strong>',
    'plural_choice' => 'Mendelian genetics terms',
    'singular_item' => 'definition',
    'choices' => [
      '<span style="color: #935d00; font-weight:700;">genotype</span>',
      '<span style="color: #007576; font-weight:700;">phenotype</span>',
      '<span style="color: #007a00; font-weight:700;">heterozygous</span>',
      '<span style="color: #00775f; font-weight:700;">dominant</span>',
    ],
    'correct' => '<span style="color: #007576; font-weight:700;">phenotype</span>',
  },
  {
    'item_name' => '<strong>all the <span style="color: #003fff; font-weight:700;">observable</span> <span style="color: #b74300; font-weight:700;">traits</span> of an individual, such as eye color and blood type</strong>',
    'plural_choice' => 'Mendelian genetics terms',
    'singular_item' => 'definition',
    'choices' => [
      '<span style="color: #076dad; font-weight:700;">character</span>',
      '<span style="color: #b74300; font-weight:700;">trait</span>',
      '<span style="color: #007576; font-weight:700;">phenotype</span>',
      '<span style="color: #00775f; font-weight:700;">dominant</span>',
    ],
    'correct' => '<span style="color: #007576; font-weight:700;">phenotype</span>',
  },
  {
    'item_name' => '<strong>all the <span style="color: #003fff; font-weight:700;">observable</span> <span style="color: #b74300; font-weight:700;">traits</span> of an individual, such as height and blood type</strong>',
    'plural_choice' => 'Mendelian genetics terms',
    'singular_item' => 'definition',
    'choices' => [
      '<span style="color: #007576; font-weight:700;">phenotype</span>',
      '<span style="color: #c80085; font-weight:700;">homozygous</span>',
      '<span style="color: #00775f; font-weight:700;">dominant</span>',
      '<span style="color: #a719db; font-weight:700;">recessive</span>',
    ],
    'correct' => '<span style="color: #007576; font-weight:700;">phenotype</span>',
  },
  {
    'item_name' => '<strong>all the <span style="color: #003fff; font-weight:700;">observable</span> <span style="color: #b74300; font-weight:700;">traits</span> of an individual, such as height and eye color</strong>',
    'plural_choice' => 'Mendelian genetics terms',
    'singular_item' => 'definition',
    'choices' => [
      '<span style="color: #b74300; font-weight:700;">trait</span>',
      '<span style="color: #935d00; font-weight:700;">genotype</span>',
      '<span style="color: #007576; font-weight:700;">phenotype</span>',
      '<span style="color: #a719db; font-weight:700;">recessive</span>',
    ],
    'correct' => '<span style="color: #007576; font-weight:700;">phenotype</span>',
  },
  {
    'item_name' => '<strong>the <span style="color: #003fff; font-weight:700;">observable</span> expression of DNA in an organism</strong>',
    'plural_choice' => 'Mendelian genetics terms',
    'singular_item' => 'definition',
    'choices' => [
      '<span style="color: #076dad; font-weight:700;">character</span>',
      '<span style="color: #007576; font-weight:700;">phenotype</span>',
      '<span style="color: #007a00; font-weight:700;">heterozygous</span>',
      '<span style="color: #a719db; font-weight:700;">recessive</span>',
    ],
    'correct' => '<span style="color: #007576; font-weight:700;">phenotype</span>',
  },
  {
    'item_name' => '<strong>all the physical <span style="color: #b74300; font-weight:700;">traits</span> of an organism</strong>',
    'plural_choice' => 'Mendelian genetics terms',
    'singular_item' => 'definition',
    'choices' => [
      '<span style="color: #076dad; font-weight:700;">character</span>',
      '<span style="color: #b74300; font-weight:700;">trait</span>',
      '<span style="color: #007576; font-weight:700;">phenotype</span>',
      '<span style="color: #3b7600; font-weight:700;">gamete</span>',
    ],
    'correct' => '<span style="color: #007576; font-weight:700;">phenotype</span>',
  },
  {
    'item_name' => '<strong>all <span style="color: #003fff; font-weight:700;">observable</span> <span style="color: #b74300; font-weight:700;">traits</span> due to how its <span style="color: #d40000; font-weight:700;">genes</span> interact with the environment</strong>',
    'plural_choice' => 'Mendelian genetics terms',
    'singular_item' => 'definition',
    'choices' => [
      '<span style="color: #076dad; font-weight:700;">character</span>',
      '<span style="color: #007576; font-weight:700;">phenotype</span>',
      '<span style="color: #c80085; font-weight:700;">homozygous</span>',
      '<span style="color: #00775f; font-weight:700;">dominant</span>',
    ],
    'correct' => '<span style="color: #007576; font-weight:700;">phenotype</span>',
  },
  {
    'item_name' => '<strong>the complete set of <span style="color: #003fff; font-weight:700;">observable</span> <span style="color: #b74300; font-weight:700;">traits</span> of an organism</strong>',
    'plural_choice' => 'Mendelian genetics terms',
    'singular_item' => 'definition',
    'choices' => [
      '<span style="color: #076dad; font-weight:700;">character</span>',
      '<span style="color: #935d00; font-weight:700;">genotype</span>',
      '<span style="color: #007576; font-weight:700;">phenotype</span>',
      '<span style="color: #6c6c00; font-weight:700;">alleles</span>',
    ],
    'correct' => '<span style="color: #007576; font-weight:700;">phenotype</span>',
  },
  {
    'item_name' => '<strong>Mendel referred to this as the "external resemblance" of an organism</strong>',
    'plural_choice' => 'Mendelian genetics terms',
    'singular_item' => 'definition',
    'choices' => [
      '<span style="color: #007576; font-weight:700;">phenotype</span>',
      '<span style="color: #6c6c00; font-weight:700;">alleles</span>',
      '<span style="color: #00775f; font-weight:700;">dominant</span>',
      '<span style="color: #a719db; font-weight:700;">recessive</span>',
    ],
    'correct' => '<span style="color: #007576; font-weight:700;">phenotype</span>',
  },
  {
    'item_name' => '<strong>all <span style="color: #b74300; font-weight:700;">traits</span> that can all be observed in an organism</strong>',
    'plural_choice' => 'Mendelian genetics terms',
    'singular_item' => 'definition',
    'choices' => [
      '<span style="color: #007576; font-weight:700;">phenotype</span>',
      '<span style="color: #3b7600; font-weight:700;">gamete</span>',
      '<span style="color: #007a00; font-weight:700;">heterozygous</span>',
      '<span style="color: #c80085; font-weight:700;">homozygous</span>',
    ],
    'correct' => '<span style="color: #007576; font-weight:700;">phenotype</span>',
  },
  {
    'item_name' => '<strong>all <span style="color: #003fff; font-weight:700;">observable</span> <span style="color: #b74300; font-weight:700;">traits</span>, like eye color or blood type</strong>',
    'plural_choice' => 'Mendelian genetics terms',
    'singular_item' => 'definition',
    'choices' => [
      '<span style="color: #076dad; font-weight:700;">character</span>',
      '<span style="color: #007576; font-weight:700;">phenotype</span>',
      '<span style="color: #3b7600; font-weight:700;">gamete</span>',
      '<span style="color: #007a00; font-weight:700;">heterozygous</span>',
    ],
    'correct' => '<span style="color: #007576; font-weight:700;">phenotype</span>',
  },
  {
    'item_name' => '<strong>all <span style="color: #003fff; font-weight:700;">observable</span> <span style="color: #b74300; font-weight:700;">traits</span> such as height or blood type in an individual</strong>',
    'plural_choice' => 'Mendelian genetics terms',
    'singular_item' => 'definition',
    'choices' => [
      '<span style="color: #935d00; font-weight:700;">genotype</span>',
      '<span style="color: #007576; font-weight:700;">phenotype</span>',
      '<span style="color: #6c6c00; font-weight:700;">alleles</span>',
      '<span style="color: #c80085; font-weight:700;">homozygous</span>',
    ],
    'correct' => '<span style="color: #007576; font-weight:700;">phenotype</span>',
  },
  {
    'item_name' => '<strong>the manifestation of DNA as all <span style="color: #003fff; font-weight:700;">observable</span> <span style="color: #b74300; font-weight:700;">traits</span></strong>',
    'plural_choice' => 'Mendelian genetics terms',
    'singular_item' => 'definition',
    'choices' => [
      '<span style="color: #935d00; font-weight:700;">genotype</span>',
      '<span style="color: #007576; font-weight:700;">phenotype</span>',
      '<span style="color: #00775f; font-weight:700;">dominant</span>',
      '<span style="color: #a719db; font-weight:700;">recessive</span>',
    ],
    'correct' => '<span style="color: #007576; font-weight:700;">phenotype</span>',
  },
  {
    'item_name' => '<strong>the physical expression of an organism\'s entire genetic content</strong>',
    'plural_choice' => 'Mendelian genetics terms',
    'singular_item' => 'definition',
    'choices' => [
      '<span style="color: #076dad; font-weight:700;">character</span>',
      '<span style="color: #b74300; font-weight:700;">trait</span>',
      '<span style="color: #007576; font-weight:700;">phenotype</span>',
      '<span style="color: #3b7600; font-weight:700;">gamete</span>',
    ],
    'correct' => '<span style="color: #007576; font-weight:700;">phenotype</span>',
  },
  {
    'item_name' => '<strong>Mendel described this as an organism\'s "external appearance"</strong>',
    'plural_choice' => 'Mendelian genetics terms',
    'singular_item' => 'definition',
    'choices' => [
      '<span style="color: #b74300; font-weight:700;">trait</span>',
      '<span style="color: #007576; font-weight:700;">phenotype</span>',
      '<span style="color: #007a00; font-weight:700;">heterozygous</span>',
      '<span style="color: #a719db; font-weight:700;">recessive</span>',
    ],
    'correct' => '<span style="color: #007576; font-weight:700;">phenotype</span>',
  },
  {
    'item_name' => '<strong>different versions of the same gene, such as A or a</strong>',
    'plural_choice' => 'Mendelian genetics terms',
    'singular_item' => 'definition',
    'choices' => [
      '<span style="color: #076dad; font-weight:700;">character</span>',
      '<span style="color: #b74300; font-weight:700;">trait</span>',
      '<span style="color: #935d00; font-weight:700;">genotype</span>',
      '<span style="color: #6c6c00; font-weight:700;">alleles</span>',
    ],
    'correct' => '<span style="color: #6c6c00; font-weight:700;">alleles</span>',
  },
  {
    'item_name' => '<strong>one of two or more versions of DNA sequence at a given genomic location</strong>',
    'plural_choice' => 'Mendelian genetics terms',
    'singular_item' => 'definition',
    'choices' => [
      '<span style="color: #935d00; font-weight:700;">genotype</span>',
      '<span style="color: #007576; font-weight:700;">phenotype</span>',
      '<span style="color: #6c6c00; font-weight:700;">alleles</span>',
      '<span style="color: #a719db; font-weight:700;">recessive</span>',
    ],
    'correct' => '<span style="color: #6c6c00; font-weight:700;">alleles</span>',
  },
  {
    'item_name' => '<strong>one of two or more alternative forms of a gene at the same site in a chromosome</strong>',
    'plural_choice' => 'Mendelian genetics terms',
    'singular_item' => 'definition',
    'choices' => [
      '<span style="color: #6c6c00; font-weight:700;">alleles</span>',
      '<span style="color: #3b7600; font-weight:700;">gamete</span>',
      '<span style="color: #c80085; font-weight:700;">homozygous</span>',
      '<span style="color: #00775f; font-weight:700;">dominant</span>',
    ],
    'correct' => '<span style="color: #6c6c00; font-weight:700;">alleles</span>',
  },
  {
    'item_name' => '<strong>alternative forms of a specific gene</strong>',
    'plural_choice' => 'Mendelian genetics terms',
    'singular_item' => 'definition',
    'choices' => [
      '<span style="color: #b74300; font-weight:700;">trait</span>',
      '<span style="color: #935d00; font-weight:700;">genotype</span>',
      '<span style="color: #6c6c00; font-weight:700;">alleles</span>',
      '<span style="color: #00775f; font-weight:700;">dominant</span>',
    ],
    'correct' => '<span style="color: #6c6c00; font-weight:700;">alleles</span>',
  },
  {
    'item_name' => '<strong>variants of the gene</strong>',
    'plural_choice' => 'Mendelian genetics terms',
    'singular_item' => 'definition',
    'choices' => [
      '<span style="color: #076dad; font-weight:700;">character</span>',
      '<span style="color: #6c6c00; font-weight:700;">alleles</span>',
      '<span style="color: #3b7600; font-weight:700;">gamete</span>',
      '<span style="color: #007a00; font-weight:700;">heterozygous</span>',
    ],
    'correct' => '<span style="color: #6c6c00; font-weight:700;">alleles</span>',
  },
  {
    'item_name' => '<strong>alternative DNA sequences at a locus</strong>',
    'plural_choice' => 'Mendelian genetics terms',
    'singular_item' => 'definition',
    'choices' => [
      '<span style="color: #076dad; font-weight:700;">character</span>',
      '<span style="color: #b74300; font-weight:700;">trait</span>',
      '<span style="color: #007576; font-weight:700;">phenotype</span>',
      '<span style="color: #6c6c00; font-weight:700;">alleles</span>',
    ],
    'correct' => '<span style="color: #6c6c00; font-weight:700;">alleles</span>',
  },
  {
    'item_name' => '<strong>variations at one gene locus</strong>',
    'plural_choice' => 'Mendelian genetics terms',
    'singular_item' => 'definition',
    'choices' => [
      '<span style="color: #007576; font-weight:700;">phenotype</span>',
      '<span style="color: #6c6c00; font-weight:700;">alleles</span>',
      '<span style="color: #c80085; font-weight:700;">homozygous</span>',
      '<span style="color: #00775f; font-weight:700;">dominant</span>',
    ],
    'correct' => '<span style="color: #6c6c00; font-weight:700;">alleles</span>',
  },
  {
    'item_name' => '<strong>variants at a gene locus that code for specific <span style="color: #b74300; font-weight:700;">traits</span></strong>',
    'plural_choice' => 'Mendelian genetics terms',
    'singular_item' => 'definition',
    'choices' => [
      '<span style="color: #007576; font-weight:700;">phenotype</span>',
      '<span style="color: #6c6c00; font-weight:700;">alleles</span>',
      '<span style="color: #c80085; font-weight:700;">homozygous</span>',
      '<span style="color: #00775f; font-weight:700;">dominant</span>',
    ],
    'correct' => '<span style="color: #6c6c00; font-weight:700;">alleles</span>',
  },
  {
    'item_name' => '<strong>variants of a gene, for example A or a</strong>',
    'plural_choice' => 'Mendelian genetics terms',
    'singular_item' => 'definition',
    'choices' => [
      '<span style="color: #6c6c00; font-weight:700;">alleles</span>',
      '<span style="color: #3b7600; font-weight:700;">gamete</span>',
      '<span style="color: #c80085; font-weight:700;">homozygous</span>',
      '<span style="color: #00775f; font-weight:700;">dominant</span>',
    ],
    'correct' => '<span style="color: #6c6c00; font-weight:700;">alleles</span>',
  },
  {
    'item_name' => '<strong>one version among multiple DNA sequences at a locus</strong>',
    'plural_choice' => 'Mendelian genetics terms',
    'singular_item' => 'definition',
    'choices' => [
      '<span style="color: #076dad; font-weight:700;">character</span>',
      '<span style="color: #b74300; font-weight:700;">trait</span>',
      '<span style="color: #6c6c00; font-weight:700;">alleles</span>',
      '<span style="color: #c80085; font-weight:700;">homozygous</span>',
    ],
    'correct' => '<span style="color: #6c6c00; font-weight:700;">alleles</span>',
  },
  {
    'item_name' => '<strong>different gene forms at the same chromosomal location</strong>',
    'plural_choice' => 'Mendelian genetics terms',
    'singular_item' => 'definition',
    'choices' => [
      '<span style="color: #076dad; font-weight:700;">character</span>',
      '<span style="color: #6c6c00; font-weight:700;">alleles</span>',
      '<span style="color: #3b7600; font-weight:700;">gamete</span>',
      '<span style="color: #a719db; font-weight:700;">recessive</span>',
    ],
    'correct' => '<span style="color: #6c6c00; font-weight:700;">alleles</span>',
  },
  {
    'item_name' => '<strong>alternatives of a specific gene</strong>',
    'plural_choice' => 'Mendelian genetics terms',
    'singular_item' => 'definition',
    'choices' => [
      '<span style="color: #b74300; font-weight:700;">trait</span>',
      '<span style="color: #6c6c00; font-weight:700;">alleles</span>',
      '<span style="color: #3b7600; font-weight:700;">gamete</span>',
      '<span style="color: #00775f; font-weight:700;">dominant</span>',
    ],
    'correct' => '<span style="color: #6c6c00; font-weight:700;">alleles</span>',
  },
  {
    'item_name' => '<strong>variants of a specific gene located at a locus</strong>',
    'plural_choice' => 'Mendelian genetics terms',
    'singular_item' => 'definition',
    'choices' => [
      '<span style="color: #b74300; font-weight:700;">trait</span>',
      '<span style="color: #007576; font-weight:700;">phenotype</span>',
      '<span style="color: #6c6c00; font-weight:700;">alleles</span>',
      '<span style="color: #a719db; font-weight:700;">recessive</span>',
    ],
    'correct' => '<span style="color: #6c6c00; font-weight:700;">alleles</span>',
  },
  {
    'item_name' => '<strong>alternative versions of DNA at a gene site</strong>',
    'plural_choice' => 'Mendelian genetics terms',
    'singular_item' => 'definition',
    'choices' => [
      '<span style="color: #935d00; font-weight:700;">genotype</span>',
      '<span style="color: #007576; font-weight:700;">phenotype</span>',
      '<span style="color: #6c6c00; font-weight:700;">alleles</span>',
      '<span style="color: #a719db; font-weight:700;">recessive</span>',
    ],
    'correct' => '<span style="color: #6c6c00; font-weight:700;">alleles</span>',
  },
  {
    'item_name' => '<strong>different forms at a single gene locus</strong>',
    'plural_choice' => 'Mendelian genetics terms',
    'singular_item' => 'definition',
    'choices' => [
      '<span style="color: #6c6c00; font-weight:700;">alleles</span>',
      '<span style="color: #3b7600; font-weight:700;">gamete</span>',
      '<span style="color: #007a00; font-weight:700;">heterozygous</span>',
      '<span style="color: #00775f; font-weight:700;">dominant</span>',
    ],
    'correct' => '<span style="color: #6c6c00; font-weight:700;">alleles</span>',
  },
  {
    'item_name' => '<strong>a haploid reproductive cell having the half number of chromosomes</strong>',
    'plural_choice' => 'Mendelian genetics terms',
    'singular_item' => 'definition',
    'choices' => [
      '<span style="color: #076dad; font-weight:700;">character</span>',
      '<span style="color: #007576; font-weight:700;">phenotype</span>',
      '<span style="color: #3b7600; font-weight:700;">gamete</span>',
      '<span style="color: #c80085; font-weight:700;">homozygous</span>',
    ],
    'correct' => '<span style="color: #3b7600; font-weight:700;">gamete</span>',
  },
  {
    'item_name' => '<strong>a general term for either male (sperm) or female (egg) germ cells, which unite to form the zygote</strong>',
    'plural_choice' => 'Mendelian genetics terms',
    'singular_item' => 'definition',
    'choices' => [
      '<span style="color: #6c6c00; font-weight:700;">alleles</span>',
      '<span style="color: #3b7600; font-weight:700;">gamete</span>',
      '<span style="color: #007a00; font-weight:700;">heterozygous</span>',
      '<span style="color: #c80085; font-weight:700;">homozygous</span>',
    ],
    'correct' => '<span style="color: #3b7600; font-weight:700;">gamete</span>',
  },
  {
    'item_name' => '<strong>a haploid cell (e.g., sperm or egg) that fuses with another haploid cell during fertilization in organisms</strong>',
    'plural_choice' => 'Mendelian genetics terms',
    'singular_item' => 'definition',
    'choices' => [
      '<span style="color: #6c6c00; font-weight:700;">alleles</span>',
      '<span style="color: #3b7600; font-weight:700;">gamete</span>',
      '<span style="color: #00775f; font-weight:700;">dominant</span>',
      '<span style="color: #a719db; font-weight:700;">recessive</span>',
    ],
    'correct' => '<span style="color: #3b7600; font-weight:700;">gamete</span>',
  },
  {
    'item_name' => '<strong>sex, or reproductive, cell containing only one set of dissimilar chromosomes</strong>',
    'plural_choice' => 'Mendelian genetics terms',
    'singular_item' => 'definition',
    'choices' => [
      '<span style="color: #076dad; font-weight:700;">character</span>',
      '<span style="color: #6c6c00; font-weight:700;">alleles</span>',
      '<span style="color: #3b7600; font-weight:700;">gamete</span>',
      '<span style="color: #007a00; font-weight:700;">heterozygous</span>',
    ],
    'correct' => '<span style="color: #3b7600; font-weight:700;">gamete</span>',
  },
  {
    'item_name' => '<strong>reproductive cells carrying only one copy of each chromosome in preparation for fertilization</strong>',
    'plural_choice' => 'Mendelian genetics terms',
    'singular_item' => 'definition',
    'choices' => [
      '<span style="color: #935d00; font-weight:700;">genotype</span>',
      '<span style="color: #6c6c00; font-weight:700;">alleles</span>',
      '<span style="color: #3b7600; font-weight:700;">gamete</span>',
      '<span style="color: #007a00; font-weight:700;">heterozygous</span>',
    ],
    'correct' => '<span style="color: #3b7600; font-weight:700;">gamete</span>',
  },
  {
    'item_name' => '<strong>a reproductive cell with half the chromosome number</strong>',
    'plural_choice' => 'Mendelian genetics terms',
    'singular_item' => 'definition',
    'choices' => [
      '<span style="color: #b74300; font-weight:700;">trait</span>',
      '<span style="color: #3b7600; font-weight:700;">gamete</span>',
      '<span style="color: #007a00; font-weight:700;">heterozygous</span>',
      '<span style="color: #a719db; font-weight:700;">recessive</span>',
    ],
    'correct' => '<span style="color: #3b7600; font-weight:700;">gamete</span>',
  },
  {
    'item_name' => '<strong>either a male sperm or female egg cell that forms a zygote upon fusion</strong>',
    'plural_choice' => 'Mendelian genetics terms',
    'singular_item' => 'definition',
    'choices' => [
      '<span style="color: #076dad; font-weight:700;">character</span>',
      '<span style="color: #b74300; font-weight:700;">trait</span>',
      '<span style="color: #3b7600; font-weight:700;">gamete</span>',
      '<span style="color: #007a00; font-weight:700;">heterozygous</span>',
    ],
    'correct' => '<span style="color: #3b7600; font-weight:700;">gamete</span>',
  },
  {
    'item_name' => '<strong>haploid cells like sperm or egg that merge during fertilization</strong>',
    'plural_choice' => 'Mendelian genetics terms',
    'singular_item' => 'definition',
    'choices' => [
      '<span style="color: #076dad; font-weight:700;">character</span>',
      '<span style="color: #b74300; font-weight:700;">trait</span>',
      '<span style="color: #935d00; font-weight:700;">genotype</span>',
      '<span style="color: #3b7600; font-weight:700;">gamete</span>',
    ],
    'correct' => '<span style="color: #3b7600; font-weight:700;">gamete</span>',
  },
  {
    'item_name' => '<strong>reproductive cells with a single set of non-<span style="color: #0067cc; font-weight:700;">identical</span> chromosomes</strong>',
    'plural_choice' => 'Mendelian genetics terms',
    'singular_item' => 'definition',
    'choices' => [
      '<span style="color: #076dad; font-weight:700;">character</span>',
      '<span style="color: #007576; font-weight:700;">phenotype</span>',
      '<span style="color: #6c6c00; font-weight:700;">alleles</span>',
      '<span style="color: #3b7600; font-weight:700;">gamete</span>',
    ],
    'correct' => '<span style="color: #3b7600; font-weight:700;">gamete</span>',
  },
  {
    'item_name' => '<strong>when two copies of a gene are different</strong>',
    'plural_choice' => 'Mendelian genetics terms',
    'singular_item' => 'definition',
    'choices' => [
      '<span style="color: #b74300; font-weight:700;">trait</span>',
      '<span style="color: #007a00; font-weight:700;">heterozygous</span>',
      '<span style="color: #c80085; font-weight:700;">homozygous</span>',
      '<span style="color: #a719db; font-weight:700;">recessive</span>',
    ],
    'correct' => '<span style="color: #007a00; font-weight:700;">heterozygous</span>',
  },
  {
    'item_name' => '<strong>different <span style="color: #6c6c00; font-weight:700;">alleles</span> at one or more corresponding chromosomal loci</strong>',
    'plural_choice' => 'Mendelian genetics terms',
    'singular_item' => 'definition',
    'choices' => [
      '<span style="color: #076dad; font-weight:700;">character</span>',
      '<span style="color: #b74300; font-weight:700;">trait</span>',
      '<span style="color: #6c6c00; font-weight:700;">alleles</span>',
      '<span style="color: #007a00; font-weight:700;">heterozygous</span>',
    ],
    'correct' => '<span style="color: #007a00; font-weight:700;">heterozygous</span>',
  },
  {
    'item_name' => '<strong>two different <span style="color: #6c6c00; font-weight:700;">alleles</span> of a given gene</strong>',
    'plural_choice' => 'Mendelian genetics terms',
    'singular_item' => 'definition',
    'choices' => [
      '<span style="color: #b74300; font-weight:700;">trait</span>',
      '<span style="color: #007576; font-weight:700;">phenotype</span>',
      '<span style="color: #007a00; font-weight:700;">heterozygous</span>',
      '<span style="color: #00775f; font-weight:700;">dominant</span>',
    ],
    'correct' => '<span style="color: #007a00; font-weight:700;">heterozygous</span>',
  },
  {
    'item_name' => '<strong>different inherited versions of a gene from each biological parent</strong>',
    'plural_choice' => 'Mendelian genetics terms',
    'singular_item' => 'definition',
    'choices' => [
      '<span style="color: #935d00; font-weight:700;">genotype</span>',
      '<span style="color: #007a00; font-weight:700;">heterozygous</span>',
      '<span style="color: #00775f; font-weight:700;">dominant</span>',
      '<span style="color: #a719db; font-weight:700;">recessive</span>',
    ],
    'correct' => '<span style="color: #007a00; font-weight:700;">heterozygous</span>',
  },
  {
    'item_name' => '<strong>possession of a pair of differing <span style="color: #6c6c00; font-weight:700;">alleles</span></strong>',
    'plural_choice' => 'Mendelian genetics terms',
    'singular_item' => 'definition',
    'choices' => [
      '<span style="color: #b74300; font-weight:700;">trait</span>',
      '<span style="color: #6c6c00; font-weight:700;">alleles</span>',
      '<span style="color: #007a00; font-weight:700;">heterozygous</span>',
      '<span style="color: #a719db; font-weight:700;">recessive</span>',
    ],
    'correct' => '<span style="color: #007a00; font-weight:700;">heterozygous</span>',
  },
  {
    'item_name' => '<strong>presence of two different gene copies</strong>',
    'plural_choice' => 'Mendelian genetics terms',
    'singular_item' => 'definition',
    'choices' => [
      '<span style="color: #b74300; font-weight:700;">trait</span>',
      '<span style="color: #007576; font-weight:700;">phenotype</span>',
      '<span style="color: #007a00; font-weight:700;">heterozygous</span>',
      '<span style="color: #a719db; font-weight:700;">recessive</span>',
    ],
    'correct' => '<span style="color: #007a00; font-weight:700;">heterozygous</span>',
  },
  {
    'item_name' => '<strong>two unalike <span style="color: #6c6c00; font-weight:700;">alleles</span> for a particular gene</strong>',
    'plural_choice' => 'Mendelian genetics terms',
    'singular_item' => 'definition',
    'choices' => [
      '<span style="color: #076dad; font-weight:700;">character</span>',
      '<span style="color: #6c6c00; font-weight:700;">alleles</span>',
      '<span style="color: #007a00; font-weight:700;">heterozygous</span>',
      '<span style="color: #c80085; font-weight:700;">homozygous</span>',
    ],
    'correct' => '<span style="color: #007a00; font-weight:700;">heterozygous</span>',
  },
  {
    'item_name' => '<strong>two different <span style="color: #6c6c00; font-weight:700;">alleles</span> for a gene</strong>',
    'plural_choice' => 'Mendelian genetics terms',
    'singular_item' => 'definition',
    'choices' => [
      '<span style="color: #3b7600; font-weight:700;">gamete</span>',
      '<span style="color: #007a00; font-weight:700;">heterozygous</span>',
      '<span style="color: #c80085; font-weight:700;">homozygous</span>',
      '<span style="color: #a719db; font-weight:700;">recessive</span>',
    ],
    'correct' => '<span style="color: #007a00; font-weight:700;">heterozygous</span>',
  },
  {
    'item_name' => '<strong>the two copies of a gene are <span style="color: #0067cc; font-weight:700;">identical</span></strong>',
    'plural_choice' => 'Mendelian genetics terms',
    'singular_item' => 'definition',
    'choices' => [
      '<span style="color: #076dad; font-weight:700;">character</span>',
      '<span style="color: #3b7600; font-weight:700;">gamete</span>',
      '<span style="color: #c80085; font-weight:700;">homozygous</span>',
      '<span style="color: #a719db; font-weight:700;">recessive</span>',
    ],
    'correct' => '<span style="color: #c80085; font-weight:700;">homozygous</span>',
  },
  {
    'item_name' => '<strong><span style="color: #0067cc; font-weight:700;">identical</span> <span style="color: #6c6c00; font-weight:700;">alleles</span> at one or more corresponding chromosomal loci</strong>',
    'plural_choice' => 'Mendelian genetics terms',
    'singular_item' => 'definition',
    'choices' => [
      '<span style="color: #935d00; font-weight:700;">genotype</span>',
      '<span style="color: #3b7600; font-weight:700;">gamete</span>',
      '<span style="color: #007a00; font-weight:700;">heterozygous</span>',
      '<span style="color: #c80085; font-weight:700;">homozygous</span>',
    ],
    'correct' => '<span style="color: #c80085; font-weight:700;">homozygous</span>',
  },
  {
    'item_name' => '<strong>two <span style="color: #0067cc; font-weight:700;">identical</span> <span style="color: #6c6c00; font-weight:700;">alleles</span> of a given gene</strong>',
    'plural_choice' => 'Mendelian genetics terms',
    'singular_item' => 'definition',
    'choices' => [
      '<span style="color: #935d00; font-weight:700;">genotype</span>',
      '<span style="color: #007a00; font-weight:700;">heterozygous</span>',
      '<span style="color: #c80085; font-weight:700;">homozygous</span>',
      '<span style="color: #00775f; font-weight:700;">dominant</span>',
    ],
    'correct' => '<span style="color: #c80085; font-weight:700;">homozygous</span>',
  },
  {
    'item_name' => '<strong><span style="color: #0067cc; font-weight:700;">identical</span> inherited versions of a gene from each biological parent</strong>',
    'plural_choice' => 'Mendelian genetics terms',
    'singular_item' => 'definition',
    'choices' => [
      '<span style="color: #076dad; font-weight:700;">character</span>',
      '<span style="color: #007576; font-weight:700;">phenotype</span>',
      '<span style="color: #6c6c00; font-weight:700;">alleles</span>',
      '<span style="color: #c80085; font-weight:700;">homozygous</span>',
    ],
    'correct' => '<span style="color: #c80085; font-weight:700;">homozygous</span>',
  },
  {
    'item_name' => '<strong>possession of a pair of <span style="color: #0067cc; font-weight:700;">identical</span> <span style="color: #6c6c00; font-weight:700;">alleles</span></strong>',
    'plural_choice' => 'Mendelian genetics terms',
    'singular_item' => 'definition',
    'choices' => [
      '<span style="color: #b74300; font-weight:700;">trait</span>',
      '<span style="color: #3b7600; font-weight:700;">gamete</span>',
      '<span style="color: #007a00; font-weight:700;">heterozygous</span>',
      '<span style="color: #c80085; font-weight:700;">homozygous</span>',
    ],
    'correct' => '<span style="color: #c80085; font-weight:700;">homozygous</span>',
  },
  {
    'item_name' => '<strong>both gene copies are the same</strong>',
    'plural_choice' => 'Mendelian genetics terms',
    'singular_item' => 'definition',
    'choices' => [
      '<span style="color: #076dad; font-weight:700;">character</span>',
      '<span style="color: #b74300; font-weight:700;">trait</span>',
      '<span style="color: #007a00; font-weight:700;">heterozygous</span>',
      '<span style="color: #c80085; font-weight:700;">homozygous</span>',
    ],
    'correct' => '<span style="color: #c80085; font-weight:700;">homozygous</span>',
  },
  {
    'item_name' => '<strong><span style="color: #0067cc; font-weight:700;">identical</span> forms of a gene at corresponding chromosome locations</strong>',
    'plural_choice' => 'Mendelian genetics terms',
    'singular_item' => 'definition',
    'choices' => [
      '<span style="color: #935d00; font-weight:700;">genotype</span>',
      '<span style="color: #007576; font-weight:700;">phenotype</span>',
      '<span style="color: #c80085; font-weight:700;">homozygous</span>',
      '<span style="color: #00775f; font-weight:700;">dominant</span>',
    ],
    'correct' => '<span style="color: #c80085; font-weight:700;">homozygous</span>',
  },
  {
    'item_name' => '<strong>two of the same <span style="color: #6c6c00; font-weight:700;">allele</span> for a specific gene</strong>',
    'plural_choice' => 'Mendelian genetics terms',
    'singular_item' => 'definition',
    'choices' => [
      '<span style="color: #b74300; font-weight:700;">trait</span>',
      '<span style="color: #6c6c00; font-weight:700;">alleles</span>',
      '<span style="color: #c80085; font-weight:700;">homozygous</span>',
      '<span style="color: #00775f; font-weight:700;">dominant</span>',
    ],
    'correct' => '<span style="color: #c80085; font-weight:700;">homozygous</span>',
  },
  {
    'item_name' => '<strong>same version of a gene inherited from each parent</strong>',
    'plural_choice' => 'Mendelian genetics terms',
    'singular_item' => 'definition',
    'choices' => [
      '<span style="color: #b74300; font-weight:700;">trait</span>',
      '<span style="color: #007576; font-weight:700;">phenotype</span>',
      '<span style="color: #007a00; font-weight:700;">heterozygous</span>',
      '<span style="color: #c80085; font-weight:700;">homozygous</span>',
    ],
    'correct' => '<span style="color: #c80085; font-weight:700;">homozygous</span>',
  },
  {
    'item_name' => '<strong><span style="color: #0067cc; font-weight:700;">identical</span> <span style="color: #6c6c00; font-weight:700;">alleles</span> for a gene</strong>',
    'plural_choice' => 'Mendelian genetics terms',
    'singular_item' => 'definition',
    'choices' => [
      '<span style="color: #076dad; font-weight:700;">character</span>',
      '<span style="color: #3b7600; font-weight:700;">gamete</span>',
      '<span style="color: #c80085; font-weight:700;">homozygous</span>',
      '<span style="color: #a719db; font-weight:700;">recessive</span>',
    ],
    'correct' => '<span style="color: #c80085; font-weight:700;">homozygous</span>',
  },
  {
    'item_name' => '<strong>describes a <span style="color: #b74300; font-weight:700;">trait</span> that masks the expression of another <span style="color: #b74300; font-weight:700;">trait</span> when both versions of the gene are present</strong>',
    'plural_choice' => 'Mendelian genetics terms',
    'singular_item' => 'definition',
    'choices' => [
      '<span style="color: #b74300; font-weight:700;">trait</span>',
      '<span style="color: #935d00; font-weight:700;">genotype</span>',
      '<span style="color: #00775f; font-weight:700;">dominant</span>',
      '<span style="color: #a719db; font-weight:700;">recessive</span>',
    ],
    'correct' => '<span style="color: #00775f; font-weight:700;">dominant</span>',
  },
  {
    'item_name' => '<strong>describes a <span style="color: #b74300; font-weight:700;">trait</span> that masks the expression of another <span style="color: #b74300; font-weight:700;">trait</span> when the <span style="color: #6c6c00; font-weight:700;">alleles</span> for both <span style="color: #b74300; font-weight:700;">traits</span> are present</strong>',
    'plural_choice' => 'Mendelian genetics terms',
    'singular_item' => 'definition',
    'choices' => [
      '<span style="color: #6c6c00; font-weight:700;">alleles</span>',
      '<span style="color: #3b7600; font-weight:700;">gamete</span>',
      '<span style="color: #00775f; font-weight:700;">dominant</span>',
      '<span style="color: #a719db; font-weight:700;">recessive</span>',
    ],
    'correct' => '<span style="color: #00775f; font-weight:700;">dominant</span>',
  },
  {
    'item_name' => '<strong>if two copies of a gene are different, this <span style="color: #6c6c00; font-weight:700;">allele</span> will be expressed</strong>',
    'plural_choice' => 'Mendelian genetics terms',
    'singular_item' => 'definition',
    'choices' => [
      '<span style="color: #6c6c00; font-weight:700;">alleles</span>',
      '<span style="color: #3b7600; font-weight:700;">gamete</span>',
      '<span style="color: #007a00; font-weight:700;">heterozygous</span>',
      '<span style="color: #00775f; font-weight:700;">dominant</span>',
    ],
    'correct' => '<span style="color: #00775f; font-weight:700;">dominant</span>',
  },
  {
    'item_name' => '<strong>an <span style="color: #6c6c00; font-weight:700;">allele</span> that masks another <span style="color: #6c6c00; font-weight:700;">allele</span> in the presence of both <span style="color: #6c6c00; font-weight:700;">alleles</span></strong>',
    'plural_choice' => 'Mendelian genetics terms',
    'singular_item' => 'definition',
    'choices' => [
      '<span style="color: #b74300; font-weight:700;">trait</span>',
      '<span style="color: #935d00; font-weight:700;">genotype</span>',
      '<span style="color: #c80085; font-weight:700;">homozygous</span>',
      '<span style="color: #00775f; font-weight:700;">dominant</span>',
    ],
    'correct' => '<span style="color: #00775f; font-weight:700;">dominant</span>',
  },
  {
    'item_name' => '<strong>masks another <span style="color: #b74300; font-weight:700;">trait</span>\'s expression when both <span style="color: #6c6c00; font-weight:700;">alleles</span> are present</strong>',
    'plural_choice' => 'Mendelian genetics terms',
    'singular_item' => 'definition',
    'choices' => [
      '<span style="color: #935d00; font-weight:700;">genotype</span>',
      '<span style="color: #007576; font-weight:700;">phenotype</span>',
      '<span style="color: #c80085; font-weight:700;">homozygous</span>',
      '<span style="color: #00775f; font-weight:700;">dominant</span>',
    ],
    'correct' => '<span style="color: #00775f; font-weight:700;">dominant</span>',
  },
  {
    'item_name' => '<strong>describes a <span style="color: #b74300; font-weight:700;">trait</span> whose expression is masked by another <span style="color: #b74300; font-weight:700;">trait</span> when both versions of the gene are present</strong>',
    'plural_choice' => 'Mendelian genetics terms',
    'singular_item' => 'definition',
    'choices' => [
      '<span style="color: #935d00; font-weight:700;">genotype</span>',
      '<span style="color: #007576; font-weight:700;">phenotype</span>',
      '<span style="color: #6c6c00; font-weight:700;">alleles</span>',
      '<span style="color: #a719db; font-weight:700;">recessive</span>',
    ],
    'correct' => '<span style="color: #a719db; font-weight:700;">recessive</span>',
  },
  {
    'item_name' => '<strong>describes a <span style="color: #b74300; font-weight:700;">trait</span> whose expression is masked by another <span style="color: #b74300; font-weight:700;">trait</span> when the <span style="color: #6c6c00; font-weight:700;">alleles</span> for both <span style="color: #b74300; font-weight:700;">traits</span> are present</strong>',
    'plural_choice' => 'Mendelian genetics terms',
    'singular_item' => 'definition',
    'choices' => [
      '<span style="color: #b74300; font-weight:700;">trait</span>',
      '<span style="color: #935d00; font-weight:700;">genotype</span>',
      '<span style="color: #c80085; font-weight:700;">homozygous</span>',
      '<span style="color: #a719db; font-weight:700;">recessive</span>',
    ],
    'correct' => '<span style="color: #a719db; font-weight:700;">recessive</span>',
  },
  {
    'item_name' => '<strong>if two copies of a gene are different, this <span style="color: #6c6c00; font-weight:700;">allele</span> will be masked</strong>',
    'plural_choice' => 'Mendelian genetics terms',
    'singular_item' => 'definition',
    'choices' => [
      '<span style="color: #b74300; font-weight:700;">trait</span>',
      '<span style="color: #3b7600; font-weight:700;">gamete</span>',
      '<span style="color: #00775f; font-weight:700;">dominant</span>',
      '<span style="color: #a719db; font-weight:700;">recessive</span>',
    ],
    'correct' => '<span style="color: #a719db; font-weight:700;">recessive</span>',
  },
  {
    'item_name' => '<strong>an <span style="color: #6c6c00; font-weight:700;">allele</span> masked by another <span style="color: #6c6c00; font-weight:700;">allele</span> in the presence of both <span style="color: #6c6c00; font-weight:700;">alleles</span></strong>',
    'plural_choice' => 'Mendelian genetics terms',
    'singular_item' => 'definition',
    'choices' => [
      '<span style="color: #935d00; font-weight:700;">genotype</span>',
      '<span style="color: #007576; font-weight:700;">phenotype</span>',
      '<span style="color: #00775f; font-weight:700;">dominant</span>',
      '<span style="color: #a719db; font-weight:700;">recessive</span>',
    ],
    'correct' => '<span style="color: #a719db; font-weight:700;">recessive</span>',
  },
  {
    'item_name' => '<strong>this <span style="color: #6c6c00; font-weight:700;">allele</span> is masked if both <span style="color: #6c6c00; font-weight:700;">alleles</span> differ</strong>',
    'plural_choice' => 'Mendelian genetics terms',
    'singular_item' => 'definition',
    'choices' => [
      '<span style="color: #6c6c00; font-weight:700;">alleles</span>',
      '<span style="color: #3b7600; font-weight:700;">gamete</span>',
      '<span style="color: #00775f; font-weight:700;">dominant</span>',
      '<span style="color: #a719db; font-weight:700;">recessive</span>',
    ],
    'correct' => '<span style="color: #a719db; font-weight:700;">recessive</span>',
  },
  {
    'item_name' => '<strong>this <span style="color: #6c6c00; font-weight:700;">allele</span> is hidden by another <span style="color: #6c6c00; font-weight:700;">allele</span> when both <span style="color: #6c6c00; font-weight:700;">alleles</span> are present</strong>',
    'plural_choice' => 'Mendelian genetics terms',
    'singular_item' => 'definition',
    'choices' => [
      '<span style="color: #076dad; font-weight:700;">character</span>',
      '<span style="color: #007576; font-weight:700;">phenotype</span>',
      '<span style="color: #c80085; font-weight:700;">homozygous</span>',
      '<span style="color: #a719db; font-weight:700;">recessive</span>',
    ],
    'correct' => '<span style="color: #a719db; font-weight:700;">recessive</span>',
  },
);

#==========================================================
# SELECT RANDOM QUESTION
#==========================================================

my $local_random = PGrandom->new();
$local_random->srand($problemSeed);

$question_idx = $local_random->random(0, scalar(@questions_data) - 1, 1);
$q = $questions_data[$question_idx];

$item_name = $q->{'item_name'};
$plural_choice = $q->{'plural_choice'};
$singular_item = $q->{'singular_item'};
@choices = @{ $q->{'choices'} };
$correct = $q->{'correct'};

#==========================================================
# SHUFFLE CHOICES (SEED-STABLE)
#==========================================================

my @choice_indices = (0 .. $#choices);
my @choice_shuffled = ();
while (@choice_indices) {
  my $pick = $local_random->random(0, $#choice_indices, 1);
  push @choice_shuffled, splice(@choice_indices, $pick, 1);
}
@choices = @choices[@choice_shuffled];

#==========================================================
# BUILD RADIO BUTTONS
#==========================================================

$rb = RadioButtons(
  [@choices],
  $correct,
  labels        => 'ABC',
  displayLabels => 1,
  randomize     => 0,
  separator     => '<div style="margin-bottom: 0.7em;"></div>',
);

#==========================================================
# PGML
#==========================================================

BEGIN_PGML

Which one of the following [$plural_choice]* corresponds to the [$singular_item]* [$item_name]*?

[_]{$rb}

END_PGML

BEGIN_PGML_SOLUTION

The correct answer is: [$correct]*

END_PGML_SOLUTION

ENDDOCUMENT();

