Parent Directory
|
Revision Log
|
Patch
| Revision 1038 | Revision 1039 | ||
|---|---|---|---|
| … | … | ||
| 5 | 5 | ||
| 6 | package WeBWorK::ContentGenerator::Problem; | 6 | package WeBWorK::ContentGenerator::Problem; |
| 7 | use base qw(WeBWorK::ContentGenerator); | 7 | use base qw(WeBWorK::ContentGenerator); |
| 8 | 8 | ||
| 9 | =head1 NAME | 9 | =head1 NAME |
| 10 | 10 | ||
| 11 | WeBWorK::ContentGenerator::Problem - Allow a student to interact with a problem. | 11 | WeBWorK::ContentGenerator::Problem - Allow a student to interact with a problem. |
| 12 | 12 | ||
| 13 | =cut | 13 | =cut |
| 14 | 14 | ||
| 15 | use strict; | 15 | use strict; |
|
||||||||
| aubreyja at gmail dot com | ViewVC Help |
| Powered by ViewVC 1.0.9 |