change summing all B* and C* task points instead of only max
This commit is contained in:
parent
99d229c311
commit
0cd5f7d49d
@ -52,7 +52,7 @@ sub update_total {
|
||||
|
||||
my $section = get_section($report_file_path);
|
||||
|
||||
if (defined $section && $section ne 'A') {
|
||||
if (defined $section && ($section ne 'A' && $section ne 'B' && $section ne 'C' )) {
|
||||
if ($section_points{$section} > 0) {
|
||||
print "UWAGA: TYLKO ZADANIE Z NAJWIĘKSZĄ LICZBĄ PUNKTÓW BĘDZIE LICZONE DLA DZIAŁU $section\n";
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user