Skip to content

Commit

Permalink
Dev: More doc
Browse files Browse the repository at this point in the history
  • Loading branch information
olleharstedt committed Sep 4, 2016
1 parent f92c918 commit f1e3418
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion application/models/Question.php
Expand Up @@ -648,7 +648,9 @@ public static function typeList()
'assessable' => 0,
'answerscales' => 0),
// TODO: Replace with function call to queston object
// In this case, scan available questions and add to list
// In this case, scan available questions and add to list, possibly
// using a system like plugins with a table containing installed
// questions.
"?" => array(
'description' => gT("Question object"),
'group' => gT("Question object"),
Expand Down

0 comments on commit f1e3418

Please sign in to comment.