使用C#的测验系统 [英] Quiz System using C#

查看:54
本文介绍了使用C#的测验系统的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述



我正在使用Oracle作为Backend在c#中开发测验应用程序。



我需要添加一些Trignometric / Derivatives或者公式作为问题的选项。

我如何键入文本框并存储在Oracle中?





Prathamesh

Hi,
I am developing Quiz Application in c# using Oracle as Backend.

I need to add some Trignometric/Derivatives or Formulas as options for the Question.
How can i Type in Textbox and also store in Oracle?


Prathamesh

推荐答案

如果您使用 RichTextBox [ ^ ]。在那些需要数学符号的部分,使用正确的字体(例如符号)
What if you use RichTextBox[^]. In those parts where you need mathematical symbols, use proper font (for example symbol)


如果你有一个Windows应用程序使用这个:

http://othercontrols.com/en/products/mathexpressioneditorlight/example-1 -save-mathematical-expression-as-image-file / [ ^ ]

但是它不是免费的。



如果您有一个Web应用程序,这里是一个不错的选择:

http:// www。 codecogs.com/latex/embedded.php [ ^ ]



我认为你在存储数据方面没有问题,因为你的问题是如何向用户显示或获取数学公式。



希望它有所帮助。
If you have a windows application use this one :
http://othercontrols.com/en/products/mathexpressioneditorlight/example-1-save-mathematical-expression-as-image-file/[^]
However it is not free.

If you have a web application here is a good choice :
http://www.codecogs.com/latex/embedded.php[^]

I don't think you have a problem in storing data because your problem is how to show or get a mathematical formula to or from the user.

Hope it helps.


这篇关于使用C#的测验系统的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆