info2grow

Forum Replies Created

Viewing 15 posts - 1 through 15 (of 72 total)
  • Author
    Posts
  • in reply to: Course Stats Being Cached #241474
    info2grow
    Spectator
    I think the problem is that file was being cached by our server WPEngine.  Even if deleted it's still in the cache.  I get that we don't want to fill up the server but a unique name would definitely bypass this.  Perhaps a unique combined with a a wildcard reference to the old file to be deleted since it still has the unit/user ids?  
    in reply to: Assignment Submission and Unit Locking #241473
    info2grow
    Spectator
    We would like to have progress locked on an upload assignment until the assignment has uploaded.  The normal procedure is that progress in only unlocked when the assignment has been graded and passed. We have added custom code for now but I was informed in the past that this functionality was achievable through WPLMS settings, see earlier in this thread.   "
    in reply to: Assignment Submission and Unit Locking #241382
    info2grow
    Spectator
    Still haven't been able to get this to work.  We would like to use assignment blocking until the user has submitted an assignment.
    in reply to: Assignment Submission and Unit Locking #239012
    info2grow
    Spectator
    This is great but how can we let student progress after they have uploaded an assignment? Our instructors don't have time to grade them immediately but they want to make sure students upload something before proceeding in the course. Also the alert when trying to submit without an attachement should either be "Please upload an attachment" or "please upload some attachments" Or since it isn't an email maybe "Please upload a file" Also it would be great if we could add them from the backend (admin/edit course) as well. Thanks!  
    in reply to: Assignment Submission and Unit Locking #238893
    info2grow
    Spectator
    This reply has been marked as private.
    in reply to: Bug in Quiz Passing Score #197037
    info2grow
    Spectator
    This is resulting the function bp_course_get_user_unit_completion_time failing if the user scored exactly the passing score which then causes issues like the course not resuming at the last unit completed.
    in reply to: Assignment Submission and Unit Locking #194877
    info2grow
    Spectator
    Yes but if I turn this off then we can't use the unit locking to block course progression until the student submits an assignment.  Is that right?
    in reply to: Assignment Submission and Unit Locking #194719
    info2grow
    Spectator
    Will try that thanks!  Also is it possible to exclude submitted assignments from course marks if they have not been marked yet? We had to set the assignment grade to 0 so unmarked assignments didn't factor into the course marks when doing the above.
    in reply to: Assignment Submission and Unit Locking #194578
    info2grow
    Spectator
    That's updated code so it need to replace the similar code already there.
    in reply to: Assignment Submission and Unit Locking #194577
    info2grow
    Spectator
    Here's ho I made it happen... wp-content/themes/wplms/includes/func.php  
    // Line 474 - Allow progress on assignment submission
        if(isset($unit_assignments) && is_array($unit_assignments) &&is_numeric($unit_assignments[0])){
          foreach($unit_assignments as $unit_assignment){
            if (is_numeric($unit_assignment)){
              $user_id = get_current_user_ID();
              $assignment_complete = get_post_meta($unit_assignment,$user_id,true);
              if((isset($assignment_complete) && is_numeric($assignment_complete)) ){
                $flag=0;
              }else{
                $flag=1;      
              }
            }//end-if
          }//end-for
        }
      }
    
    in reply to: Assignment Submission and Unit Locking #194570
    info2grow
    Spectator
    Okay that worked although the error message is on a blank page with no prompt as to what to do next.  Would be nice if it showed near the submit button without taking the user away from the page.  Failing that would be nice to at least add to the message "User your browser's back button to try again." Still left with the challenge that we want to allow users to proceed once they have submitted an assignment.  Currently the assignment has to be graded first. Is this possible?
    in reply to: Assignment Submission and Unit Locking #182973
    info2grow
    Spectator
    This reply has been marked as private.
    in reply to: Assignment Submission and Unit Locking #182946
    info2grow
    Spectator
    I will post credentials shortly but also happy to update a file if you let me know the change. Will the updated code also us to keep unit locking on but change the accepted status for the student to progress past assignments from evaluated to submitted?
    in reply to: Assignment Submission and Unit Locking #182787
    info2grow
    Spectator
    Hi Diana, I can confirm that my settings match and I can still submit an assignment without uploading anything.  This is on our test site which only has WPLMS related plugins, no customization and everything is up to date. Also how can we would like to keep unit locking on but change the accepted status for the student to progress for assignments from evaluated to submitted.   Thanks
    info2grow
    Spectator
    We are also having the same issue with WooCommerce Bookings.  I can confirm that musicale's solutions works but we would prefer to have this WPLMS feature checked. Any updates on this?   Thanks, Lawrence
Viewing 15 posts - 1 through 15 (of 72 total)