|
@@ -57,7 +57,7 @@ public class ComputerTestPaper {
|
|
this.courseName = paper.getCourse().getName();
|
|
this.courseName = paper.getCourse().getName();
|
|
this.totalScore = paper.getTotalScore();
|
|
this.totalScore = paper.getTotalScore();
|
|
this.detailCount = paper.getPaperDetailCount();
|
|
this.detailCount = paper.getPaperDetailCount();
|
|
- if(paper.getHasAudioQuestion()==null||!paper.getHasAudioQuestion()){
|
|
|
|
|
|
+ if(paper.getHasAudio()==null||!paper.getHasAudio()){
|
|
this.hasVideo = 0;
|
|
this.hasVideo = 0;
|
|
}else{
|
|
}else{
|
|
this.hasVideo = 1;
|
|
this.hasVideo = 1;
|