-
Bug
-
Resolution: Fixed
-
Major
-
3.9.4, 3.10.1, 3.11, 4.0
-
MOODLE_310_STABLE, MOODLE_311_STABLE, MOODLE_39_STABLE, MOODLE_400_STABLE
-
MOODLE_310_STABLE, MOODLE_311_STABLE
-
MDL-70750-master -
-
Moppies Kanban
Add a "Survey" activity to a course.
Choose:
- Name: whatever you like
- Survey type: "COLLES (Actual)"
Save and display
Add a random answer
Submit your answer pushing the button "Click here to continue"
From "Administration" block choose "Response report" and then the sub-item "Question"
You are supposed to get a page with a 4x6 + 1 graphs
but they are not displayed leaving in the page only links without corresponding graphs.
If you look at the html source code of the page you understand that the graphs are expected from an URL like:
http://path/to/your/moodle/test/site/mod/survey/graph.php?id=76&qid=1&group=0&type=question.png
If you call that link in a different browser page
you get a long list of:
( ! ) Notice: Trying to access array offset on value of type null in path/to/your/moodle/test/site/lib/graphlib.php on line 310
Call Stack
- Time Memory Function Location
1 0.0002 378216 {main}( ) .../graph.php:0
2 0.2226 4141952 graph->draw_stack( ) .../graph.php:145
3 0.2288 4258104 graph->draw_data( ) .../graphlib.php:267
4 0.2288 4258256 graph->draw_set( ) .../graphlib.php:352
- has a non-specific relationship to
-
MDL-71517 Array offset error importing entries to mod_data
- Closed