LSD
find-activity
find an activity by id
Description
Given an existing activity with lessonId ABCWhen the activity is requested by its idThen the activity with lessonId ABC is returned
find an activity by lessonId
Description
Given an existing activity with lessonId XYZWhen the activity is requested by lessonId XYZThen the activity with lessonId XYZ is returned
return empty list when there is no activity with the requested lessonId
Description
Given a non existent lessonIdWhen the activity is requested by lessonId ZYXThen empty list is returned