neuromath

Forum Replies Created

Viewing 15 posts - 1 through 15 (of 156 total)
  • Author
    Posts
  • in reply to: How to expire unit based on start time #310048
    neuromath
    Spectator
    Hi, I've missed the reply, which is no longer available for me now. What's the update on this?
    neuromath
    Spectator
    Hi Veronica, The code causes issues in "All Courses" page such that all image and links are no longer working. but I've managed to fix the code. It still doesnt work the way I want it to in "All Courses" page, but I think it's good enough for now. The final code is as below: jQuery('#buddypress').on('bp_filter_request',function(){ jQuery('ul#course-list .course_single_item .item-avatar a,ul#course-list .course_single_item .item-title a').click(function(event) {
        var $this = jQuery(this);
    
        var nearestform = $this.closest('.course_single_item').find('.item-credits form');
        if (nearestform.length > 0) {
            event.preventDefault();
            $this.closest('.course_single_item').find('.item-credits form').submit();
        } 
    
    });});
    in reply to: Showing course category on my courses page #310043
    neuromath
    Spectator
    Hi Diana, What I meant was how can I have the same filter component that I have in "All courses" page (https://prnt.sc/udnjd2) to MY course page? Like this: https://prnt.sc/ugg5bi I achieved the look in All courses page by using the widget: https://prnt.sc/ugg6vw since the two pages have the same hook, that should work too right? but I dont know how to add that category filter. Thanks
    neuromath
    Spectator
    Hi Alex, we're not using wplms v4 yet unfortunately. What's the current workaround in this case? Thank you
    in reply to: How to Duplicate Course and its units/assignment/quizzes #310041
    neuromath
    Spectator
    Hi Alex, We cant delink the course since the course is already an active one (on going) Glad that at least it is already part of the planned feature as this is too painful. For all this trello, how do I subscribe to the notification for the progress? so that I'll receive email/alert when the feature is ready?
    in reply to: Manual Complete of Assignment is not working #310040
    neuromath
    Spectator
    Hi Alex, Noted. Thank you
    in reply to: Select Files button not working in mobile #310039
    neuromath
    Spectator
    Hi Mr Vibe, The code didn't work, but that give me hint on the exact element that's causing issue. This is the solution that finally works for me. #plupload-upload-ui .moxie-shim { width: 100% !important; height: 100% !important; top: 0 !important; left: 0 !important; z-index: 2 !important; }
    in reply to: Select Files button not working in mobile #304247
    neuromath
    Spectator
    Hello?? Please update.
    in reply to: How to Duplicate Course and its units/assignment/quizzes #304243
    neuromath
    Spectator
    Veronica, You didn't read my comments either! How can you totally understand me? I've mentioned many times that I've used "Post Duplicator" So frustrating. That's the problem, right? i have to duplicate many times. I have 10 lessons with 20 assignments & 20 quizzes, if I want to create another similar course: – I have to duplicate course – Then duplicate assignment 20 times, and – then re-link the duplicated assignment one by one to the correct course. – Then duplicate The same for quiz 20 times, and – re-link the quiz That’s a total of 81 steps. And if I have 10 courses, I have to do this 810 times. That's the pain here.
    in reply to: Showing course category on my courses page #301734
    neuromath
    Spectator
    Thanks Diana, but that's not what we want unfortunately. You mentioned that "same action hook and filter hook is applied on “All Courses Page” and “My Courses” page to list courses" If that's the case, can I have the course categories filter shown in "My courses" page too? THis one: https://prnt.sc/udnjd2
    in reply to: How to Duplicate Course and its units/assignment/quizzes #301733
    neuromath
    Spectator
    Hi Veronica, I think you're replying to my other issue? This issue is not on the re usability, but on the course duplication. As I understand quiz and assignment are not reusable, I will need to duplicate them each time I create a new course, which is similar in nature. However as this is too much work for the admin, I'm asking your advise if there is any other way I can duplicate course (without post duplicator, since I'm already doing this) and a faster way to duplicate course and also duplicate the units, assignments and quizzes under it, and connect the assignment and quiz to the new course. Imagine this is what is happening now: I have 10 lessons with 20 assignments & 20 quizzes, if I want to create another similar course: - I have to duplicate course - Then duplicate assignment 20 times, and - then re-link the duplicated assignment one by one to the correct course. - Then duplicate The same for quiz 20 times, and - re-link the quiz That's a total of 81 steps. And if I have 10 courses, I have to do this 810 times. Please understand the pain, and help to propose other better way to do this.
    in reply to: Select Files button not working in mobile #301483
    neuromath
    Spectator
    Hi, It's been a week, can I have the update please??
    in reply to: How to reuse assignment and quiz to multiple course #301448
    neuromath
    Spectator
    Hi Veronica, In that case, can you provide me a link for feature request please? I'd like to propose this, and hopefully others who face similar issue can upvote it. Thanks.
    in reply to: How to Duplicate Course and its units/assignment/quizzes #301444
    neuromath
    Spectator
    Hi Jackson, I'm already doing that, as stated previously, please see my earlier comments! I explicitly mentioned "post duplicator"! Oh My God... That's my biggest problem now, because when I have 10 lessons with 20 assignments, I have to duplicate 20 times, and then re-link the duplicated assignment one by one to the correct course. The same for quiz. And if I have 10 courses, I have to do this 400 times!! Please get your other teammates or Alex to take over this issue please.... Each time you take my ticket, I have to keep telling you to read my earlier comments, again and again and again. Wasted so much time! I have endured this for so many tickets, thinking that it's probably just a coincidence, but this never change, (when others took over, they took just one reply to understand everything). Extremely frustrating.
    neuromath
    Spectator
    This reply has been marked as private.
Viewing 15 posts - 1 through 15 (of 156 total)