Commit 7d189fa4 authored by 黄奎's avatar 黄奎

页面修改

parent b3e297c8
...@@ -49,6 +49,14 @@ namespace Edu.Module.Question ...@@ -49,6 +49,14 @@ namespace Edu.Module.Question
case "essay-question": case "essay-question":
obj = data; obj = data;
break; break;
//计算题
case "calculation":
obj = data;
break;
//分录题
case "entry-problem":
obj = Common.Plugin.JsonHelper.DeserializeObject<List<fillInItem>>(data);
break;
} }
return obj; return obj;
} }
......
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