77 // we currently deliver the goto-url of the exercise in which the resource is used. if possible, you could deliver a more speficic url wo the assignment as well.
78 return ilLink::_getLink($ref_id, 'exc');
79 }*/
80returnnull;
81 }
82
83/*
84 private function resolveObjectId(ResourceIdentification $identification): ?int
85 {
86 $this->initDB();
87 $r = $this->database->queryF(
88 "SELECT exc_id FROM exc_assignment WHERE exc_assignment.solution_rid = %s;",