75 $attribs = array(
"obj_id" =>
"il_" .
IL_INST_ID .
"_exc_" . $this->exercise->getId() );
77 if ($this->exercise->getOwner() !== 0) {
78 $attribs [
"owner"] =
"il_" .
IL_INST_ID .
"_usr_" . $this->exercise->getOwner();
85 $this->
xmlElement(
"Description",
null, $this->exercise->getDescription());
93 if (count($assignments) > 0) {
94 foreach ($assignments as $assignment) {
96 $this->
xmlElement(
"Instruction",
null, $assignment [
"instruction"]);
100 if ($this->attachMembers) {
136 $this->attachMembers = $value;
148 $amark = $ass->getMemberStatus($user_id)->getMark();
149 $astatus = $ass->getMemberStatus($user_id)->getStatus();
150 $acomment = $ass->getMemberStatus($user_id)->getComment();
151 $anotice = $ass->getMemberStatus($user_id)->getNotice();
154 if ($astatus ==
"notgraded") {
156 } elseif ($astatus ==
"failed") {
162 $this->
xmlStartTag(
"Marking", array(
"status" => $status ));
184 if (count($members)) {
185 foreach ($members as $member_id) {
190 $this->
xmlElement(
"Firstname", array(), $name[
'firstname']);
191 $this->
xmlElement(
"Lastname", array(), $name[
'lastname']);
192 $this->
xmlElement(
"Login", array(), $name[
'login']);
static string $STATUS_FAILED
static string $STATUS_NOT_GRADED
attachMarking(int $user_id, int $assignment_id)
attach marking tag to member for given assignment
setAttachFileContents(int $attachFileContents)
set attachment content mode
setExercise(ilObjExercise $exercise)
static int $ID_DEFLATE_METHOD_MISMATCH
static _lookupName(int $a_user_id)
lookup user name
xmlSetGenCmt(string $genCmt)
Sets generated comment.
xmlEndTag(string $tag)
Writes an endtag.
handleAssignmentMembers(int $ex_id, int $assignment_id)
create xml for files per assignment
while($session_entry=$r->fetchRow(ilDBConstants::FETCHMODE_ASSOC)) return null
static getAssignmentDataOfExercise(int $a_exc_id)
setAttachMembers(bool $value)
write access to property attchMarkings
static int $CONTENT_ATTACH_ZLIB_ENCODED
static int $CONTENT_ATTACH_GZIP_ENCODED
static string $STATUS_PASSED
xmlHeader()
Writes xml header.
static int $CONTENT_ATTACH_NO
static int $CONTENT_ATTACH_ENCODED
__construct(Container $dic, ilPlugin $plugin)
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
xmlStartTag(string $tag, ?array $attrs=null, bool $empty=false, bool $encode=true, bool $escape=true)
Writes a starttag.
handleAssignmentFiles(int $ex_id, int $as_id)
static _getMembers(int $a_obj_id)
xmlElement(string $tag, $attrs=null, $data=null, $encode=true, $escape=true)
Writes a basic element (no children, just textual content)
xmlDumpMem(bool $format=true)
Returns xml document from memory.
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...