Instructor not receiving email and notification when quiz and assigment complete

Home Forums Legacy Support Support queries Setup issues Instructor not receiving email and notification when quiz and assigment complete

Viewing 15 posts - 1 through 15 (of 18 total)
  • Author
    Posts
  • #271120
    neuromath
    Spectator
    Hi, Im testing the touchpoints, and have turned on notificaiton and email for student and instructor to receive when:
    • student subscribed and added to course
    • student submit quiz
    • student submit assignment
    • teacher evaluates assignment
    I've turned on the flags as shown here: https://www.screencast.com/t/7ZTkI2mU but instructor's only receiving one email on the subscription, and not on the rest of it. May I know what can be the issue? please help
    #271471
    Steve
    Member
    Hello user, In my testing I'm getting mail properly. Refer: https://www.screencast.com/t/LlcEymrEBLQf Thank you
    #271605
    neuromath
    Spectator
    Hi Steve, Yes, as mentioned instructor only received email on the subscription part, which also worked on your side. My issue is for the rest of the notifications:
    • student submit quiz
    • student submit assignment
    • teacher evaluates assignment
    Please advise. Thanks
    #271773
    Jackson
    Blocked
    Hello, For this please go to wp-admin->lms->settings->touch points->Assignment Submitted by user, and enable the email for students. Same fro quiz submit, Thanks,
    #271834
    neuromath
    Spectator
    Hi Jackson, But that's the problem, I've already turned on the touch points as shown in my previous video https://www.screencast.com/t/7ZTkI2mU  but I'm not getting any notification. As mentioned previously, Ive turned on touchpoints for these:
    • student subscribed and added to course
    • student submit quiz
    • student submit assignment
    • teacher evaluates assignment
    here are the screenshots as well: https://prnt.sc/t93wuq, https://prnt.sc/t93y1p but only the first one (student subscribed and added to course) works, the rest did NOT. Can you try to see if you can replicate the issue from your side?
    #272051
    Jackson
    Blocked
    Hello, Please share admin credentials in private reply, I will replicate same on your website, Thanks,
    #272091
    neuromath
    Spectator
    This reply has been marked as private.
    #272413
    Anshuman Sahu
    Keymaster
    Well mail is landing in spambox : https://prnt.sc/taf7ok   Please try to change your from name and email :

    Please try adding the given code in your wp-admin > plugins > editor > wplms-customizer.php file at the end before "?>" in wplms customizer plugin :

    add_filter('wp_mail_from', 'new_mail_fromqw');

    add_filter('wp_mail_from_name', 'new_mail_from_nameqw');

    function new_mail_fromqw($old) {

    return '[email protected]';

    }

    function new_mail_from_nameqw($old) {

    return 'site name';

    }

    instead of [email protected] -----> use your email id

    And instead of "Site Name" ------> use site name

    #272426
    neuromath
    Spectator
    Hi Alex, Similar to Steve, you also only tried with the subscription touchpoints, and NOT quiz and assignment which I have trouble for (also see my issue title) Here is the video that I tried another time, this time to show you the gmail as well. I have configured the teacher and student to have the same email (making use of the . in the email address) https://www.screencast.com/t/MjQcvsvg9B You can see what I did:
    1. Student subscribes to course
      1. 2 emails are received (good)
    2. Student starts course and submit quiz
      1. only ONE email received for student. NOT for instructor (this is the problem)
    3. Student submits assignment
      1. only ONE email received for student. NOT for instructor (this is the problem)
    I dont have issue with spam, as you can also see from the video, the other folders doesnt have the number increased.
    #272651
    Jackson
    Blocked
    Hello, But here you can see , Make an account for instructor , start course and submit quiz and received an email for submit quiz Refer: https://prnt.sc/tb2j4r Thanks,
    #272751
    neuromath
    Spectator
    Hi Jackson, But that's the email for the student, isn't it? The subject clearly says "YOU submitted quiz" Can you take a look at the video that I've submitted earlier on again? i have that too. Here is the screenshot: https://prnt.sc/tb9lq8 And this is for assignment: https://prnt.sc/tb9mht  Have you checked if instructor receives those emails when student submits quiz/assignment? As mentioned a few times before, my issue is in instructor. There is no email for that, for both Quiz and Assignment. I'd have expected 2 emails that says something like "STUDENT submitted quiz" and "STUDENT submitted assignment" in the instructor's mailbox. Can I request for conference call please? Then we can resolve this faster, because it seems after 10 posts, my issues are still not getting understood, despite the multiple screenshots and videos.
    #272894
    Anshuman Sahu
    Keymaster
    This reply has been marked as private.
    #272951
    neuromath
    Spectator
    Hi Alex, What I noticed you did was to add the instructor into the author: https://prnt.sc/tc0k3v I've tried editing the page (by changing the description) but the emails are not getting sent still, until... I added the instructor as the author, like what you did. Then I started getting the emails. However, for our case, multiple instructors (from different similar courses) are sharing the same quiz. so if 1 student (belonging to only instructor 1, submits the quiz/assignment), both instructors will receive the emails, which is not right. Is that the current limitation?
    #273166
    Anshuman Sahu
    Keymaster
    Yes this is a limitation, quizzes cant be used in multiple courses by different instructors right now .
    #274183
    neuromath
    Spectator
    Hi Alex, I see. noted on this then. Thanks
Viewing 15 posts - 1 through 15 (of 18 total)
  • The topic ‘Instructor not receiving email and notification when quiz and assigment complete’ is closed to new replies.