Skip to content

Commit

Permalink
fix: use status variable instead of hidden
Browse files Browse the repository at this point in the history
  • Loading branch information
Pol Torrent i Soler committed Oct 5, 2023
1 parent 94fcdf5 commit f472502
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion questiontype.php
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ protected function initialise_question_instance(question_definition $question, $
$question->penalty = &$question->base->penalty;
$question->stamp = &$question->base->stamp;
$question->version = &$question->base->version;
$question->hidden = &$question->base->hidden;
$question->status = &$question->base->status;
$question->timecreated = &$question->base->timecreated;
$question->timemodified = &$question->base->timemodified;
$question->createdby = &$question->base->createdby;
Expand Down

0 comments on commit f472502

Please sign in to comment.