Fix the Incorrectly Implemented Lab Class (Challenge)

# Introduction In this challenge, we will fix the partially implemented Lab class in the LabEx backend code. The Lab class represents a course experiment and needs to be modified to correctly handle tags and determine if a user can start the experiment. The goal is to ensure that duplicate tags are not inserted into the lab object and that only logged-in member users can start the experiment.

|60 : 00

Click the virtual machine below to start practicing