Browse Source

gradebook weight by default: 20

Julio Montoya 12 years ago
parent
commit
e25c95d4d9
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tests/migrate/migration.custom.class.php

+ 1 - 1
tests/migrate/migration.custom.class.php

@@ -540,7 +540,7 @@ class MigrationCustom {
                             $eval->set_category_id($gradebook['id']);
 
                             //harcoded values
-                            $eval->set_weight(10);	
+                            $eval->set_weight(20);	
                             $eval->set_max(20);
                             $eval->set_visible(1);
                             $eval->add();