echo

Created 单词学习模板Json信息 (markdown)

  1 +以下信息的注意事项
  2 +* audit,checksum,code在线授课环节没有用到,有没有都可以
  3 +* sentence_replacement是过去的功能,目前可以不用设置
  4 +* complex固定设置为1,因为IOS客户端靠这个值来决定是否把对比页组合到单词学习页中
  5 +* 没有对比的单词学习页面多了CompareGroupKey,指示从哪里寻找单词学习的内容
  6 +* 有对比的单词学习页面,对比页信息在CompareInfo的键值中,单词学习信息在SingleWordInfo的键值中
  7 +* PageIndex可以暂时忽略
  8 +
  9 +### 没有对比的单词学习的Json信息
  10 +
  11 +```
  12 +{
  13 + CompareGroupKey = list;
  14 + audit = bb541e09b54d045f7a7ab052fbcd5e4d;
  15 + checksum = abf823d58fabefcf1402b7ae7f6f519e;
  16 + code = 2ea09c81778ce36bc4d4f6e4b5fc5284;
  17 + complex = 1;
  18 + courseViewDisplayMode = 0;
  19 + list = (
  20 + {
  21 + chinese = "\U6c34\U5faa\U73af";
  22 + definition = "cy\U00b7cle n.\U5faa\U73af\Uff0c\U5468\U671f";
  23 + english = "water cycle";
  24 + image = fb4222ba177c405f385e9bb1174f095d;
  25 + phonetic = "['sa\U026akl]";
  26 + sentenceVoice = fba7db0b3615ef1b708d8e456c834f7b;
  27 + type = 0;
  28 + word = cycle;
  29 + wordVoice = 9829cb440b8497a8c1dd39d53fe79457;
  30 + }
  31 + );
  32 + "sentence_replacement" = {
  33 + sentence = "The various movement in the water cycle can influence the climate.";
  34 + sentenceVoice = 23202a0be21df2c49bcdbe7a00280c62;
  35 + };
  36 + sentences = (
  37 + {
  38 + sentence = "The water cycle is a process.";
  39 + sentenceVoice = 0f7df6dc13fde95325aa7ea21aeed7ed;
  40 + },
  41 + {
  42 + sentence = "The water cycle is the process by which water from the sea rises into the sky and eventually returns to the surface as rainfall.";
  43 + sentenceVoice = 8a068c1f47d92d66e7189160e4634478;
  44 + }
  45 + );
  46 + subtype = 100;
  47 + type = 0;
  48 +}
  49 +```
  50 +
  51 +### 有对比的单词学习的Json信息
  52 +
  53 +```
  54 +{
  55 + CompareInfo = {
  56 + checksum = 9834fe1b424c13c3ce871f661f5cd70a;
  57 + code = 89fe6b04287021ef176c7f4a87a0af56;
  58 + complex = 1;
  59 + contrastInfo = {
  60 + "反义" = {
  61 + audit = 8d167f30d25ca78eafcb8d29daa7926d;
  62 + list = (
  63 + {
  64 + chinese = "\U4e00\U4e2a\U666e\U901a\U5973\U5b69";
  65 + definition = "or\U00b7di\U00b7nar\U00b7y adj.\U666e\U901a\U7684";
  66 + english = "an ordinary girl";
  67 + image = 48952449262c94dac445eea8566ef3e0;
  68 + phonetic = "['\U0254rdn\U025bri]";
  69 + sentenceVoice = c47d69bbf1c3e510716b372928cb0590;
  70 + type = 0;
  71 + word = ordinary;
  72 + wordVoice = 8f10d96131ed877d2b7119dc4050188b;
  73 + },
  74 + {
  75 + chinese = "\U8fd9\U8f86\U8f66\U975e\U540c\U5bfb\U5e38\U3002";
  76 + definition = "ex\U00b7traor\U00b7di\U00b7nar\U00b7y adj.\U7279\U522b\U7684\Uff0c\U975e\U51e1\U7684";
  77 + english = "The car is quite extraordinary.";
  78 + image = cd2dac226383140a26799c70bc2d795a;
  79 + phonetic = "[\U026ak\U02c8str\U0254rd\U0259n\U025bri]";
  80 + sentenceVoice = dd80e7fff21b2d627b567dcd3013b7a0;
  81 + type = 0;
  82 + word = extraordinary;
  83 + wordVoice = e46398f7421a6be8740c9a7b805b8b2a;
  84 + }
  85 + );
  86 + title = "普通与非凡";
  87 + };
  88 + "近义" = {
  89 + audit = 96a5b6a93c1feb37b413dba1f61bbb12;
  90 + list = (
  91 + {
  92 + chinese = "\U4e00\U4e2a\U666e\U901a\U5973\U5b69";
  93 + definition = "or\U00b7di\U00b7nar\U00b7y adj.\U666e\U901a\U7684";
  94 + english = "an ordinary girl";
  95 + image = 48952449262c94dac445eea8566ef3e0;
  96 + phonetic = "['\U0254rdn\U025bri]";
  97 + sentenceVoice = c47d69bbf1c3e510716b372928cb0590;
  98 + type = 0;
  99 + word = ordinary;
  100 + wordVoice = 8f10d96131ed877d2b7119dc4050188b;
  101 + },
  102 + {
  103 + chinese = "\U4e00\U4e2a\U666e\U901a\U7684\U517b\U7740\U4e00\U6761\U72d7\U7684\U56db\U53e3\U4e4b\U5bb6";
  104 + definition = "av\U00b7er\U00b7age adj.\U5e73\U5e38\U7684\Uff0c\U666e\U901a\U7684";
  105 + english = "an average family of four and a dog";
  106 + image = cf2529c43229c2925ecd8e392a09a73d;
  107 + phonetic = "['\U00e6v\U0259r\U026ad\U0292]";
  108 + sentenceVoice = a64520a18fc9d581ba11022a43f4fc89;
  109 + type = 0;
  110 + word = average;
  111 + wordVoice = f40fe0191b7f234898185960961dffaa;
  112 + },
  113 + {
  114 + chinese = "\U57ce\U5e02\U91cc\U5e73\U5e38\U7684\U4e00\U5929";
  115 + definition = "nor\U00b7mal adj.\U5e73\U5e38\U7684\Uff0c\U6b63\U5e38\U7684";
  116 + english = "a normal day in the city";
  117 + image = c77e6831f2926006004e31dda124b825;
  118 + phonetic = "['n\U0254rml]";
  119 + sentenceVoice = 3aa5e0ab51c42b37c52501bce1cef4c7;
  120 + type = 0;
  121 + word = normal;
  122 + wordVoice = e4a98577a3437b24c301fd752eec4994;
  123 + }
  124 + );
  125 + title = "普通的";
  126 + };
  127 + };
  128 + contrastInfoKey = (
  129 + "反义",
  130 + "近义"
  131 + );
  132 + subtype = 100;
  133 + type = 0;
  134 + word = ordinary;
  135 + };
  136 + PageIndex = 6;
  137 + SingleWordInfo = {
  138 + audit = 4edc2c177ad8a00df92b49758bc1b47e;
  139 + checksum = d7425dc1dd1ede7bbfc7f6f0e988a1cb;
  140 + code = 89fe6b04287021ef176c7f4a87a0af56;
  141 + complex = 1;
  142 + list = (
  143 + {
  144 + chinese = "\U4e00\U4e2a\U666e\U901a\U5973\U5b69";
  145 + definition = "or\U00b7di\U00b7nar\U00b7y adj.\U666e\U901a\U7684";
  146 + english = "an ordinary girl";
  147 + image = 48952449262c94dac445eea8566ef3e0;
  148 + phonetic = "['\U0254rdn\U025bri]";
  149 + sentenceVoice = c47d69bbf1c3e510716b372928cb0590;
  150 + type = 0;
  151 + word = ordinary;
  152 + wordVoice = 8f10d96131ed877d2b7119dc4050188b;
  153 + }
  154 + );
  155 + "sentence_replacement" = {
  156 + };
  157 + sentences = (
  158 + );
  159 + subtype = 100;
  160 + type = 0;
  161 + };
  162 + courseViewDisplayMode = 0;
  163 + subtype = 100;
  164 + type = 0;
  165 + "type_string" = complex;
  166 + word = ordinary;
  167 +}
  168 +```