Quantcast
Channel: Web services
Viewing all articles
Browse latest Browse all 2361

Re: core_grades_update_grades Manual Item

$
0
0
by maynor Garcia.  

According to what I was reading, it is not possible with this function to edit the manual items, so what I did was to play with mysql, I arrived to this:

INSERT INTO `mdl_grade_grades` (`userid`, `itemid`, `finalgrade`, `feedback`) values (1046, 6795, '80.0', 'ok') ON DUPLICATE KEY UPDATE finalgrade = '80.0', feedback = 'ok'


With a lot of care, because it is already getting into the database.

Viewing all articles
Browse latest Browse all 2361

Trending Articles