Last change
on this file since 17937 was
1146,
checked in by joachim, 18 years ago
|
added import for registered and results,
the csv-files must contain a modified heading
results can be viewed with session_results_anon_view
modified Courses import to use courses catalog
|
File size:
664 bytes
|
Line | |
---|
1 | <?xml version="1.0"?> |
---|
2 | <object name="portal_catalog" meta_type="CMF Catalog"> |
---|
3 | <column value="key"/> |
---|
4 | <column value="matric_no"/> |
---|
5 | <column value="CosCode"/> |
---|
6 | <column value="AnsBook"/> |
---|
7 | <column value="CosStuatus"/> |
---|
8 | <column value="Session"/> |
---|
9 | <column value="Mat_Cos"/> |
---|
10 | <column value="Score"/> |
---|
11 | <column value="CarryLevel"/> |
---|
12 | <column value="GRADE"/> |
---|
13 | <column value="WEIGHT"/> |
---|
14 | <column value="Semester"/> |
---|
15 | <column value="Verdict"/> |
---|
16 | <column value="Level"/> |
---|
17 | <column value="id" /> |
---|
18 | <index name="matric_no" meta_type="FieldIndex"> |
---|
19 | <indexed_attr value="matric_no"/> |
---|
20 | </index> |
---|
21 | <index name="key" meta_type="FieldIndex"> |
---|
22 | <indexed_attr value="key"/> |
---|
23 | </index> |
---|
24 | </object> |
---|
Note: See
TracBrowser for help on using the repository browser.