forked from openedx/frontend-app-ora-grading
-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: open response assesment detail (problem steps) UI #5
Closed
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
BryanttV
force-pushed
the
bav/feat-problem-steps-detail-ui
branch
from
February 22, 2024 15:26
8713a74
to
0080e16
Compare
BryanttV
force-pushed
the
bav/feat-problem-steps-detail-ui
branch
from
February 22, 2024 15:43
0080e16
to
980069b
Compare
johnvente
reviewed
Feb 22, 2024
...oblemStepsModal/components/ReviewProblemStepsContent/components/AssessmentsTable/messages.js
Outdated
Show resolved
Hide resolved
johnvente
reviewed
Feb 22, 2024
src/containers/ReviewProblemStepsModal/components/ReviewProblemStepsContent/hooks.js
Outdated
Show resolved
Hide resolved
Hi there @BryanttV! Thanks for doing this. I left a couple of minor comments. Probably this will need some tests I will be cheking out that later |
BryanttV
force-pushed
the
bav/feat-problem-steps-detail-ui
branch
5 times, most recently
from
February 28, 2024 17:50
343da29
to
fb2727b
Compare
BryanttV
force-pushed
the
bav/feat-problem-steps-detail-ui
branch
from
May 10, 2024 15:51
5659b56
to
e76429c
Compare
BryanttV
force-pushed
the
bav/feat-problem-steps-detail-ui
branch
from
June 6, 2024 21:53
e76429c
to
aba4c7f
Compare
BryanttV
force-pushed
the
bav/feat-problem-steps-detail-ui
branch
from
June 6, 2024 22:07
aba4c7f
to
1b9fa9d
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
This PR allows us to see in detail each step of an open response, which means Training, Peer, Self, and Staff, and can also see feedback received and feedback given.
Responses List
Assessments Feedback Received
Assessments Feedback Given
Here's what you see in the video explained:
Why are we proposing these changes?
This improvement enables instructors to access detailed information for each Open Response, making it easier for them to review ORA responses and maintain better control over the feedback process.
Dependencies
initialize
endpoint and createassessments/feedback
endpoint in ORA Staff Grader openedx/edx-platform#33632 (Merged)initialize
endpoint and createassessments/feedback
endpoint in ORA Staff Grader openedx/edx-ora2#2101 (Merged)Testing Instructions
Using Tutor:
nvm use && npm install
tutor mounts add frontend-app-course-authoring
tutor dev start -d
to create the new container of ORA Grading.