diff --git a/physionet-django/training/views.py b/physionet-django/training/views.py index 84a0650c6..6b2b56aa1 100644 --- a/physionet-django/training/views.py +++ b/physionet-django/training/views.py @@ -307,7 +307,7 @@ def current_module_block(request, training_slug, module_order, order): Handles the display and progression of a user's current module block in a training course. This view performs the following tasks: - - Retrieves the course, module, course progress, and module progress based on the provided training slug and module order. + - Retrieves the course, module, course progress, and module progress based on the provided input. - Ensures the requested order is within the valid range of the module's content and quizzes. - Handles POST requests to update the user's progress when they complete a quiz or content block. - Redirects the user to the appropriate next block or module upon completion.