Skip to content

Commit

Permalink
Merge pull request #2284 from Alex-Jordan/achievement-tweaks
Browse files Browse the repository at this point in the history
comment cleanup
  • Loading branch information
pstaabp authored Jan 4, 2024
2 parents dbb4c39 + 646c5b0 commit d8a32be
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lib/WeBWorK/AchievementItems/AddNewTestGW.pm
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
package WeBWorK::AchievementItems::AddNewTestGW;
use Mojo::Base 'WeBWorK::AchievementItems', -signatures;

# Item to allow students to take an addition test
# Item to allow students to take an additional version of a test within its test version interval

use WeBWorK::Utils qw(before between x nfreeze_base64 thaw_base64 format_set_name_display);

Expand Down
4 changes: 2 additions & 2 deletions lib/WeBWorK/AchievementItems/ExtendDueDateGW.pm
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
package WeBWorK::AchievementItems::ExtendDueDateGW;
use Mojo::Base 'WeBWorK::AchievementItems', -signatures;

# Item to extend the due date on a gateway
# Item to extend the close date on a test

use WeBWorK::Utils qw(between x nfreeze_base64 thaw_base64 format_set_name_display);

Expand All @@ -36,7 +36,7 @@ sub print_form ($self, $sets, $setProblemCount, $c) {
my @unfilteredsets = $db->getMergedSets(map { [ $effectiveUserName, $_ ] } $db->listUserSets($effectiveUserName));
my @openGateways;

# Find the template sets of open gateway quizzes.
# Find the template sets for open tests.
for my $set (@unfilteredsets) {
push(@openGateways, [ format_set_name_display($set->set_id) => $set->set_id ])
if $set->assignment_type =~ /gateway/
Expand Down

0 comments on commit d8a32be

Please sign in to comment.