| | |
| | | |
| | | tempQs.add(list[list.size-2])//提示下面将进行灯光考试 |
| | | tempQs.add(list[0]) |
| | | val a = Utils.getRandomInts(4, list.size) |
| | | val a = Utils.getRandomInts(4, 11) |
| | | for (i in a.indices) { |
| | | tempQs.add(list[a[i]]) |
| | | } |
| | |
| | | ExamPlatformData.getInstance().setNewRoadMapPath(Environment.getExternalStorageDirectory().absolutePath + "/" |
| | | + app.getAppContext().getPackageName() + "/" + fileName) |
| | | CThreadPoolExecutor.runInBackground(Runnable { |
| | | |
| | | str = gson.toJson(map.data.map_json) |
| | | MyLog.i(PlatFormConstant.HTTPTAG,"科三道路地图保存成功") |
| | | FileUtil.writeTxtFileToSD(app.getAppContext(), fileName, str, "") |