Proyectos de Subversion Moodle

Rev

Rev 619 | Rev 621 | Ir a la última revisión | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 619 Rev 620
Línea 28... Línea 28...
28
    if (empty($this->config)) {
28
    if (empty($this->config)) {
29
      $this->instance->defaultregion = 'bellow-content';
29
      $this->instance->defaultregion = 'bellow-content';
30
      $this->instance->region = 'bellow-content';
30
      $this->instance->region = 'bellow-content';
31
      $DB->update_record('block_instances', $this->instance);
31
      $DB->update_record('block_instances', $this->instance);
Línea 32... Línea 32...
32
 
32
 
33
      $this->title = 'Students feedback';
33
      $this->title = 'Puntuación del Curso';
34
    } else {
34
    } else {
35
      $this->title = get_string('pluginname', 'block_cesa_course_rating');
35
      $this->title = get_string('pluginname', 'block_cesa_course_rating');
36
    }
36
    }