Open divakarmal opened 4 years ago
This is not a bug but rather a design choice. Our team prioritizes handling of invalid commands before checking if commands are run during a quiz.
Team chose [response.Rejected
]
Reason for disagreement: This does not seem to be the case completely though. When tested "delete 8" was also an invalid command since I only had 7 questions but the app showed "end quiz first". However, for "delete -1" it said invalid.
Team chose [type.FeatureFlaw
]
Originally [type.FunctionalityBug
]
Reason for disagreement: [replace this with your explanation]
Team chose [severity.Low
]
Originally [severity.Medium
]
Reason for disagreement: [replace this with your explanation]
During quiz, delete 8 asks me to finish the quiz however the error message for delete -1 makes me think I can delete during quiz and its just that my index is invalid