--- trunk/webwork2/lib/WeBWorK/ContentGenerator/Instructor/ProblemSetEditor.pm 2003/05/22 20:44:03 887 +++ trunk/webwork2/lib/WeBWorK/ContentGenerator/Instructor/ProblemSetEditor.pm 2003/05/22 20:46:06 888 @@ -51,7 +51,7 @@ # Determine a name for this set ######################################################################### # Determine the set number, if there is one. Otherwise make setName = "new set". - # fix me + # FIXME: # my ($path_info,@components) = $self->gatherInfo(); # my $setName = $components[0]; # get GET address for set name @@ -66,7 +66,7 @@ # my $setDirectory = $r->param('setDirectory'); # my $oldSetDirectory = $r->param('oldSetDirectory'); - #fix me + #FIXME: # A user can select a new set AND a problem (in the old set) but the problem won't be in the new set! # In other words we must prevent the user from changing the problem and the set simultaneously. # We solve this by defining a hidden variable oldSetDirectory which matches the currently displayed problem list @@ -81,7 +81,7 @@ ######################################################################### my $textAreaString; - #fix me -- this does not handle multiple problem selections correctly. + #FIXME: -- this does not handle multiple problem selections correctly. # my $problemName = $r->param('pgProblem'); # my $problemList = $r->param('problemList'); @@ -90,7 +90,7 @@ my $problemEntry = $oldSetDirectory.'/'.$problemName.", 1, -1 \r\n"; # add the new problem entry if the address is complete. (still buggy -- how do insure that oldSetDirectory is not empty? - $problemList .= $problemEntry unless $problemEntry =~ m|^/|; # don't print if oldSetDirectory name is empy (fix me -- more checks are needed?) + $problemList .= $problemEntry unless $problemEntry =~ m|^/|; # don't print if oldSetDirectory name is empy (FIXME: -- more checks are needed?) # format the complete textArea string $textAreaString = qq!