Ignore:
Timestamp:
14 Jun 2016, 17:50:49 (8 years ago)
Author:
Henrik Bettermann
Message:

Add flash message. Add step-by-step instructions.

File:
1 edited

Legend:

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

    r13936 r13938  
    33  You can either update scores by importing a csv file
    44  (press 'Help' for further information) or by
    5   changing score values in the table below. Only scores of students
    6   in state 'courses validated' and current academic session
     5  changing score values in the table below. Only scores
     6  of students in state 'courses validated' and current session
     7  <span  i18n:name="current_academic_session"
     8         tal:replace="view/session_title"></span>
    79  can be modified.
    810</p>
     
    1315    <div class="input-group-btn">
    1416      <div class="btn btn-default btn-file" i18n:translate="">
    15         Select file&hellip;
    16         <input type="file" name="uploadfile:file" />
     17        Select csv file&hellip;
     18        <input type="file" name="uploadfile:file" i18n:name="input_file"/>
    1719      </div>
    1820    </div>
     
    3840                  aria-hidden="true">&times;</button>
    3941          <h4 class="modal-title" id="myModalLabel" i18n:translate="">
    40             Instructions for File Upload
     42            Step-by-step instructions
    4143          </h4>
    4244        </div>
    4345        <div class="modal-body" i18n:translate="lecturer_help">
    44           ...
     46          <ol>
     47            <li>Download csv file.</li>
     48            <li>Open csv file in a text editor or in a spreadsheet
     49                programme (Excel or Calc).</li>
     50            <li>Edit course results only. Do not modify other entries.
     51                Do not remove or add columns. Do not add rows.</li>
     52            <li>Save file in same format (csv).
     53                Do not switch to any other format (xls, xlsx or ods).</li>
     54            <li>Select same file for upload and press the blue 'Update ...'
     55                button.</li>
     56            <li>The values in the table will be updated. Spot-check if
     57                the values in the table correspond with the values in
     58                your file.</li>
     59            <li>Ready</li>
     60          </ol>
     61          <strong>Note:</strong>
     62          Only course results of students which are in
     63          state 'courses validated' and in current academic session
     64          can be modified. Additional data will just be ignored.
    4565        </div>
    4666      </div><!-- /.modal-content -->
Note: See TracChangeset for help on using the changeset viewer.