Hi I have a project that I have to do with vb Write a 5-6 question quiz with each question true or false. You may place the questions in text boxes or labels, and may use the visible property to display one box at a time if you wish. Decide how you want the user to input the answer (your choice, could type it in, click a box or picture, whatever you think will work well). Use a decision to determine if the answer is correct or incorrect. In a list box, add the word ACorrect@ or AIncorrect@ each time a question is answered.