public function getallscore($eid)
 {
     $field = array('choosescore', 'judgescore', 'fillscore', 'prgans', 'prgfill', 'programscore');
     $allScore = ExamModel::instance()->getExamInfoById($eid, $field);
     return $allScore;
 }