Migration: modified value of tinNota - refs #5419

skala
Yannick Warnier 13 years ago
parent 457ecb29af
commit 4c2cab5a04
  1. 4
      tests/migrate/migration.custom.class.php

@ -699,8 +699,8 @@ class MigrationCustom {
$eval->set_category_id($gradebook['id']);
//harcoded values
$eval->set_weight(20);
$eval->set_max(20);
$eval->set_weight(100);
$eval->set_max(100); //score of tinNota is over 100
$eval->set_visible(1);
$eval->add();
error_log("Gradebook evaluation was created!!");

Loading…
Cancel
Save