Details
-
Bug
-
Status: Closed
-
Blocker
-
Resolution: Fixed
-
2.0.3, 2.1
-
MOODLE_20_STABLE, MOODLE_21_STABLE
-
MOODLE_20_STABLE
-
MDL-27969-randomallocator -
-
qa.moodle.net
-
Description
This issue arose while doing QA Test MDLQA-1041.
I get the following error message when doing a random assignment of submissions when using the Workshop in Moodle 2.1:
( ! ) Notice: Undefined offset: 9 in /html/mod/workshop/allocation/random/lib.php on line 124
Call Stack
Time Memory Function Location
1 0.0002 690544
2 0.1748 41606496 workshop_random_allocator->init( ) ../allocation.php:53
( ! ) Notice: Undefined offset: 10 in /html/mod/workshop/allocation/random/lib.php on line 124
Call Stack
# Time Memory Function Location
1 0.0002 690544 {main}
( ) ../allocation.php:0
2 0.1748 41606496 workshop_random_allocator->init( ) ../allocation.php:53
( ! ) Notice: Undefined offset: 11 in /html/mod/workshop/allocation/random/lib.php on line 124
Call Stack
Time Memory Function Location
1 0.0002 690544
( ) ../allocation.php:0
2 0.1748 41606496 workshop_random_allocator->init( ) ../allocation.php:53
This occurred when I typed Save Changes after selecting Random allocation. This may be a problem of not understanding exactly what I was supposed to do at this point. Perhaps this was trying to allocate the assessments a second time. This part of the workshop is kind of confusing to me. I would have expected to see a Continue button rather than Save Changes.
Attachments
Issue Links
- will help resolve
-
MDLQA-1041 CLONE - Students can peer-assess in a workshop
- Passed