소스 검색

Add necessary SQL query to allow_quiz_question_feedback

Angel Fernando Quiroz Campos 7 년 전
부모
커밋
d3ae092b34
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      main/install/configuration.dist.php

+ 1 - 1
main/install/configuration.dist.php

@@ -386,5 +386,5 @@ $_configuration['agenda_legend'] = [
 // If the MySpace page takes too long to load, you might want to remove the
 // processing of generic statistics for the user. In this case set the following to true.
 //$_configuration['tracking_skip_generic_data'] = false;
-// Show question feedback (requires DB change)
+// Show question feedback (requires DB change: "ALTER TABLE c_quiz_question ADD COLUMN feedback text;")
 //$_configuration['allow_quiz_question_feedback'] = false;