ILIAS  release_8 Revision v8.24
dev.txt.php
Go to the documentation of this file.
1<?php exit; ?>
2
3## Main changes 5.4
4
5- Introduction of repo objects (wiki) as submission.
6- Introduction of assignment type classes under AssignmentTypes
7
8Current situation in ilExSubmission/exc_returned table
9- PROBLEM: - exc_returned entries are used for text and blog/portfolios submissions, too!
10 - filetitle is the wsp_id for blog/portfolios, the ref_id for wikis now!
11 - getFiles() also returns entries for text
12 -> This is confusing.
13- FUTURE: exc_returned entries should be refactored in a more general concept "Submission Items" (files, text,
14 wsp objects, repo objects, ...)
15
16
17## Main changes 5.3
18
19New DB table exc_ass_file_order with columns id,assignment_id,filename,order_nr
20
21### File organisation 5.3
22#### data/*client* directory
23
24ilExercise/X/exc_*EXC_ID*/feedb_*ASS_ID*/0/ holds sample solution file (with original name)
25ilExercise/X/exc_*EXC_ID*/feedb_*ASS_ID*/*USER_ID*/ holds evaluation/feedback files from tutors for learner *USER_ID*
26ilExercise/X/exc_*EXC_ID*/subm_*ASS_ID*/*USER_ID*/*TIMESTAMP*_filename.pdf holds file submissions (also blogs and porfilios, filename = obj_id)
27ilExercise/X/exc_*EXC_ID*/peer_up_*ASS_ID*/*TAKER_ID*/*GIVER_ID*/*CRIT_ID*/ holds peer feedback file (original name)
28ilExercise/X/exc_*EXC_ID*/mfb_up_*ASS_ID*/*UPLOADER_ID*/ hold multi-feedback zip file/structure from tutor *UPLOADER_ID*
29ilExercise/X/exc_*EXC_ID*/tmp_*ASS_ID*/ temp dir for "download all assignments" process (creates random subdir before starting)
30
31#### webdata/*client* directory
32
33ilExercise/X/exc_*EXC_ID*/ass_*ASS_ID*/ directory holds all instruction files (with original names) !!! CHANGED in 5.3
34
35
36### File organisation 5.2
37
38#### data/*client* directory
39
40ilExercise/X/exc_*EXC_ID*/ass_*ASS_ID*/ directory holds all instruction files (with original names)
41ilExercise/X/exc_*EXC_ID*/feedb_*ASS_ID*/0/ holds sample solution file (with original name)
42ilExercise/X/exc_*EXC_ID*/feedb_*ASS_ID*/*USER_ID*/ holds evaluation/feedback files from tutors for learner *USER_ID*
43ilExercise/X/exc_*EXC_ID*/subm_*ASS_ID*/*USER_ID*/*TIMESTAMP*_filename.pdf holds file submissions (also blogs and porfilios, filename = obj_id)
44ilExercise/X/exc_*EXC_ID*/peer_up_*ASS_ID*/*TAKER_ID*/*GIVER_ID*/*CRIT_ID*/ holds peer feedback file (original name)
45ilExercise/X/exc_*EXC_ID*/mfb_up_*ASS_ID*/*UPLOADER_ID*/ hold multi-feedback zip file/structure from tutor *UPLOADER_ID*
46ilExercise/X/exc_*EXC_ID*/tmp_*ASS_ID*/ temp dir for "download all assignments" process (creates random subdir before starting)
47
48#### webdata/*client* directory
49
50not used in 5.2
exit
Definition: dev.txt.php:1
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
$errors general
Definition: imgupload.php:66