Maximum Marks and Duration Not Set

Home Forums Legacy Support Support queries Styling issues Maximum Marks and Duration Not Set

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #153424
    MzPlatinum
    Participant
    Hi, I want to remove this from the assignment page (where students turn in their assignment) See screenshot   -Thank you.  
    #153458
    Mark Morgan
    Spectator
    To hide the remaining time from assignment please add this css code in custom css. To do this please go to wp-admin -> Appearance -> Customize -> Custom CSS. .assignment_timer {display:none !important;} The editor is provided to send some text content in the assignment.
    #153463
    MzPlatinum
    Participant
    thank you. 1. The .assignment_timer didn't work...not sure what that's for, but this code did the trick for me, for anyone who needs this removed like I did:
    .assignment_marks {display:none !important;}
    
    .assignment_duration {display:none !important;}
    2.Thank you for answering the second question. understood.
    #153576
    Mark Morgan
    Spectator
    Thanks for confirmation, should i close this topic now.
Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Maximum Marks and Duration Not Set’ is closed to new replies.