[system] / trunk / webwork / system / courseScripts / Multiple.pm Repository:
ViewVC logotype

Diff of /trunk/webwork/system/courseScripts/Multiple.pm

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

Revision 157 Revision 158
185 185
186#use strict; 186#use strict;
187package Multiple; 187package Multiple;
188 188
189@Multiple::ISA = undef; 189@Multiple::ISA = undef;
190require "${Global::mainDirectory}courseScripts/List.pm"; 190#require "${Global::mainDirectory}courseScripts/List.pm";
191@Multiple::ISA = qw( Exporter List ); 191@Multiple::ISA = qw( Exporter List );
192 192
193# *** Subroutines which overload List.pm *** 193# *** Subroutines which overload List.pm ***
194sub choose { warn "Multiple choice does not support choosing answers.\n(You can't use \$mc->choose().)"; } 194sub choose { warn "Multiple choice does not support choosing answers.\n(You can't use \$mc->choose().)"; }
195sub choose_extra { warn "Multiple choice does not support choosing answers.\n(You can't use \$mc->choose_extra().)"; } 195sub choose_extra { warn "Multiple choice does not support choosing answers.\n(You can't use \$mc->choose_extra().)"; }

Legend:
Removed from v.157  
changed lines
  Added in v.158

aubreyja at gmail dot com
ViewVC Help
Powered by ViewVC 1.0.9