Computer scienceBackendFlaskApplication ArchitectureDeploying the application

Production-ready application

How task is checked

Report a typo

Imagine you solved a task and sent it to the checker function.

What happens inside of it, arrange lines in the correct order.

Reorder lines using drag or arrows. Adjust indentation with left buttons
                return created_topic
              
                logger.info('Sending error notification to student')
              
                try:
              
                check_response = check_task()
              
                finally:
              
                logger.error('There was a critical error in the task')
              
                logger.error('There was a non-critical formatting error in the task')
              
                except CustomFormatingException:
              
                return communication_module.send_error_notification()
              
                def check_task_method():
              
                except CustomCriticalException:
              
___

Create a free account to access the full topic