ICT2611
Assessment 1 – 4
, PLEASE FOLLOW THE INSTRUCTIONS BELOW!
Copy and Paste the Code
Take the C# code provided and copy it into your code editor (e.g., Visual Studio or
any C# IDE).
Ensure that the code is properly integrated into your existing project files (e.g.,
`Form1.cs`, `Form2.cs`, `Form3.cs`, `Form4.cs`, and their corresponding
`Designer.cs` files).
Pay attention to the project requirements and adjust the code accordingly to
meet your project’s specific needs. The code provided is a template, so you need
to customize it based on your project.
Modify Code According to Your Project
Review the code carefully and make changes based on the rubric and the
requirements of your project.
For example, you might need to adjust labels, names, grid headings, or specific
logic related to your project’s context.
Ensure that the structure and logic of the provided code align with your project,
making necessary adjustments where required.
Update [INSERT STUDENT NAME HERE] and [INSERT STUDENT NUMBER HERE]
Search through the code for any placeholders like `{INSERT STUDENT NAME
HERE}` and `{INSERT STUDENT NUMBER HERE}`.
Replace these placeholders with your full name and your student number as
required by your project instructions.
Make sure these details are correctly added to all the forms as requested.
BOOKSMART.ELEARNING@GMAIL.COM | +27 (0) 66 410 7009 Page 2 of 56
,Ensure Output Matches Text Version
Review the text-based output examples that were provided.
Ensure that your project’s output closely resembles the text-based version of
how the forms should appear (e.g., Form 1, Form 2, and Form 3 - Invoice).
Make sure all forms are user-friendly and display the required data (e.g.,
customer details, invoice details, etc.).
Zip and Submit the Project
Once you have finished integrating the code and making the necessary
adjustments, save all the project files.
Zip the entire project folder as per the instructions provided in your document.
Ensure that all necessary files are included in the zip file (source code,
resources, etc.).
Final Note
Students who do not follow the instructions properly, including modifying the
code to fit their project, will not be marked. Make sure to carefully follow every
step and instruction given.
BOOKSMART.ELEARNING@GMAIL.COM | +27 (0) 66 410 7009 Page 3 of 56
, Assessment 1
Assessment 1: Questions
Application/ Project question
The last question requires you to develop a C# project (application) and submit the code in a ZIP
folder.
Application / Project that you need to develop.
You are linked to a specific project. This will be either Project A, Project B, Project C, or Project
D. On the left-hand side, see the four projects. Three of them are locked, but one is open. That is
your project. For example, this student is linked to Project B.
Find your project and read the specifications required of you.
Using C#, you need to create a two-page form with the following specifications:
NB: Your name and student number should appear on ALL the forms, as well as in the .cs
files as comments. Your application and code will not be marked if it is not clear whom the
owner is of the code.
1. Keep in mind the purpose of your project and update your forms to align with the
specifications.
2. Form 1.
On this form, your information will be displayed, including an image relating to your project,
some text to describe the purpose of this application, a heading, and a button that will take you
to the next form. Give a suitable name for your form.
3. Form 2.
On this form, you are required to add the following input fields:
(Add an appropriate heading for the form and appropriate labels or placeholder text to inform
the user of the purpose of the text box.)
BOOKSMART.ELEARNING@GMAIL.COM | +27 (0) 66 410 7009 Page 4 of 56