Teammates: Instructor: remind students: collapse the two options into one

Created on 24 Feb 2018  路  6Comments  路  Source: TEAMMATES/teammates

Current:

image

image

Suggestion:
In the modal opened up by Remind particular students menu option, give these tick boxes on top:

  • [ ] all submitted
  • [ ] all yet to submit

Ticking/unticking these tick boxes should select/unselect all relevant recipients in the list below.

After that, remove the two menu options in the button and convert it from a menu-button to a regular button, clicking of which should open the modal dialog updated above. That way, although we now have only one button, it gives the user more flexibility that before.

help wanted p.Low

Most helpful comment

@bqnguyen94
Don't get rid of that code.

That code is used here: ( As mentioned in comment of the code // if clicked button is on no-response panel, then populate check boxes otherwise not )

image

On clicking Remind all in Results page if Instructor, It automatically checks the checkbox of those who have not submitted yet

image

All 6 comments

I'm working on this

@damithc is it expected for the remind particular students modal to have checkboxes of all unsubmitted students to be checked when the modal finishes loading? I found the following code, but it's not working:
https://github.com/TEAMMATES/teammates/blob/222bd21b0e33ae68a215229df134ba345a22cce7/src/main/webapp/dev/js/common/remindModal.js#L5-L16

@damithc is it expected for the remind particular students modal to have checkboxes of all unsubmitted students to be checked when the modal finishes loading? I found the following code, but it's not working:

I don't have a memory of such a feature. In any case, we don't need such a thing in future. Can get rid of the code if not used.

@bqnguyen94
Don't get rid of that code.

That code is used here: ( As mentioned in comment of the code // if clicked button is on no-response panel, then populate check boxes otherwise not )

image

On clicking Remind all in Results page if Instructor, It automatically checks the checkbox of those who have not submitted yet

image

@damithc As we are doing migration, referencing to #8823 which is an issue of later date. I will simply follow the same layout but collapsing the two options into one?

Currently, simply click on remind allows the default option of reminding all students without needing to look at the list in the modal. Not sure too sure if this is more popular or looking at the modal with the student info is more popular?

@damithc As we are doing migration, referencing to #8823 which is an issue of later date. I will simply follow the same layout but collapsing the two options into one?

Sure.

Currently, simply click on remind allows the default option of reminding all students without needing to look at the list in the modal. Not sure too sure if this is more popular or looking at the modal with the student info is more popular?

I don't mind keeping it the current way too, especially because users are familiar with it. In that case, rename the option to Remind all yet to submit

Was this page helpful?
0 / 5 - 0 ratings