From 8d42b79a0f409f634d2fbf94ea67cd63ed044182 Mon Sep 17 00:00:00 2001 From: Matt Leathes Date: Thu, 29 Jan 2015 10:16:44 +0000 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6052a369..f9eae81f 100644 --- a/README.md +++ b/README.md @@ -41,12 +41,12 @@ If you wish to switch off tracking without uninstalling the plugin - for example This section lists completion criteria and other tracking features such as whether to save a score back to the LMS or not. #####_requireCourseCompleted -If set to `true`, the plugin will require that the user must complete all the components in the course (as well as any other completion criteria) before the course can be marked as finished in the LMS. +If set to `true`, the plugin will require that the user must complete all the components in the course before the course can be marked as finished in the LMS. Note that if this setting and `_requireAssessmentPassed` (see below) are both set to `true`, the user must pass the course assessment as well as complete all components in order to meet the completion criteria. #####_requireAssessmentPassed -If set to `true`, the plugin will require that the user pass the course assessment before the course can be marked as finished in the LMS. +If set to `true`, the plugin will require that the user must pass the course assessment before the course can be marked as finished in the LMS. Note that if this setting and `_requireCourseCompleted` are both set to `true`, the user must complete all the components in the course as well as pass the assessment in order to meet the completion criteria.