Skip to content

A practice C# repository for a Survey Form application

Notifications You must be signed in to change notification settings

D3FAU4T/Survey-Form

Repository files navigation

Survey Form

This is a basic Windows Forms Application for practice purpose only. This exercise will help you get familiar with C# programming and with the Designer interface of whatever IDE you are using (Visual Studio 2022 Community for my case)

Objective

Take the following parameters as a user input:

  1. Name (Mandatory):
    Using TextBox with placeholder Enter your name in Gray font
  2. Email (Mandatory):
    Using TextBox with placeholder Enter your email in Gray font
  3. Age (Mandatory):
    Using NumberBox with 0 as placeholder
  4. Recommendation (Mandatory):
    Using Radio Buttons with these selection options:
    • Definitely
    • Most Likely
    • Not Sure
  5. Current Role (Optional):
    Using ComboBox with placeholder Select an option with combos:
    • Student
    • Professor
    • Invigilator
    • Developer
  6. What the user most likes (Optional):
    Using ComboBox with placeholder Select an option with combos:
    • Developing projects
    • Collaborating with others
    • Organizing events
  7. Things that should be improved in future (Optional):
    Using Radio Buttons with these selection options:
    • Front-end projects
    • Back-end projects
    • Data Visualization

Add a Submit button which will create a Survey.txt file in the current directory and save the given arguments.

Evaluation instructions:

Do any 1 of the following below:

Download from release section

  1. Go to the Releases section
  2. Download the Survey Form.exe file from the assets section.
  3. Run the file and test yourself

------- OR -------

Build manually (You're a pro at this 👌)

  1. Open a terminal at a directory where you want to save the project
  2. Assuming you've git installed, run the command:
git clone https://github.com/D3FAU4T/Survey-Form.git
  1. Open the solution in Visual Studio
  2. Click on Build > Build solution
  3. Navigate to /bin/Debug/ in your project folder
  4. Run the application Survey Form.exe

Preview

image

About

A practice C# repository for a Survey Form application

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages