|
|
@@ -161,8 +161,8 @@ public class ExamService {
|
|
|
paperDef.setFillExclude(true);
|
|
|
paperDef.setKnowIds(Lists.newArrayList(knowledgeId));
|
|
|
List<TestPaperVO.TypeDef> typeDefList= Lists.newArrayList();
|
|
|
- typeDefList.add(new TestPaperVO.TypeDef("单选题", "单选题", 80, 1));
|
|
|
- typeDefList.add(new TestPaperVO.TypeDef("判断题", "判断题", 10, 2));
|
|
|
+ typeDefList.add(new TestPaperVO.TypeDef("单选题", "单选题", 10, 1));
|
|
|
+ typeDefList.add(new TestPaperVO.TypeDef("判断题", "判断题", 5, 2));
|
|
|
paperDef.setTypes(typeDefList);
|
|
|
List<LearnPaperQuestion> pqList = paperService.getQuestions(studentId, paperDef);
|
|
|
paper.setPaperSource(0);
|