Skip to content

Commit

Permalink
overarching macro library to load all mutliple choice macros
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex-Jordan committed Mar 7, 2024
1 parent f0caf1d commit 7598abf
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions macros/parsers/parserMultipleChoice.pl
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@

=head1 NAME
parserMultipleChoice.pl - Load all the multiple choice parsers: PopUp, CheckboxList, RadioButtons, RadioMultiAnswer.
=head1 SYNOPSIS
loadMacros('parserMultipleChoice.pl');
=head1 DESCRIPTION
parserMultipleChoice.pl loads the following macro files:
=over
=item * parserPopUp.pl
=item * parserCheckboxList.pl
=item * parserRadioButtons.pl
=item * parserRadioMultiAnswer.pl
=back
=cut

loadMacros("parserPopUp.pl", "parserCheckboxList.pl", "parserRadioButtons.pl", "parserRadioMultiAnswer.pl");

1;

0 comments on commit 7598abf

Please sign in to comment.