Question

CSS for Assignments (No Comments)

  • 12 May 2023
  • 4 replies
  • 40 views

Userlevel 4
Badge +3

Good day all.  We use assignments a lot to say the least.  One thing we don’t care for is the view of comments just before the actual type or attach assignment.  Please vote this up as we have never found a use for comments and most users complain that they just start typing only to copy paste into type assignment.  Here is what it looks like by default and we want no comments ever.

 


4 replies

Userlevel 4
Badge +3

The fix is just some CSS.  I am sorry I failed to mention that above and there is no edit once posted.

Userlevel 4
Badge

I’m glad to see you found a fix! We really like the comments here and use it as a way of one to one communication between the trainer and the participant. 

Userlevel 4
Badge +3

@Alexis McLaughlin NO I have not found the CSS.  I need that and we definitely do not want any comments as users are under the impression that this is where they submit the assignments.  It’s very confusing and we do not want it.  Also, your example if you shared one is not visible.  It won’t change that we do not want this if that saves you time.  Thanks for the consideration.

Userlevel 4
Badge +3

Here is the final answer that was shared with me.  It is now very clear what you need to do in contrast to the first photo.  

.assignment__submission label {display:none !important;}

.assignment__submission__options .columns button{float:none;display:inline-block}

.assignment__submission__options .columns {text-align: center;}

 

 

Reply