openlab-at-city-tech / webworkqa

WeBWorK integration for WordPress and BuddyPress
GNU General Public License v2.0
4 stars 2 forks source link

Give feedback to users when they submit a question #87

Closed moui72 closed 7 years ago

moui72 commented 7 years ago

Add sentence within form when student submits question, letting them know that they will receive notification when question has been answered (just when question is asked, not for replies)

Andy proposes: "You will receive an email notification when your question receives a response."

Tyler suggests expanding to: "Thanks for your question. It has been posted, and you will receive an email notification when your question receives a response."

moui72 commented 7 years ago

The E-mail notification part is already implemented, this ticket is just about informing the user that they will get E-mail. See #68 .

boonebgorges commented 7 years ago

I built the infrastructure for handling something like this, but it's not included in the last round of design mockups, so I can't build the frontend yet. @jspevack - any chance you could let me know whether you think this can be included for this round of development, and if so, how you want the feedback to work?

jennaspevack commented 7 years ago

@boonebgorges, sorry! I didn't see this. I can create a quick mockup, no problem. Feedback here is fine.

jennaspevack commented 7 years ago

image

boonebgorges commented 7 years ago

Thanks, @jennaspevack! The problem is that we currently scroll to the newly created question after it's posted, so the message wouldn't be easily visible in the place where you've suggested.

jennaspevack commented 7 years ago

ah! okay.

jennaspevack commented 7 years ago

How about this?

olww_layout_problempostv5-questionposted

boonebgorges commented 7 years ago

Cool, I think this should work. Let me see if I'm able to implement in time :)

boonebgorges commented 7 years ago

This is done and ready to test.

Previously, after a successful question post, we'd been scrolling to the new question's response form. But this was too low to see the feedback. It also doesn't make a ton of sense to me: why would I want to respond to a question I just posted? So I switched it, and now the scroll goes to the newly posted question itself. While testing, could I get a member of the team (maybe @jennaspevack ? ) to approve this change?

moui72 commented 7 years ago

i like it and it is working! @bree-z what do you think? should we bug jenna?

jennaspevack commented 7 years ago

Looks good!

boonebgorges commented 7 years ago

Whoop, thanks!