Commit 9f48facf authored by 李维's avatar 李维

bug fix

parent e744fbbc
...@@ -3,11 +3,11 @@ export default { ...@@ -3,11 +3,11 @@ export default {
key: "DataKey_PU01", key: "DataKey_PU01",
question: { question: {
type: "Text", type: "Text",
text: "Sort alphabetically", text: "",
image_url: "", image_url: "",
shortAudio_url: "", shortAudio_url: "",
longAudio_url: "" longAudio_url: ""
}, },
answerType: "Text", answerType: "Text",
dataArray: [{text: "Blueberry", image_url: ""}, {text: "Cherry", image_url: ""}, {text: "Pineapple", image_url: ""}] dataArray: []
} }
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment