defaultData.js 589 Bytes
Newer Older
李维's avatar
李维 committed
1 2 3
export default {
  "version": "1.0",
  key: "DataKey_PU03",
李维's avatar
李维 committed
4
  mainQuestion:{
李维's avatar
李维 committed
5
    type: "Text",
李维's avatar
李维 committed
6
    text: "It's really a fantastic magic movie which talks about love and friendship.",
李维's avatar
李维 committed
7 8 9
    image_url: "",
    shortAudio_url: "",
    longAudio_url: ""
李维's avatar
李维 committed
10
  },
李维's avatar
李维 committed
11
  textUp:[
李维's avatar
李维 committed
12
    {text:"make friends", lineTo:[0,1] },{text:"lound", lineTo:[2] },{text:"we eat ice cream", lineTo:[4] },{text:"very happy", lineTo:[3] },
李维's avatar
李维 committed
13 14
  ],
  textDown:[
李维's avatar
李维 committed
15
    {text:"it's so much fun", lineTo:[] },{text:"lound", lineTo:[] },{text:"very happy", lineTo:[] },{text:"sun", lineTo:[] },{text:"at the park", lineTo:[] },
李维's avatar
李维 committed
16
  ]
李维's avatar
李维 committed
17
}