{{$this->sel_year}}{{$this->sel_grade}} ==>
先選學期,再選年級,再選領域
{{if $smarty.get.Y!=''}}
{{/if}}
{{if $smarty.get.Y!='' && $smarty.get.G!=''}}
{{foreach from=$this->scope item=ii key=KK}} {{if $smarty.get.S==$KK}}
{{$ii}}
{{else}}
{{$ii}}
{{/if}} {{/foreach}}
{{/if}}
{{if $this->stu!=''}}
序
班級
座號
全選/取消 姓名
學號
性別
補考輸入
原始成績
補考成績
採計結果
{{foreach from=$this->stu item=stu}}
{{$stu.id}}
{{$stu.seme_class}}
{{$stu.seme_num}}
{{$stu.stud_name}}
{{$stu.stud_id}}
{{if $stu.stud_sex==1}}男{{else}}女{{/if}}
{{$stu.score_src|string_format:"%.2f"}}
{{$stu.score_test}}
{{$stu.score_end|string_format:"%.2f"}}
{{/foreach}}
{{/if}} 註:
◎By 彰化縣學務系統開發小組 於 103.10
根據府教學字第1050077466號公文,學校成績應統一無條件進位,對學生較為有利。補考成績輸入的補考輸入的成績,按下儲存輸入成績後會無條件進位,才呈現。意思是輸入59.1,按下儲存輸入成績,成績會變成60。