From d3ae092b34d40fef0cfdd617a8bf5bfcad3b64c2 Mon Sep 17 00:00:00 2001 From: Angel Fernando Quiroz Campos Date: Wed, 31 May 2017 09:16:02 -0500 Subject: [PATCH] Add necessary SQL query to allow_quiz_question_feedback --- main/install/configuration.dist.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main/install/configuration.dist.php b/main/install/configuration.dist.php index 81dacb384a..e7f916032b 100755 --- a/main/install/configuration.dist.php +++ b/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;