设为首页 - 加入收藏 ASP站长网(Aspzz.Cn)- 科技、建站、经验、云计算、5G、大数据,站长网!
热搜: 重新 试卷 创业者
当前位置: 首页 > 运营中心 > 建站资源 > 优化 > 正文

MongoDB实现问卷/考试设计(4)

发布时间:2019-10-31 13:22 所属栏目:21 来源:我的小熊不见了
导读:在question上的dataId刚好就能绑定上试卷的id Examexam=newExam(); ListQuestionquestions=reader.findRandom(manager.getExamDataBase(),ExamConstant.QUESTION_COLLECT,newDocument(),Question.class,no); exam.s

在question上的dataId刚好就能绑定上试卷的id

  1. Exam exam = new Exam();  
  2. List<Question> questions = reader.findRandom(manager.getExamDataBase(), ExamConstant.QUESTION_COLLECT, new Document(), Question.class, no);  
  3. exam.setTitle(title);  
  4. exam.setDuration(dutation);  
  5. return exam; 

MongoDB实现问卷/考试设计

(编辑:ASP站长网)

网友评论
推荐文章
    热点阅读