mirror of
https://github.com/moodle/moodle.git
synced 2025-04-19 07:25:30 +02:00
Setting import_process =true in defaultquestion() function used on imports
This commit is contained in:
parent
9aaa214e0c
commit
093414d200
@ -312,6 +312,7 @@ class qformat_default {
|
||||
// this option in case the questiontypes class wants
|
||||
// to know where the data came from
|
||||
$question->export_process = true;
|
||||
$question->import_process = true;
|
||||
|
||||
return $question;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user