Omit marks/grades of other batch members

Home Forums WPLMS AddOns WPLMS Batches Omit marks/grades of other batch members

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #213454
    roath
    Spectator
    Hello, Our instructors don't want to allow batch members see each others marks/grades. There is an option to hide the leaderboards but I didn't find out how to hide  marks from "Course Specific Statistics" (It would be great to have an option that just shows the current student grades/marks). Is it possible? Thanks. Rodrigo
    #213635
    Scott Lang
    Moderator
    Hi, There is not any setting for that :like User 'A' can not see User 'B' stats. You can totally hide or show leader-board.    
    #213688
    roath
    Spectator
    Hello Scott, Sorry, I don't think I explained myself very well... The leaderboard is already hidden. The problem is that any batch member can press the button "Get Stats" from "Course Specific Statistics" (and select a course from the combo box) and see the other batch members grades for that specific course from the batch. 1) How can I configure it to just show ONLY his grades or 2) how can I remove this feature completely for common batch members (non-admin and non-moderator)? Thank you again. Best regards, Rodrigo  
    #213726
    Scott Lang
    Moderator
    Hi, yes we  understand , you wanted to see course stats under batch section so that an user can not see stats of another user ,except admin or mod But this type of configuration is not added in batch setting and also there is no such type of filter added in code so that we can give you some customized code for this setting.  
    #213852
    roath
    Spectator
    Thanks Scott. Then, is it possible to REMOVE COMPLETELY this section FOR ALL USERS via CSS (hide the class) , via customization (customizer) or even hardcoded? I'm using WPLMS for corporate training, and there is no gain in employees seeing each other marks/grades (as a matter of fact, it's completely undesirable). Thank you again. Regards, Rodrigo
    #213934
    Scott Lang
    Moderator
    Hi, From css course stats can be removed like this: https://screencast-o-matic.com/watch/cq12Q7TpFH you have put this code to your admin area : Appearance->customize->custom css : refer this : http://prntscr.com/o1rfk8 http://prntscr.com/o1rg5g
    #buddypress .container .course_stats_form {
    1. displaynone;
    And click the publish button.
Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Omit marks/grades of other batch members’ is closed to new replies.