基于Internet的测试系统 [英] Internet Based Testing System

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

问题描述



我是一名英语老师,并且对.net开发也很感兴趣.当我第一次参加TOEFL iBT考试时,我对他们管理考试的方式很感兴趣.

整个故事是,当您登录ETS网站上的帐户时,会获得一个链接以开始测试.当您单击该链接时,会出现警告,提示某些应用程序将要启动.我想这是一个胜利的应用程序.该获胜应用程序占用了wowl屏幕,并禁用了快捷键,以防止在测试过程中发生任何作弊行为.此应用程序还具有音频播放和录制功能.

我的问题是,如何创建类似的应用程序?我已经开发了一个执行所有必要任务的Win应用程序.但是,我不知道如何通过网站上的链接执行此程序,以及如何从Webform将一些值(如用户名和密码)传递给Win应用程序.

如果您能帮助我,我将不胜感激.

表示非常感谢.

Hi,

I am an English teacher and also very interested in .net development. When I first took TOEFL iBT, test I got interested in the way they administer the test.

The whole story is, when you log onto your account on ETS website, you are given a link to start the test. When you click on that link, a warning comes up saying that some application is going to start. I suppose it is a win application. This win application takes up the whoel screen and disables the shortcut keys to prevent any cheating possibility during the test. This application has also audio playing and recording capabilities.

My question is, how can I create a similar application like this? I have already developed a win application which performs all the necessary tasks. However, I don''t know how to execute this program through a link on the website and pass some values like the username and password to the win application from the webform.

I would really appreciate it if you could help me out.

Many, Many thanks in advance.

推荐答案

您可以考虑使用ClickOnce部署,并将其设置为仅可从Online获得.您要做的就是..:

在Visual Studio中,单击项目,然后单击您的应用程序的名称属性.然后单击侧面的发布"选项卡,并使用发布向导"设置ClickOnce(或不设置,无论您喜欢什么).

您现在要做的就是链接到setup.exe或.application文件以运行程序.

这对您有帮助吗?
You could consider using ClickOnce deployment and set it to be available only from Online. All you''d do is..:

In Visual Studio, click on Project and then click on Your Application''s Name Properties. Then click on the ''Publish'' tab on the side and set up ClickOnce using the Publish Wizard (or not, whatever you prefer).

All you''d do now is link to the setup.exe or the .application file to run your program.

Did this help you?


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

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