You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Feature: Conduct an ExerciseScenario: Starting Coding ExerciseGiven an exercise initilized and conductor files are created in the workspace
When user opens an conductor file
Then the user can start conducting the exercise
Scenario: Answering User Questions about Exercise and Exercise TopicGiven the coding exercise was started
When the user asks any question
Then the Exercise Conductor Chat Agent should interpret and correlate the question with the started exercise and answer the questions accordingly
Scenario: Giving Feedback about User ImplementationGiven the user implementation was run
When the user request a feedback about code evaluation
Then the Exercise Conductor Chat Agent provides the user with a general evaluation of the implementation made regarding the exercise subject by examining the output result and modified exercise file
Scenario: Running the Modified ExerciseGiven the coding exercise was started
When the user request an evaluation to check if changes made are correct
Then the Exercise Conductor Chat Agent should either evaluate the code itself or display the commands required to run the exercise locally and pass it to the terminal
The text was updated successfully, but these errors were encountered:
atahankilc
changed the title
Conduct an exercise
As a student, I should be able to conduct an exercise, so that I can practice the exercise topic and achieve the learning objectives
Nov 15, 2024
The text was updated successfully, but these errors were encountered: