Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

I confirm that I need the solution provided in Visual Basic.net/vb.net. I really need help with this but I do not understand at all what

I confirm that I need the solution provided in Visual Basic.net/vb.net. I really need help with this but I do not understand at all what to do. I need something ASAP. If code and screenshots of the forms could be provided for this it would be appreciated. I have included two screenshots showing what the multiple choice option and true false option should sort of look like when multiple choice or true false is selected at the top in the menustrip. If there is any way to just provide me with the actual project, that would be even better.

Create a VB windows desktop application to make online tests. This application will be catering to an instructor interested in making online tests. That means it is used to create a test but not to deploy tests.

Types of questions: Multiple choice(MC),and True and False(TF). Fill in (a) blank(FIB), Short answer/ Essay(SA)

General Specifications:

1. Ask user for username

2. Ask user for a test name

3. Create a new text file named userName_testName.txt

Make sure that you use some unique combination of user and test name.

4. For every question there must be a question box and a feedback box . The latter can be used for providing optional feedback for the test taker. Both must allow multiple lines of text.

5. You must have a SAVE button for saving the question and answers. Saving will make changes to the text file and save the questions and options/answers to the text file.

6. Reset button allows the user to reset the question and answers.

7.Allow instructor (user) to choose between MC, TF, FIB, SA. You can use a MENUSTRIP for this. Display a BLANK FORM with just a menustrip option before the choice between MC or TF is made (make all go invisible). After the question type is chosen, display only part of form related to the choice along with MENUSTRIP. So if MC is chosen, do not display the TF, FIB or SA parts.

MC:

Allow teacher to enter up to as many ANSWER choices as desired. Each answer can be only one word long. The possible answers can be entered in a text-box.

Each possible answer for MC must have a checkbox following it to indicate answer choice.

Answers must be exactly one word long . Display a message to indicate that the answers are longer than a word and needed to be fixed.

Application needs to ensure that same answer is not being entered in more than one text box.

Force the application to check at least one answer has been marked as the correct choice in MC

Force the application to provide at least 2 choices in MC

TF

If the user choses TF question, it must be allowed to choose only one correct answer, either true or false.

On pressing SAVE button you must check that it has been indicated if question statement is a TRUE or a FALSE.

FIB

Only one blank is required. Allowing user to provide more than one blank is optional.

Ensure that the user provides the correct answer to the blank.

The answer must be exactly one word long.

SA

Allow user to provide key words for correct answer/s

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

The Core Ios Developer S Cookbook Core Recipes For Programmers

Authors: Erica Sadun ,Rich Wardwell

5th Edition

0321948106, 978-0321948106

More Books

Students also viewed these Programming questions

Question

Disordered eating in dance professionals

Answered: 1 week ago