| | |
| | | String itemstr=ExamPlatformData.getInstance().getItemStatusStr(type); |
| | | MyLog.i(PlatFormConstant.LUKAO,String.format("%s",itemstr+(enter_status==Constant.EXIT_CURRENT_ITEM?"结束":"开始"))); |
| | | if (ExamPlatformData.getInstance().getTrainingMode()== ExamPlatformData.TRAINING_MODE){ |
| | | if (ExamPlatformData.getInstance().getExamType()>ExamPlatformData.EXAM_TYPE_ChangKAO){ |
| | | MyLog.i("路考不报项目开始结束语音"); |
| | | }else{ |
| | | |
| | | ExamPlatformData.getInstance().getTTS().speak(itemstr+(enter_status==Constant.EXIT_CURRENT_ITEM?"结束":"开始")); |
| | | ExamPlatformData.getInstance().getTTS().speak(itemstr+(enter_status==Constant.EXIT_CURRENT_ITEM?"结束":"开始")); |
| | | } |
| | | |
| | | }else{ |
| | | if (enter_status!=Constant.EXIT_CURRENT_ITEM){ |
| | | ExamPlatformData.getInstance().getTTS().speak(itemstr+"开始"); |
| | | if (ExamPlatformData.getInstance().getExamType()>ExamPlatformData.EXAM_TYPE_ChangKAO){ |
| | | MyLog.i("路考不报项目开始结束语音"); |
| | | }else{ |
| | | |
| | | ExamPlatformData.getInstance().getTTS().speak(itemstr+"开始"); |
| | | } |
| | | |
| | | } |
| | | |
| | | } |