Okay
  Public Ticket #3615623
Assignment resubmission
Closed

Comments

  • cristechservice started the conversation

    Hello ,

    is there a way when student submitted an assignment , they won't be able to resubmit it until we reset it?, because currently when they submitted an assignment they can re-submit it again without instructor checking it first, because we only allow students submitting an assignment only once , unless its plagiaries and we have to reset it,

    Please advice. thanks  

  • [deleted] replied

    Well im sorry that is not available as of now.

  •   cristechservice replied privately
  • [deleted] replied

    hi we can hide the resubmit button using css : 

    Please try adding this custom css in your wp-admin-> appearance-> customize -> custom css : 


    .assignment_content_wrapper .resubmit {display:none !important}
  •   cristechservice replied privately
  • [deleted] replied

    1.  yes 

    .assignment_content_wrapper .resubmit {pointer-events:none; touch-action:none;}
    



  • cristechservice replied

    thank you so much, this would help,


    can close this ticket now