-
Bug
-
Resolution: Fixed
-
Minor
-
3.10
-
MOODLE_310_STABLE
-
MOODLE_35_STABLE, MOODLE_37_STABLE, MOODLE_38_STABLE, MOODLE_39_STABLE
-
MDL-69068-master -
-
0
-
International 4.0 - Sprint 1, International 4.0 - Sprint 2
At the moment if I want to use a behat data generator to create something it must look like:
And the following "activities" exist:
|
| activity | name | intro | course | idnumber | groupmode | grouping |
|
| assign | Test assign | Assign description | C1 | assign1 | 1 | GA |
|
I'd like to propose that we support a singular form so that we can support:
And the following "activity" exists:
|
| activity | assign |
|
| name | Test assign |
|
| intro | Assign description |
|
| course | C1 |
|
| idnumber | assign1 |
|
| groupmode | 1 |
|
| grouping | GA |
|