-
Bug
-
Resolution: Fixed
-
Minor
-
2.0.3
-
MySQL
-
-
MOODLE_20_STABLE
-
MOODLE_20_STABLE
Adobe Connect module version 2011050302
Table does not have the field for managing grades nor does the UI have a way to assign a grade
see stacktrace below
ex adobe connect - http://[site]/course/modedit.php?update=188&return=0
error - http://[site]/grade/edit/scale/index.php?id=3
mysql> desc mdl_adobeconnect;
---------------------------------------------------------------+
Field | Type | Null | Key | Default | Extra |
---------------------------------------------------------------+
id | bigint(10) unsigned | NO | PRI | NULL | auto_increment |
course | bigint(10) unsigned | NO | MUL | 0 | |
name | varchar(255) | NO | |||
intro | mediumtext | YES | NULL | ||
introformat | smallint(4) unsigned | NO | 0 | ||
templatescoid | bigint(10) unsigned | NO | 0 | ||
meeturl | varchar(60) | YES | NULL | ||
starttime | bigint(10) unsigned | YES | 0 | ||
endtime | bigint(10) unsigned | YES | 0 | ||
meetingpublic | tinyint(1) unsigned | YES | 0 | ||
timecreated | bigint(10) unsigned | NO | 0 | ||
timemodified | bigint(10) unsigned | NO | 0 |
---------------------------------------------------------------+
12 rows in set (0.02 sec)
Stack trace:
line 508 of /lib/dml/moodle_database.php: dml_exception thrown
line 1530 of /lib/dml/moodle_database.php: call to moodle_database->where_clause()
line 548 of /mod/adobeconnect/lib.php: call to moodle_database->record_exists()
line 287 of /lib/grade/grade_scale.php: call to adobeconnect_scale_used_anywhere()
line 139 of /grade/edit/scale/index.php: call to grade_scale->is_used()