defaultData.js 1.39 KB
Newer Older
李维's avatar
李维 committed
1 2 3
export default {
  "version": "1.0",
  key: "DataKey_PU03",
李维's avatar
李维 committed
4 5 6 7 8 9
  mainQuestion:{
    type: "Image",
    text: "It's really a fantastic magic movie which talks about love and friendship.",
    image_url: "default_Image",
    shortAudio_url: "default_short_audio",
    longAudio_url: "default_long_audio"
李维's avatar
李维 committed
10
  },
李维's avatar
李维 committed
11 12 13
  // textUp:[
  //   {text:"make friends", lineTo:""},{text:"lound", lineTo:""},{text:"we eat ice cream", lineTo:""},{text:"very happy", lineTo:""},
  //   {text:"make friends", lineTo:""},{text:"lound", lineTo:""},{text:"we eat ice cream", lineTo:""},{text:"very happy", lineTo:""},
李维's avatar
李维 committed
14
  //   {text:"make friends", lineTo:""}
李维's avatar
李维 committed
15
  // ],
李维's avatar
李维 committed
16
  textUp:[
李维's avatar
李维 committed
17 18 19
    {text:"ABCD", lineTo:""},{text:"ABCDEFG", lineTo:""},{text:"ABCDEF", lineTo:""},{text:"ABCD EFG", lineTo:""},
    {text:"ABCD", lineTo:""},{text:"ABCD", lineTo:""},{text:"ABCD", lineTo:""},{text:"ABCD", lineTo:""},
    {text:"ABCD", lineTo:""}
李维's avatar
李维 committed
20
  ],
李维's avatar
李维 committed
21 22 23 24 25
  // textDown:[
  //   {text:"it's so much fun", lineTo:""},{text:"lound", lineTo:""},{text:"very happy", lineTo:""},{text:"sun", lineTo:""},{text:"at the park", lineTo:""},
  //   {text:"it's so much fun", lineTo:""},{text:"lound", lineTo:""},{text:"very happy", lineTo:""},{text:"sun", lineTo:""},{text:"at the park", lineTo:""},
  //   {text:"it's so much fun", lineTo:""}
  // ]
李维's avatar
李维 committed
26
  textDown:[
李维's avatar
李维 committed
27
    {text:"it's so much fun", lineTo:""},{text:"lound", lineTo:""},{text:"very happy", lineTo:""},{text:"sun", lineTo:""}
李维's avatar
李维 committed
28
  ]
李维's avatar
李维 committed
29
}