|
@@ -453,7 +453,7 @@ public class ExamQuestionOuterServiceProvider extends ControllerSupport implemen
|
|
rowStr = "<" + rowStr + ">";
|
|
rowStr = "<" + rowStr + ">";
|
|
block.setPlayTime(1);
|
|
block.setPlayTime(1);
|
|
block.setType("audio");
|
|
block.setType("audio");
|
|
- block.setValue(this.getAttrValue(rowStr, "id"));
|
|
|
|
|
|
+ block.setValue(this.getAttrValue(rowStr, "url"));
|
|
blocks.add(block);
|
|
blocks.add(block);
|
|
} else {
|
|
} else {
|
|
block.setType("text");
|
|
block.setType("text");
|