Changeset 3629 for WAeUP_SRP


Ignore:
Timestamp:
26 Aug 2008, 07:33:43 (16 years ago)
Author:
Henrik Bettermann
Message:

updated

Location:
WAeUP_SRP
Files:
1 added
6 edited

Legend:

Unmodified
Added
Removed
  • WAeUP_SRP/aaua/profiles/default/course_results.xml

    r3608 r3629  
    1111 <column value="session_id"/>
    1212 <column value="score"/>
     13 <column value="cascore"/>
    1314 <column value="grade"/>
    1415 <column value="lecturer"/>
     
    2122 <index name="lecturer" meta_type="FieldIndex">
    2223  <indexed_attr value="lecturer"/>
    23  </index> 
     24 </index>
    2425 <index name="student_id" meta_type="FieldIndex">
    2526  <indexed_attr value="student_id"/>
  • WAeUP_SRP/aaua/profiles/default/layouts/import_course_result.xml

    r3574 r3629  
    153153  </widget>
    154154
     155  <widget name="cascore" meta_type="Int Widget">
     156    <property name="title">CA Score</property>
     157    <property name="fields">
     158      <element value="cascore"/>
     159    </property>
     160    <property name="is_required">False</property>
     161    <property name="label">CA Score</property>
     162    <property name="label_edit">Ca Score</property>
     163    <property name="readonly_layout_modes">
     164    </property>
     165    <property name="hidden_layout_modes"/>
     166    <property name="hidden_readonly_layout_modes"/>
     167    <property name="min_value">1</property>
     168    <property name="max_value">100</property>
     169  </widget> 
     170
    155171  <widget name="grade" meta_type="Select Widget">
    156172    <property name="title">Grade</property>
  • WAeUP_SRP/aaua/profiles/default/layouts/student_course_result.xml

    r3608 r3629  
    8181  <property name="hidden_readonly_layout_modes"/>
    8282 </widget>
     83 <widget name="cascore" meta_type="Int Widget">
     84  <property name="title">Continuous Assessment Score</property>
     85  <property name="fields">
     86   <element value="cascore"/>
     87  </property>
     88  <property name="label">Continuous Assessment Score</property>
     89  <property name="label_edit">Continuous Assessment Score</property>
     90  <property name="readonly_layout_modes">
     91  </property>
     92  <property name="hidden_layout_modes"/>
     93  <property name="hidden_readonly_layout_modes"/>
     94 </widget>
    8395 <widget name="title" meta_type="String Widget">
    8496  <property name="title">Original Course Title</property>
     
    106118  </row>
    107119  <row>
     120   <cell name="cascore"/>
     121  </row> 
     122  <row>
    108123   <cell name="core_or_elective "/>
    109124  </row>
  • WAeUP_SRP/aaua/profiles/default/schemas/import_course_result.xml

    r3234 r3629  
    1010 <field name="credits" meta_type="CPS Int Field"/>
    1111 <field name="score" meta_type="CPS String Field"/>
     12 <field name="cascore" meta_type="CPS String Field"/>
    1213 <field name="grade" meta_type="CPS String Field"/>
    1314 <field name="carry_over" meta_type="CPS Boolean Field"/>
  • WAeUP_SRP/aaua/profiles/default/schemas/student_course_result.xml

    r2612 r3629  
    1111 <field name="status" meta_type="CPS String Field"/>
    1212 <field name="passmark" meta_type="CPS Int Field"/>
     13 <field name="cascore" meta_type="CPS Int Field"/>
    1314</object>
  • WAeUP_SRP/aaua/waeup_custom/getStudyLevelInfo.py

    r3476 r3629  
    8585
    8686max_credits = 58
    87 info['without_score'] = without_score = False
    88 
     87info['without_score'] = False
     88info['without_cascore'] = True
    8989
    9090
Note: See TracChangeset for help on using the changeset viewer.