endian11
2021-01-19 4483eb437ebf0a0212235e954a262fbe62b82789
app/src/main/java/safeluck/drive/evaluation/bean/SimulateNightBean.java
@@ -44,17 +44,24 @@
        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);
            }
        }
@@ -95,7 +102,7 @@
            }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);