Ignore:
Timestamp:
17 May 2019, 15:13:53 (6 years ago)
Author:
Henrik Bettermann
Message:

Enable lecturers to edit imported_ts.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.aaue/trunk/src/waeup/aaue/students/browser_templates/editscorespage.pt

    r15411 r15414  
    11<p i18n:domain="waeup.kofa" i18n:translate="edit_scores_info">
    22  This page helps you to update your students' course results.
    3   You can either update scores and CAs by importing a csv file
     3  You can either update Scores, CAs and Imported Total Scores by importing a csv file
    44  (press 'Help' for further information) or by
    5   changing score or CA values in the table below. Only scores and CAs
    6   of students in current session
     5  changing Score, CA or Imported Total Score values in the table below.
     6  Only course results of students in current session
    77  <span  i18n:name="current_academic_session"
    88         tal:replace="view/session_title"></span>
     
    8181      <th i18n:translate="">Course of Studies</th>
    8282      <th i18n:translate="">Level</th>
    83       <th i18n:translate="">Imp. TS</th>
    8483      <th i18n:translate="">Score</th>
    8584      <th i18n:translate="">CA</th>
     85      <th i18n:translate="">Imp. Total Score</th>
    8686    </tr>
    8787    </thead>
     
    9494      <td tal:content="ticket/student/certcode">CERTCODE</td>
    9595      <td tal:content="ticket/level">LEVEL</td>
    96       <td tal:content="ticket/imported_ts">IMPORTED TS</td>
    9796      <td style="width: 65px;">
    9897          <input type="text" name="scores:list" class="form-control"
     
    105104                 tal:attributes="value ticket/ca" />
    106105      </td>
     106      <td style="width: 65px;">
     107          <input type="text" name="imported_tss:list" class="form-control"
     108                 tal:attributes="value ticket/imported_ts" />
     109      </td>
    107110    </tr>
    108111    </tbody>
Note: See TracChangeset for help on using the changeset viewer.