## TITLE('Intron Removal Mechanisms')
## DESCRIPTION
## Select the statement that is TRUE or FALSE about intron removal mechanisms.
## ENDDESCRIPTION
## KEYWORDS('intron removal mechanisms','true/false','multiple choice')
## DBsubject('Molecular Biology')
## 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 = 1;

#==========================================================
# AUTO-GENERATED GROUPS FROM YAML
#==========================================================

@true_groups = (
  [
    'the <span style="color: #b30059; font-weight:700;">group &#8544; intron</span> uses an <span style="color: #666600; font-weight:700;">exogenous guanine nucleoside</span> for catalytic activity',
  ],
  [
    'the <span style="color: #0000b3; font-weight:700;">group &#8545; intron</span> uses an <span style="color: #006600; font-weight:700;">internal adenine nucleotide</span> for catalytic activity',
  ],
  [
    'the <span style="color: #b30059; font-weight:700;">group &#8544; intron</span> does NOT require ATP energy input',
    'the <span style="color: #0000b3; font-weight:700;">group &#8545; intron</span> does NOT require ATP energy input',
    'both the <span style="color: #b30059; font-weight:700;">group &#8544; intron</span> and the <span style="color: #0000b3; font-weight:700;">group &#8545; intron</span> do NOT require ATP energy input',
  ],
  [
    'after splicing, the <span style="color: #b30059; font-weight:700;">group &#8544; intron</span> forms a <span style="color: #008080; font-weight:700;">linear structure</span> with a <span style="color: #4d4d00; font-weight:700;">guanine on the 5&prime; end</span>',
  ],
  [
    'after splicing, the <span style="color: #0000b3; font-weight:700;">group &#8545; intron</span> forms a <span style="color: #86592d; font-weight:700;">lariat structure</span> with an <span style="color: #004d00; font-weight:700;">adenine on the 5&prime; end</span>',
  ],
  [
    '<span style="color: #804d00; font-weight:700;">spliceosomal introns</span> and <span style="color: #3d5c5c; font-weight:700;">self-splicing</span> <span style="color: #0000b3; font-weight:700;">group &#8545; introns</span> share a common mechanism',
    '<span style="color: #3d5c5c; font-weight:700;">self-splicing</span> <span style="color: #0000b3; font-weight:700;">group &#8545; introns</span> and <span style="color: #804d00; font-weight:700;">spliceosomal introns</span> share a common mechanism',
  ],
  [
    '<span style="color: #b30059; font-weight:700;">group &#8544; introns</span> are always <span style="color: #3d5c5c; font-weight:700;">self-splicing</span>',
  ],
  [
    'both <span style="color: #b30059; font-weight:700;">group &#8544; introns</span> and <span style="color: #0000b3; font-weight:700;">group &#8545; introns</span> use a phosphoester transfer mechanism',
  ],
);
@false_groups = (
  [
    'the <span style="color: #b30059; font-weight:700;">group &#8544; intron</span> uses an <span style="color: #006600; font-weight:700;">internal adenine nucleotide</span> for catalytic activity',
    'the <span style="color: #b30059; font-weight:700;">group &#8544; intron</span> uses an <span style="color: #666600; font-weight:700;">internal guanine nucleotide</span> for catalytic activity',
    'the <span style="color: #b30059; font-weight:700;">group &#8544; intron</span> uses an <span style="color: #006600; font-weight:700;">exogenous adenine nucleoside</span> for catalytic activity',
  ],
  [
    'the <span style="color: #0000b3; font-weight:700;">group &#8545; intron</span> uses an <span style="color: #666600; font-weight:700;">internal guanine nucleotide</span> for catalytic activity',
    'the <span style="color: #0000b3; font-weight:700;">group &#8545; intron</span> uses an <span style="color: #666600; font-weight:700;">exogenous guanine nucleoside</span> for catalytic activity',
    'the <span style="color: #0000b3; font-weight:700;">group &#8545; intron</span> uses an <span style="color: #006600; font-weight:700;">exogenous adenine nucleoside</span> for catalytic activity',
  ],
  [
    'the <span style="color: #b30059; font-weight:700;">group &#8544; intron</span> requires <span style="color: #00802b; font-weight:700;">ATP hydrolysis</span>, while the <span style="color: #0000b3; font-weight:700;">group &#8545; intron</span> does not.',
    'the <span style="color: #0000b3; font-weight:700;">group &#8545; intron</span> requires <span style="color: #00802b; font-weight:700;">ATP hydrolysis</span>, while the <span style="color: #b30059; font-weight:700;">group &#8544; intron</span> does not.',
    'the <span style="color: #b30059; font-weight:700;">group &#8544; intron</span> requires <span style="color: #4d4d00; font-weight:700;">GTP hydrolysis</span>, while the <span style="color: #0000b3; font-weight:700;">group &#8545; intron</span> does not.',
    'the <span style="color: #0000b3; font-weight:700;">group &#8545; intron</span> requires <span style="color: #4d4d00; font-weight:700;">GTP hydrolysis</span>, while the <span style="color: #b30059; font-weight:700;">group &#8544; intron</span> does not.',
    'both the <span style="color: #b30059; font-weight:700;">group &#8544; intron</span> and the <span style="color: #0000b3; font-weight:700;">group &#8545; intron</span> require <span style="color: #00802b; font-weight:700;">ATP hydrolysis</span>',
    'both the <span style="color: #b30059; font-weight:700;">group &#8544; intron</span> and the <span style="color: #0000b3; font-weight:700;">group &#8545; intron</span> require <span style="color: #4d4d00; font-weight:700;">GTP hydrolysis</span>',
  ],
  [
    'after splicing, the <span style="color: #b30059; font-weight:700;">group &#8544; intron</span> forms a <span style="color: #86592d; font-weight:700;">lariat structure</span> with an <span style="color: #004d00; font-weight:700;">adenine on the 5&prime; end</span>',
    'after splicing, the <span style="color: #b30059; font-weight:700;">group &#8544; intron</span> forms a <span style="color: #86592d; font-weight:700;">lariat structure</span> with a <span style="color: #4d4d00; font-weight:700;">guanine on the 5&prime; end</span>',
    'after splicing, the <span style="color: #b30059; font-weight:700;">group &#8544; intron</span> forms a <span style="color: #008080; font-weight:700;">linear structure</span> with an <span style="color: #004d00; font-weight:700;">adenine on the 5&prime; end</span>',
  ],
  [
    'after splicing, the <span style="color: #0000b3; font-weight:700;">group &#8545; intron</span> forms a <span style="color: #008080; font-weight:700;">linear structure</span> with an <span style="color: #004d00; font-weight:700;">adenine on the 5&prime; end</span>',
    'after splicing, the <span style="color: #0000b3; font-weight:700;">group &#8545; intron</span> forms a <span style="color: #008080; font-weight:700;">linear structure</span> with a <span style="color: #4d4d00; font-weight:700;">guanine on the 5&prime; end</span>',
    'after splicing, the <span style="color: #0000b3; font-weight:700;">group &#8545; intron</span> forms a <span style="color: #86592d; font-weight:700;">lariat structure</span> with a <span style="color: #4d4d00; font-weight:700;">guanine on the 5&prime; end</span>',
  ],
  [
    '<span style="color: #804d00; font-weight:700;">spliceosomal introns</span> and <span style="color: #3d5c5c; font-weight:700;">self-splicing</span> <span style="color: #b30059; font-weight:700;">group &#8544; introns</span> share a common mechanism',
    '<span style="color: #3d5c5c; font-weight:700;">self-splicing</span> <span style="color: #b30059; font-weight:700;">group &#8544; introns</span> and <span style="color: #804d00; font-weight:700;">spliceosomal introns</span> share a common mechanism',
  ],
  [
    '<span style="color: #b30059; font-weight:700;">group &#8544; introns</span> are never <span style="color: #3d5c5c; font-weight:700;">self-splicing</span>',
    '<span style="color: #0000b3; font-weight:700;">group &#8545; introns</span> are always <span style="color: #3d5c5c; font-weight:700;">self-splicing</span>',
    '<span style="color: #0000b3; font-weight:700;">group &#8545; introns</span> are never <span style="color: #3d5c5c; font-weight:700;">self-splicing</span>',
  ],
  [
    '<span style="color: #b30059; font-weight:700;">group &#8544; introns</span> use a phosphoester transfer mechanism, while <span style="color: #0000b3; font-weight:700;">group &#8545; introns</span> do not',
    '<span style="color: #0000b3; font-weight:700;">group &#8545; introns</span> use a phosphoester transfer mechanism, while <span style="color: #b30059; font-weight:700;">group &#8544; introns</span> do not',
  ],
);

#==========================================================
# GLOBAL SETTINGS
#==========================================================

$topic = 'intron removal mechanisms';
my $local_random = PGrandom->new();
$local_random->srand($problemSeed);
my @mode_choices = ("TRUE", "FALSE");
$mode = $mode_choices[$local_random->random(0, $#mode_choices, 1)];
$num_distractors = 4;
#==========================================================
# SELECT GROUP
#==========================================================

my (@selected_group, @opposite_groups);

if ($mode eq "TRUE") {
  $group_index      = $local_random->random(0, scalar(@true_groups)-1, 1);
  @selected_group   = @{ $true_groups[$group_index] };
  @opposite_groups  = @false_groups;
} else {
  $group_index      = $local_random->random(0, scalar(@false_groups)-1, 1);
  @selected_group   = @{ $false_groups[$group_index] };
  @opposite_groups  = @true_groups;
}

#==========================================================
# PICK CORRECT + DISTRACTORS
#==========================================================

my $correct_index = $local_random->random(0, $#selected_group, 1);
$correct = $selected_group[$correct_index];

my @available_group_indices = (0 .. $#opposite_groups);
my @selected_distractor_indices = ();

while (@selected_distractor_indices < $num_distractors && @available_group_indices > 0) {
  my $random_index = $local_random->random(0, scalar(@available_group_indices)-1, 1);
  push @selected_distractor_indices, splice(@available_group_indices, $random_index, 1);
}

@distractors = ();
foreach my $group_idx (@selected_distractor_indices) {
  my @group = @{ $opposite_groups[$group_idx] };
  my $distractor_index = $local_random->random(0, $#group, 1);
  my $distractor = $group[$distractor_index];
  push @distractors, $distractor;
}

@choices = ($correct, @distractors);

#==========================================================
# 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];

#==========================================================
# RADIO BUTTONS WITH A/B/C/D/E LABELS
#==========================================================

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

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

BEGIN_PGML

[@ $mode eq "TRUE" ? "Which one of the following statements is <span style='color: #127663;'><strong>TRUE</strong></span> about $topic?" : "Which one of the following statements is <span style='color: #ba372a;'><strong>FALSE</strong></span> about $topic?" @]*

[_]{$rb}

END_PGML

ENDDOCUMENT();

