Visual Basic.Net中基于MCQ的测验 [英] MCQ Based Quiz in Visual Basic.Net

查看:90
本文介绍了Visual Basic.Net中基于MCQ的测验的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在VB.Net中开发基于MCQ的测验.我的问题写在Word文档中.我正在寻找一种更好的方式将它们随机显示在应用程序中,以供用户回答.我尝试过的方法如下:

1)创建一个包含这些问题的Access数据库,并使用数据库行在应用程序中查看问题.

面临的问题:对于简单的文本,它可以很好地工作,但是我们不能插入特殊字符,例如希腊字母或数学符号(积分diff等)

2)将所有问题转换为图像,并形成算法以在应用程序中显示它们.

面临的问题:打印每个问题的方法太长了,要纠正数据中的任何错误也很困难.

有没有人能找到更好,更有效的方法来完成上述任务?

I am developing a MCQ Based Quiz in VB.Net. I have my questions written in a word document. I am finding a better way to display them in the application randomly for the user to answer them. Methods i have tried are as follows:

1) Create an Access database of these questions and use the database rows to view the questions in the application.

Problem Faced: For simple text it works very fine but we cant insert special characters such as greek letters or mathematical symbols (integral diff etc)

2) Convert all the questions as images and form an algorithm to display them in the application.

Problem Faced: It''s too long method to print screen each question and also much hard when it comes to correct any mistake in the data.

Has any body got a better and efficient method to achieve the above task?

推荐答案

而没有看到Access数据库的架构以及如何获取数据.

诚然,Access中缺少Unicode支持.我建议改用SQL Server Express.

将问题另存为图像只是愚蠢的.
Without seeing your schema for the Access database and how you''re getting at the data.

Admittedly, Unicode support in Access is a bit lacking. I would suggest using SQL Server Express instead.

Saving the questions as images is just plain stupid.


这篇关于Visual Basic.Net中基于MCQ的测验的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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