| | |
| | | public QuestionBean(int i, String s) { |
| | | this.item =i; |
| | | this.tts = s; |
| | | if (i>=100){ |
| | | if (i==100){ |
| | | |
| | | }else{ |
| | | if (process == null){ |
| | | this.process = new ArrayList<>(); |
| | | } |
| | | this.process.add(-1); |
| | | |
| | | if (solution == null){ |
| | | this.solution = new ArrayList<>(); |
| | | } |
| | | this.solution.add(-1); |
| | | this.solution.add(-2); |
| | | this.solution.add(-3); |
| | | this.solution.add(-4); |
| | | this.solution.add(-5); |
| | | this.solution.add(-6); |
| | | this.solution.add(-7); |
| | | this.solution.add(-8); |
| | | } |
| | | |
| | | } |
| | |
| | | }else if (content.equalsIgnoreCase("开启近光灯")){ |
| | | solution.add(1); |
| | | }else if (content.contains("远、近光灯")){ |
| | | solution.add(1); |
| | | process.add(1); |
| | | solution.add(2); |
| | | }else if (content.contains("注意是近光")){ |
| | | solution.add(1); |