Skip to content

Commit

Permalink
Merge pull request #260 from DigitalCampus/oppia-1303-add-behat-tests
Browse files Browse the repository at this point in the history
OPPIA-1303: Add behat tests
  • Loading branch information
AlbertoMoreta authored Jan 31, 2023
2 parents b5c43a0 + 7a7374d commit d94e532
Show file tree
Hide file tree
Showing 4 changed files with 181 additions and 277 deletions.
4 changes: 4 additions & 0 deletions export/step5.php
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,10 @@
$sectionmods = explode(",", $sect->sequence);
foreach ($sectionmods as $modnumber) {

if (!array_key_exists($modnumber, $mods)){
continue;
}

$mod = $mods[$modnumber];
if ($mod != null) {
$activity = $processor->process_activity($mod, $sect, $act_orderno);
Expand Down
Loading

0 comments on commit d94e532

Please sign in to comment.