Can the number of assessments be more than 20?

Can the number of assessments be more than 20?

by Leonard Schafer -
Number of replies: 1
Hi there,

A fellow teacher and I have a common platform for two of our classes. 38 students submitted a text in a WORKSHOP and some students asked if they could read all of the 38 texts. Would we have to use two workshops for so many students or is there another way for the students to be able to read more than 20 texts written by their fellow students?

Leonard
Average of ratings: -
In reply to Leonard Schafer

Re: Can the number of assessments be more than 20?

by Todd Luger -
This answer refers to the number of assessment elements, which is also limited to 20.  Ray Kingdon wrote:

The 20 limit is set on line 170 in the file mod/workshop/mod.html. Change the statement

       for ($i=20; $i>=0; $i--) {

to

       for ($i=100; $i>=0; $i--) {

That will allow you specify up to 100 elements in your assessments.

My hunch would be that the answer to your question may be also found on this page.

Todd