Is there a side effect of setting 'mod/assign/gradingtable.php' persistent to false?

Is there a side effect of setting 'mod/assign/gradingtable.php' persistent to false?

by Kiwon Park -
Number of replies: 0

Hello?

I am using Moodle 2.9.4.

I have an inquiry about assign module.

In the construct of /mod/assign/gradingtable.php (line 89)

$ this-> is_persistent (true);  .


I want to change this.

$ This-> is_persistent (false); 

I want to manipulate the order of the table.

If persistent is set to true, it is difficult to customize the table order(sorting).


I would like to set it to

$ this-> is_persistent (false); 

Is there a side effect of doing this?


and Do you know why assign module table 's persistent is true?

quiz & grade table's persistent is false. but assign table's persistent set to true. 




Thank you.

Average of ratings: -