Skip to content
  • Oleg Sychev's avatar
    MDL-24408 extra_answer_fields : get answers even if they miss extra data · 62766728
    Oleg Sychev authored
    Extra answer data may be optional, saving DB space - i.e. not every row in
    question_answers will have respective row in extra answers table. Current
    implementation of question_type::get_question_options() won't return such
    answers at all. This commit fix that, changing join type for db query.
    
    Also fixed coding style violation in the variable name in get_question_options.
    62766728