-
Notifications
You must be signed in to change notification settings - Fork 3.3k
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
[#4570] Instructor: support previewing results as a student #12351
Merged
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
Currently preview shows exactly what the person being previewed sees. The next step is to remove/modify results that shouldn't be visible to the person previewing the results.
Fix code style, update preview results info, update test and snapshot
Tests for loading comments are missing
…4570-preview-results-as-student
# Conflicts: # src/web/app/components/question-response-panel/__snapshots__/question-response-panel.component.spec.ts.snap # src/web/app/components/question-response-panel/question-response-panel.component.html # src/web/app/pages-instructor/instructor-session-result-page/instructor-session-result-page.component.ts # src/web/app/pages-session/session-result-page/session-result-page.component.spec.ts # src/web/app/pages-session/session-result-page/session-result-page.component.ts
wkurniawan07
force-pushed
the
4570-revamp
branch
2 times, most recently
from
April 7, 2023 08:23
707c814
to
95e919b
Compare
wkurniawan07
force-pushed
the
4570-revamp
branch
from
April 7, 2023 14:48
95e919b
to
34ef23a
Compare
wkurniawan07
force-pushed
the
4570-revamp
branch
from
April 7, 2023 15:06
34ef23a
to
e49dd22
Compare
wkurniawan07
added
s.FinalReview
The PR is ready for final review
c.Feature
User-facing feature; can be new feature or enhancement to existing feature
labels
Apr 7, 2023
zhaojj2209
approved these changes
Apr 8, 2023
samuelfangjw
reviewed
Apr 8, 2023
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Noted on the changes
samuelfangjw
added
s.ToMerge
The PR is approved by all reviewers including final reviewer; ready for merging
and removed
s.FinalReview
The PR is ready for final review
labels
Apr 8, 2023
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.
Fixes #4570
Continuing work done from #11859; the original PR was actually only a handful of changes away from being ready to merge.