Skip to content
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

[Fix#18] Add Toggle button to hide instructor feedback #452

Open
wants to merge 5 commits into
base: main
Choose a base branch
from

Conversation

Samvae
Copy link

@Samvae Samvae commented Dec 16, 2023

Fix #18

Created a toggle button for short answer questions that shows/hides the instructor's feedback. The toggle feedback button will only appear if there is a comment.

Image of toggle button when there is a comment:

image

Image of short answer question when there is no comment:

image

Things to Add / Suggestions:

  • Implement a mechanism to record if a student has viewed feedback. This can be achieved by tracking whether they have clicked the toggle button.
  • Consider separating user feedback and instructor feedback into distinct sections for clarity and organization.
  • Remove extra comments and scores for short answer questions to prioritize user privacy.
    image

These changes aim to enhance the user experience, protect privacy, and improve the overall organization of feedback sections.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Record students viewing responses to short-answer questions
1 participant