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

StudentFeedbackResultsPage: separate self-responses from others' responses #8497

Open
craaaa opened this issue Feb 21, 2018 · 4 comments
Open
Labels
a-UIX User Interface, User eXperience, responsiveness help wanted Moderate difficulty, small localized change; suitable for novice contributors p.Low Very little impact; unlikely to do in the near future

Comments

@craaaa
Copy link
Contributor

craaaa commented Feb 21, 2018

Description of feature/enhancement
Visually separate the responses given to a student by others and the student's own submissions when displaying feedback results.

Justification
When students view feedback results, the student's own responses are merged with others' responses to the student under the same question heading, as shown below.
image

However, in some cases there is little distinction between responses a student gave and responses the student receives, making reading the results page confusing. For instance, in the example below, the student's received responses are placed in between responses that the student gave to others.
screenshot from 2018-02-21 13-41-57 2

While we can keep the student's responses on the results page (to help students remember what they wrote themselves), we can make the viewing experience less confusing by either:
a) Making responses to others an entirely different section of the results page (i.e. first display all responses from others, then display all responses to others)
b) Splitting each question into sections (responses from others first, followed by responses to others)

Existing similar features and their shortcomings
At the moment we use light/dark blue headings to split responses to/from the viewer. However, what light/dark blue corresponds to isn't very clear (possibly a separate issue?), and the linear organization of the results page doesn't clearly demarcate the switch between new information (what others are saying about you) and old information (what you said about others).

@craaaa craaaa changed the title studentFeedbackResultsPage: separate self-responses from others' responses StudentFeedbackResultsPage: separate self-responses from others' responses Feb 21, 2018
@damithc
Copy link
Contributor

damithc commented Feb 21, 2018

Other things we can do (along the same lines):

  • Use grey instead of light blue
  • mark them clearly as 'Your own response'
  • not show own responses at all

@damithc damithc added a-UIX User Interface, User eXperience, responsiveness p.Low Very little impact; unlikely to do in the near future help wanted Moderate difficulty, small localized change; suitable for novice contributors f-Results labels Feb 21, 2018
@davel37
Copy link
Contributor

davel37 commented Feb 24, 2018

Working on this. Looking at implementing some of the suggestions here to make the difference between the two more apparent.

@davel37
Copy link
Contributor

davel37 commented Mar 13, 2018

So this is how it currently looks after implementing 2 of @damithc suggestions:

screenshot 11

@craaaa
Copy link
Contributor Author

craaaa commented Mar 15, 2018

Looking good @davel37! Do open a PR when you are ready.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
a-UIX User Interface, User eXperience, responsiveness help wanted Moderate difficulty, small localized change; suitable for novice contributors p.Low Very little impact; unlikely to do in the near future
Projects
None yet
Development

No branches or pull requests

4 participants