Web Forms :: How To Add Timer In Online Quiz Application
Feb 15, 2010
I have created an application in asp.net using c#.In that i have a Quiz Module.Quiz is working fine but now clients wants a Timer in this Module.How do i add a Timer for two minutes for whole quiz which will be showing like this- > 02:00 to 00:00 ?
View 8 Replies
Similar Messages:
Feb 6, 2013
how to set time for particular questions.
eg: 2 min.
if the user not click the answer for particular question, it should automatically went to next question. (online exam text).
View 1 Replies
Aug 15, 2012
I want to implement timer in asp.netvso that user can see how much time is left for his test to completeÂ
I want to set timer for 30 mins to complete online test.Â
View 1 Replies
Nov 28, 2013
How to start Quiz application in advance level objective only.
having following functions
Multiple Choices Answers
Subject wise
Location Wise
Score based
Different level[easir to difficult]
Specify No of Answer etc
View 1 Replies
May 5, 2010
me how create offline and on line application.like..
I need create an app.net application.This should works with or with out internet.
Here main requirement is some user will connects to internet and get data to local system.then whey will work on offline.Finally need update server all users updates to server.
so here..
1. user will connect to internet every morning at that time we need to synchorize local database from server database.
2.next user will do some operataions like adding some records or updating some records from his local database using application.
3.Finally end of the day we need to synchronize his local database with server.
View 3 Replies
Nov 25, 2010
VS2010 ( Vb.net ).I have a masterpage that contains a gridview, giving stats and information on client files sent to us. This gridview is updated by means of a timer control every 10 seconds. In my grid I have an image field, to display either a tick .. if everything is ok or a cross for any problems.When the timer control timer event forces a gridview databind every 10 seconds.When the page first loads, i get the default red Cross in the gridview imagefield, however when the timer loops forces a 'databind' I lose the redCross and it is replaced with the default image control ( as if no url is set ) . Then I get a server 404 error.I am using the OnDataBound event to fire my vb sub. I have commented out evertything just to get a solid starting point but im still getting errors.
[code]...
View 10 Replies
Jan 6, 2011
I want to develop a utility where user will insert new Records and also the same application should work if user is not connected with internet.When user wants to submit records only that time he required to connect internet.
We have created one sample application using excel where we use Dropdown, Textbox, Label.User will download excel file from website and filled up details. When user wants to submit all details only that time internet is required. Application will insert value from excel file to server using WebServices when user click on submit button.
Above is working file but it's increasing our work because we are creating website and also Excel project (Almost double work). I want something where we can utilize the code for online and offline application.
View 1 Replies
Jan 18, 2011
i need to create an online html editor to be used in my asp.net application with the basic button of dataformating + adding/inserting images+creating templates
View 4 Replies
Mar 9, 2010
I will be creating a webform that will require online application and sending/uploading of resume that will later be forwarded to an e-mail address (the resume will be an email attachment). I badly need some tips on this! Really new at these things. I will be using VB to code the web form.
View 2 Replies
Dec 12, 2010
I am building an application where I need to check/send a query to database every second. So, is there any way to do that??
View 5 Replies
Dec 2, 2010
I want to show quiz on my website, then collect user answer and match it with the correct answer and finaly the result should be calculate and shown to the user.
View 2 Replies
Nov 11, 2010
I am Creating Timed online test in C# asp.net.I have created it using the local machine time. But in the case of Database disconnection or system hang, The countdown timer must start from the time at which the machine has hanged or unexpected database disconnectivity.For example the user is answering the Questions for 10mins and unexpectedly system hanged. After recovery the countdown must start from 10mins. Can anyone please help me with coding in C#? I have used the following coding, But its not useful in the above scenario.
int totalTime = (Convert.ToInt32(ViewState["totaltime"])) * 60;
DateTime startTime = (DateTime)ViewState["startTime"];
TimeSpan elaspedTime = DateTime.Now.Subtract(startTime);
[code]...
View 4 Replies
Nov 7, 2010
i am making a quiz system in asp.net using C# vs 2008.having one equestion per page,with previous and back button.each question have four options with only one correct answer.The options are in a radio button list.I have a database which has two columns as QuestionID,CorrectAnswer.
For viewing previous answer the user can click on previous button,so that he can see his previous marked answer and if feel he had marked the wrong option then he can mark the other one.
Some Problems:-
when clicking the previous button the option which was marked in radio button list got unchecked!!So,the user is unable to know which he had marked before.After completing the quiz how can the answers selected by the user be compared with the CorrectAnswer stored in database and can be displayed in the result page having four columns as QuestionID,CorrectAnswer,UserAnswer,Right/Wrong in a grid view.Though i am able to display the QuestionID and the CorrectAnswer in a grid view in the result page.
View 5 Replies
Feb 26, 2014
I am making a online exam project i want to count the correct answers the questions and option are in datalist. Iam looping inside datalist but i want to know how to count the correct answers and display result...
View 1 Replies
Feb 16, 2011
I am looking into creating an online dictionary.
1. Should I create my own application?
2. Or, should I use a premade web application if so, what?
3. What about open source application such as MediaWiki?
View 5 Replies
Jan 5, 2011
I need to develop a small application, In our office server a folder Soft contains a office.exe software, our office having a own
website, In that website just click the link Install, the office.exe should be install in the browsing system.
View 3 Replies
Jan 27, 2010
I need to implement simple quiz in asp.net that displays question, its options and user can answer these questions by checking options and submit the result.
I think ListView is the best control to implement in a way that each Item is question and I need to display Option of the question using check box list.
In ItemTemplate, how can I specify such condition that give me the list of options to select for the user for the particular question in the same row. Just like this:
1. Question Text goes here: (Options to select for the user)checkbox1 goes here; checkbox2 goes here
2. Question Text goes here: (Options to select for the user)checkbox1 goes here; checkbox2 goes here and so on
View 2 Replies
Mar 8, 2011
I am developing a web application which will deal with online examination. The requirement is:
There can be n-number of sections in an exam and admin users should be able to create questions/answers and add to an exam. The questions should be displayed for a certain amount of time in the browser with meclock and it should move to next question automatically. User should not be allowed to open any other instance of the browser or login from another IP if the exam is in progress.
I am seeking community vote of how would someone design the application to meet all these criterias? What patterns should be used? What components to reduce the development time etc..My technology stack is C#, ASP.NET MVC or ASP.NET with SQL Server.
View 3 Replies
Oct 1, 2010
I have all my tables and queries in online DB ie., i have created all my tables and queries in online using third party site [URL] Now i want to make connect my application (which is in my system) with that database
View 5 Replies
Apr 4, 2010
creating an online application form. As in an application forms to sign up for a course. i would like users to enter their name and email address so that it can be stored onto a database table. im using sql 2005 express edition on visual studio.
View 17 Replies
Apr 28, 2010
We need to develop an application to sell music online. No need to specify that all will be done quite legally and in so doing, we have to plan an interface to pay artists. However, we are confronted with a question: What is the best way to store music on the server? Should we save it on server's disk from a HTTP fileupload? Should we save via FTP or would it be wiser to save it in the database? No need to say that we need it to be the most safiest as possible. So maybe an https is required here. But, we what you think is the best way? Maybe other idea? Because in all HTTP case, upload songs (for administration) is quite long and boring, but easly linkable to a song that admin create in his web application comparativly to an FTP application to upload song on server and then list directory in admin part to link the correct uploaded song to the song informations in database.
View 1 Replies
Jul 18, 2010
I am using ASP.Net + .Net 3.5 + VSTS 2008 + IIS 7.0 + C# to develop a web application. I want to count how many users are online. This is my current implementation,when Session_Start is called, I will increase # of users online by 1;when Session_End is called, I will descrease # of users online by 1.Two quesitons,A Is that implementaiton correct?B. Another question is, I think this method can not track # of users of real time, since when user closes the browser, Session_End will not be called immediately (Session_End will be deferred to be called). Correct?
View 3 Replies
Jun 18, 2012
i am working in a web application that should allow online payment to its visitor, and how to implement online payments in a asp.net web application.
View 1 Replies
Nov 11, 2010
I have an ASP.NEt website and I want to know how can determine how long the website was idle (no activity from the user) and then based on that timer I want to automatically logout and redirect to default.aspx?
View 1 Replies
Apr 23, 2010
I'm searching for an example with an client timer that ticks synchronous with an server timer. Also there must be a button on the client side which can reset the server timer to an default value, and with this it also resets the client timer ofcourse. I tried it myself but it seems that there is some postback delay which makes it impossible for me to make it atleast look like it goes synchronous.
I hope somebody got an example for me, the button part is really important because by pressing that button the delay comes.
View 1 Replies