Is there any way to only have the deadline option for submit assignment? Can you remove the "Number of days" option?.
How can I do that?
For this do not add any time in the assignment leave these fields blank. Now, this assignment will not show time clock
Hi! Yes I know that. the problem is that we have a lot teachers, so many of then don't know that "trick" or some forget it, and it cause problems. So I want to show just the deadline option. Can we do that?.
This CSS will hide number of days from assignment
Paste this code in wp-admin > Appearance > Customize > Custom CSS
.assignment_details .assignment_duration{display:none !important;}
Hi! I try it.. but still show the deadline option..
Please share the page URL so I can share page specific CSS
https://www.soe.uagrm.edu.bo/campus-virtual/
This reply has been marked as private.
This reply has been marked as private.
I did it:
https://ibb.co/YTXJSgM
but, it still show up:
https://ibb.co/4VPKCRV
I was talking about this:
https://ibb.co/M54YzPW
Okay, I thought in Assignments, but actually you want to remove settings
So, please use this custom css
.page-template-create_content .vibe_vibe_assignment_duration,.page-template-create_content .vibe_vibe_assignment_duration_parameter {display:none !important;}
Paste the code in wp-admin > appearance > customize > custom css
Hi! It still show up..
https://ibb.co/5vTnjJm
https://ibb.co/Y7cHQD1
I am using this version: 4.070, but with the old graphical interface
This reply has been marked as private.