Set the forum rate to 0

Set the forum rate to 0

by Hayk Zakaryan -
Number of replies: 0

Hello all,

I am using Moodle1.9.13

I have a task that i was having some hard time to figure out.

What i need is to auto set the forum grade(rate) for a particular student to 0, if student does not do any posts by the end of the week.

I knowm, i shoud put a condition similar to the below

if($forum->assesstimestart && $forum->assesstimefinish ){
            if((!(time() > $forum->assesstimestart && time() < $forum->assesstimefinish))  )){
                
                $ratings ==null;
            }
        }

Need some direction.

Will really appreciate any help.

 

Thanks,

Hayk

Average of ratings: -