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
Overview
If a student deletes a post during a generation task after having created one, the progress bar does not decrease by one and the task can be completed with one post too few.
To Reproduce
Steps to reproduce:
Create a generation task with two or more posts to generate
Create a post then delete it
Create another post
You will see that the progress bar suggests that two posts are created. If you create all posts, the task will be marked as completed when total required - 1 are created.
Proposed tasks to fix
Deleting a post should reduce the progress bar for both the teacher monitor and the student workspace progress bar
Ensure task is only marked as completed when the total number of generated posts are created (ignoring the deleted posts) -- this behaviour may already exist once the prior item is fixed
Screenshots
If applicable, add screenshots to help explain your problem.
The text was updated successfully, but these errors were encountered:
@JoelWiebe When the post is removed from some other view(eg. canvas), does the progress have to be updated too?
@markiianbabiak Thanks for working on this. Sorry, I should have specified, this would only apply to deleting a post from the workspace during a generation task.
I.e., If someone is completing a generation task that requires creating two posts, if they create a post in the workspace for that task then progress should go up to 50%, when they delete the post from within the workspace for that task, progress would go down to 0%, then the user should still need to create two more posts to complete the task. This should not be affected by what happens in other views outside the workspace.
Bug
Overview
If a student deletes a post during a generation task after having created one, the progress bar does not decrease by one and the task can be completed with one post too few.
To Reproduce
Steps to reproduce:
Proposed tasks to fix
Screenshots
If applicable, add screenshots to help explain your problem.
The text was updated successfully, but these errors were encountered: