有人知道有什么好的数学方程所见即所得可以让用户提交数学答案吗?
我正在建立一个小型数学学习网站,并尝试创建一个与之配套的在线练习题系统。由于将提交的大多数解决方案都将是相当复杂的微积分方程,因此我需要一个好的所见即所得,用户可以有效地导航并创建某种可以处理并与服务器上的答案进行比较的文本输出。
现在我正在使用 fckeditor 的 codecogs 方程编辑器,它可以工作,或多或少,但这对用户来说真的很不方便,当用户输入某些内容时,我必须通过疯狂的正则表达式操作来分解它创建的图像代码,以判断它是否是正确的答案或 不是。
有人知道有更好的吗?我想我可以处理不方便的返回代码,但我确实需要一些更容易用户导航的东西。
I'm setting up a little math study site and am trying to create an online practice problem system to go with it. Since most of the solutions that will be submitted are going to be pretty complex calculus equations, I need a good wysiwyg that the user can navigate efficiently and create some sort of text output that can be processed and compared with the answer on the server.
Right now I'm working with the codecogs equation editor for fckeditor which works, more or less, but it's really unhandy for users, and when the user inputs something I have to pull apart the image code that it creates with a crazy regex operation to tell if it's the right answer or not.
Anyone know of anything better? I can deal with handling the unhandy return code I guess, but I really need something that's easier for the user to navigate.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
TinyMCE 一直是一个经过验证的真实解决方案,并且与 MathJAX。
TinyMCE has always been a tried and true solution, and is compatible with MathJAX.