Skip to content

Commit

Permalink
MDL-47494 gapselect: A few more coding style things.
Browse files Browse the repository at this point in the history
  • Loading branch information
timhunt committed Dec 2, 2014
1 parent 647d937 commit 4dc37d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion question/type/gapselect/questionbase.php
Expand Up @@ -52,7 +52,7 @@ abstract class qtype_gapselect_question_base extends question_graded_automatical
public $incorrectfeedback;
/** @var int format of $incorrectfeedback. */
public $incorrectfeedbackformat;

/** @var array of arrays. The keys are the choice group numbers. The values
* are arrays of qtype_gapselect_choice objects. */
public $choices;
Expand Down

0 comments on commit 4dc37d6

Please sign in to comment.