Make A Timer On My Entrance Exam?
Jun 9, 2011make a timer on my entrance exam? I want every question last for only 30 seconds, after that, the next question will appear.
View 5 Repliesmake a timer on my entrance exam? I want every question last for only 30 seconds, after that, the next question will appear.
View 5 Repliesi want to know how to make online exam application using VB.NET & SQL SERVER,Suppose there is a question followed by 4 options, & USER have to select one of them,also there is a time restriction for example ,30 min for 25 question and time should be visible to user.then after time over he will be not able to do anything and redirected to result page.At last it will calculate the total no of marks scored and show in graph and report wise.
View 1 Replieshow to create an entrance examination. I have already have a quiz creator. The only problem I have is how to display the created questions one by one just like a computerized entrance exam from a single table.
View 5 RepliesI already created a button "enjoy button" that i want to move in a form when the "timer start button" is clicked.how do link the timer to the"timer start button" and make it move? this is what i tried so far..then am blank first
Quote:
Private Sub MainForm_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load
'Me.xTimer.Enabled = False
xTimer.Interval = 10[code].........
Basically I have 10 .png images.They contain a walk cycle I need to make some kind of loop inside a timer to make them change.
View 2 RepliesI want to get guide on project on online exam of MCQ like the online exam in competation examination
View 2 RepliesI am going for a shot in my first attempt to pass my Microsoft Exam..
View 2 RepliesAre there any sites which a similar program or web-exam? The best example I can give is Auto-it's "Auto-it 1,2,3" found here.This is for an absolute-beginner,
View 1 RepliesI have been given the prep material for my AS Level (Year 12) computer programming exam based around dice cricket. Written in VB 2008.
In the exam we are supposed to change bits based upon the scenario. The scenario and skeleton code are attached.
I have looked through the code so far and made some guesses to what I think may be on the test:
[code...]
if there is anything I am missing which they think I could be asked on the test. I then have to go away and figure out how to program.
So by asking on here, I am not trying to find out coding answers - I do want to figure that out myself. I just want to see if there is anything else I possibly could be asked?
First off, this is not for a class. Although I *AM* taking VB classes, I wanted to do something on my own that would help me learn. I find that the examples and assignments in class, are okay, but I would like to do something that I could apply in real life, perhaps apply it to my own work and master many techniques. So this could actually become my own final exam
That being said, I have searched and read all the posts on quizzes and tests and they are usually asking for code answers. No from the beginning development and planning. I am sure eventually, I might ask some code questions, but I would like to start at the beginning and analyze, develop the algorithm/ flow chart, and desk-check first.
I am trying to complete a driver license exam in vb that includes a module and two forms.It says that I have to have 2 arrays to compare(correct answers and user input) in order to see if the user passed or failed. User must have >15 correct to pass.I am so confused on the arrays part and need help to get this application to work. Can someone please help me with the correct counter accumulator and comparison of the arrays? I am also supposed to declare the correct answers in the module and I have tried everything, but I keep getting errors. [code]
View 12 RepliesI am getting ready to start EMT Basic class and would like to create multiple choice exams. Apparently UnitTest thats in VB isnt the type of test that I need. Does anyone know where I can find a video or website that shows u how to build an exam?
View 1 RepliesI am trying to make a program that can calculate the percentage of people passing an exam. There are buttons for each letter grade, and working label counters for each time you press a button. Each button looks like this, except replace the letter with the appropriate one.
Private Sub btnA_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles btnA.Click
Static intA As Integer = 0
intA = intA + 1
lblA.Text = intA
lblPercent.Text = (lblA.Text + lblB.Text + lblC.Text + lblD.Text) / (lblA.Text + lblB.Text + lblC.Text + lblD.Text + lblF.Text)
End Sub
My problem is that the percent does not equal what I get when I put the exact same numbers into a calculator.
The project is "kWh counter", that is, a simple program that calculates the power usage.The incoming numbers are the Power of the appliance (lightbulb) and the voltage (230/120).The formula is W=P*t that is multiplication of the power and the time it is used.I thought to connect it with a timer and the passing secconds multyply with the power, and, write the ussage on a label.This would be something like a simple digital power counter.Note that the voltage is not necesary.I am from europe where the standards are 230V.
View 7 Replieshow to make coutdown timer,
View 6 RepliesI'm making a Jungle timer program for League of Legends, where I will, when I click a button, start a timer for how long it will take the jungle camp to respawn. My question is, how do I make such a timer?
View 2 RepliesHow to make the timer interval less than 1 ms ? other wise i want to make the interval of the timer 0.001 or 0.05 at most.
View 13 RepliesHow do I let the timer do its job and then let it stop, for example[code]...
View 5 RepliesI'm trying to make my timer go in reverse. I had it earlier, then I tried to make it include milliseconds now it won't work at all. I swear I had this same thing before for seconds, now it won't work. What am I missing?
[Code]...
In our project we've decided to put an exam generator using vb.net and after generate you can send it to client computer/students. *server computer/teacher will the one who will use exam generator and send it to the client computer/student*student will recieve it and then send it back again to the server computer/teacher*teachers will going to generate an exam depends on the type of exam, so i think im going to make it a wizard type environment
View 14 Repliesmy brother asked me for this project:he is writing down the time his exam begins, example:current hour is: 14:05:09 and his exam starts at: 14:50:00
how can i write down into a label how much time left untill his exam begins?
like: 00:44:51 left untill your exam begins..
i have a timer and i want its calculation will be done on another thread, since the timer tick event start whenever its enable property is set to true i don't see how to force it to work in another thread.
View 6 RepliesI am making the simple timer module which will display time in count down format as if user want 1 hour 3 mins and 30 sec so it will count in revers. I have almost half code done but after trying the all tricks and logic I didn't got any thing the out put is not proper as which I want.
The code is as follows
Public Class Form1
Public hh As Integer
Public mm As Integer
Public ss As Integer
Public totalsec As Integer
[Code] .....
Im trying to make a counter/timer but cant get it to work,
i have a timer and a label
ive been trying to get it set to "00:00:00" Hours,Minutes,Seconds
It justs needs to keep counting up each time.
I am a beginner of VB, I want to set up a timer to count the time when a programme is runing, but the programme has several pages.How can I make a continuous timer to count the time even though jump to another page?
View 13 RepliesHow would you make the Interval of a timer to be between two times.
E.g if you wanted an event to occur between every 7 and 20 seconds?
I want to make a timer .. which control events ... or actions .how can i write it's code ..FoeExample : if I want my computer to shutdown in 3:30 AM , or any other action of my program .. How can I write the code .. ?
View 2 Repliesim trying to make a timer for my weights.
im thinking of using console.beep()
i want to have one second in between each beep have 5 beeps, wait 5 and then 6 beeps and for it to loop.i cant figure out how to do it, im doing my computing a level but weve not done anything about timing or pauses?
I have a testing program that I am working on and I have a Timed and a Non-Timed testing environment. The user can choose which environment he is practicing in.Everything works fine with those environments, I am just trying to figure out how to display a Countdown timer in the corner so that the user know how much time he has left before the question times out and advances to the next question.In the timed Environment, the user choose the amount of time between questions, the number of questions and then Click begin to start the Testing Environment. The timer I am using for the Timed environment begins on Page
View 6 RepliesCan any one advise me about a book to purchase to prepare for the MCTS:Microsoft Net Framwork 3.5 windows Forms Application exam?
View 5 Replies