Proyectos de Subversion Moodle

Rev

Rev 1 | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 1 Rev 11
Línea 12... Línea 12...
12
      | student1 | Student   | 1        | student1@example.com |
12
      | student1 | Student   | 1        | student1@example.com |
13
    And the following "course enrolments" exist:
13
    And the following "course enrolments" exist:
14
      | user     | course | role           |
14
      | user     | course | role           |
15
      | teacher1 | C1     | editingteacher |
15
      | teacher1 | C1     | editingteacher |
16
      | student1 | C1     | student        |
16
      | student1 | C1     | student        |
17
    And the following "blocks" exist:
-
 
18
      | blockname     | contextlevel | reference | pagetypepattern | defaultregion |
-
 
19
      | private_files | System       | 1         | my-index        | side-post     |
-
 
20
    And the "displayh5p" filter is "on"
17
    And the "displayh5p" filter is "on"
21
    And the following config values are set as admin:
18
    And the following config values are set as admin:
22
      | allowedsources | https://moodle.h5p.com/content/[id]/embed | filter_displayh5p |
19
      | allowedsources | https://moodle.h5p.com/content/[id]/embed | filter_displayh5p |
Línea 23... Línea 20...
23
 
20