| | |
| | | private static List<SimulateNightBean.QuestionBean> simulate_light_tips = new ArrayList<>(); |
| | | static { |
| | | examPlatformStrs.put(TCP_DISCONNECT,"未连接"); |
| | | examPlatformStrs.put(TCP_CONNECTED,"已连接"); |
| | | examPlatformStrs.put(TCP_CONNECTED,"未登录"); |
| | | examPlatformStrs.put(DEV_NOT_REGISTERED,"未注册"); |
| | | examPlatformStrs.put(DEV_REGISTERED,"已注册"); |
| | | examPlatformStrs.put(DEV_REGISTERED,"未登录"); |
| | | examPlatformStrs.put(DEV_NOT_LOGIN,"未登录"); |
| | | examPlatformStrs.put(DEV_LOGIN,"已登录"); |
| | | |
| | |
| | | simulate_light_tips.add(new SimulateNightBean.QuestionBean(6,"雾天行驶")); |
| | | simulate_light_tips.add(new SimulateNightBean.QuestionBean(7,"拱桥、人行道")); |
| | | simulate_light_tips.add(new SimulateNightBean.QuestionBean(8,"夜间在道路上发生故障,妨碍交通又难以移动")); |
| | | simulate_light_tips.add(new SimulateNightBean.QuestionBean(9," 夜间通过急弯、坡路、拱桥、人行横道、或者没有交通信号灯控制的路口")); |
| | | //、拱桥、人行横道、或者没有交通信号灯控制的路口 |
| | | simulate_light_tips.add(new SimulateNightBean.QuestionBean(9," 夜间通过急弯、坡路")); |
| | | simulate_light_tips.add(new SimulateNightBean.QuestionBean(10,"没有交通控制灯之路口")); |
| | | simulate_light_tips.add(new SimulateNightBean.QuestionBean(11,"临时停车")); |
| | | simulate_light_tips.add(new SimulateNightBean.QuestionBean(12,"超车")); |