source: WAeUP_SRP/fceokene/profiles/default/schemas/student_study_course.xml @ 2854

Last change on this file since 2854 was 2475, checked in by Henrik Bettermann, 17 years ago

moves current_verdict to cprevious_verdict after session change
fix06Verdict: moves current_verdict to cprevious_verdict for all students in session 06

  • Property svn:keywords set to Id
File size: 717 bytes
Line 
1<?xml version="1.0"?>
2<?xml-stylesheet type="text/xsl" href="schema.xsl"?>
3<object name="student_study_course" meta_type="CPS Schema">
4  <field name="title" meta_type="CPS String Field"/>
5  <field name="study_course" meta_type="CPS String Field">
6    <property name="is_searchabletext">True</property>
7  </field>
8  <field name="study_course_history" meta_type="CPS String List Field">
9  </field>
10  <field name="current_session" meta_type="CPS String Field"/>
11  <field name="current_mode" meta_type="CPS String Field"/>
12  <field name="current_level" meta_type="CPS String Field"/>
13  <field name="current_verdict" meta_type="CPS String Field"/>
14  <field name="previous_verdict" meta_type="CPS String Field"/>
15</object>
Note: See TracBrowser for help on using the repository browser.