我们可以使用datalist或网格视图控件进行在线考试 [英] can we make a online exam using datalist or grid view control

查看:59
本文介绍了我们可以使用datalist或网格视图控件进行在线考试的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

hi friends,
 
i have to develop a online examination website ,so i want a suggestion for which are controls i have to use for create perfect exam in online..
 
i am challenges task's are,
1.random order questions,
2.time control..,
3.multiple answer choices (radio button) 
4.multiple subjects,
5.next and previous questions -accessing,
6.get results for  both -right and wrong answers..
7.and review
 
i am waiting for your suggestion and replay...if you have any source code or related url please send to me..
 
Thanks to all...please................................. 

推荐答案

是的,您可以创建它,并且已经有很多针对多个系统开发的在线问答系统构架。 oDesk(一个在线自由职业网站)让他们的自由职业者为他们的技能进行测试。你试过吗?我试过,这是一个很好的。它有你要求的一切。



1.您可以选择随机问题。创建一个数组,然后使用索引器通过它选择一个随机问题。

2.使用JavaScript来实现此功能。您可以创建计时器来更新UI并控制用户何时无法再选择答案。 setInterval [ ^ ]可能就是您要找的那个。

3.使用相同的名称属性并提供多个单选按钮,然后检查选择了什么值。这太难了吗?

4.不适用;如果你问人类繁殖,网站不会审查这个问题!

5.不是一个好主意。此外,由于您选择的是随机问题,因此您将无法再次提供上一个问题。要做到这一点,你必须放弃1,并使用序列。

6.获取单选按钮的值,看看它们是对还是错。

7.你的工作!



这些已在网上提供,GitHub等甚至可以包含这个项目的源代码。你有没有找到它?这些要点非常简单,基本的是,Web开发中的初学者项目可能从这个开始。
Yes, you can create it and there are already many online questions and answers systems developed for multiple frameworks. oDesk (an online freelancing website) had it working for their freelancers to test their skills. Did you try it? I tried, it was a good one. It had everything that you are requesting here.

1. You can select random questions. Create an array, then select a random question through it using indexers.
2. Use JavaScript for this feature. You can create timers to update the UI and control when user can no longer select an answer. setInterval[^] may be the one you are looking for.
3. Use the same name attribute and provide multiple radio-buttons, then check what value was selected. Is this too hard?
4. Not applicable; website won't censor the question if you are asking about human reproduction!
5. Won't be a good idea. Also, since you are selecting random questions, you won't be able to provide the previous question again. To do this, you would have to let go of 1, and use sequence.
6. Get the value of radio buttons, and see if they are right and wrong.
7. Your job!

These are already available online, GitHub etc would even contain the source code for this project. Did you even try to find it? These points are all so much easy, and basic that a starter project in web development might start with this one.


以下是ASP.Net中开源在线考试系统的一些链接。 br />
检查它们是否对您有用。您可以根据自己的要求下载和修改。



Parikshan:在线考试管理系统 [ ^ ]

VirtualX - 在线考试系统 [ ^ ]



如果您的要求是别的,至少开始自己做一些事情,如果你卡在某个地方然后回到这里查看问题的详细信息。



:)
Here are some links to open source Online Examination System in ASP.Net.
Check if they are useful to you. You can download and modify according to your requirement.

Parikshan: Online Exam Management System [^]
VirtualX - Online Examination System [^]

If your requirement is something else, at least start doing something by yourself and if you stuck somewhere then come back here with details of the issue.

:)


这篇关于我们可以使用datalist或网格视图控件进行在线考试的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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