Final exams for this semester are finally over. All of my subjects except one required us to group ourselves into 4 or 5, make a web page or program, and defend it in front of a panel of judges. One even went so far as make me do it alon(cause I'm leet). Good thing I had some previous experience in defense from my previous school.
My ASP.Net class had us do a dynamic web site that offers online quizzes/exams.
Features
- User Registration/Login
- User gets to set the number of items in the quiz
- Questions are generated randomly, same with their corresponding choices
- Score Tracking
For ADO.Net(this is a solo project), I had to do an Inventory System.
Features
- User Login
- User Roles(Administrator and Ordinary User)
- Ordinary User accounts can only view the Inventory, can't manipulate th data
- Administrator accounts has more control over data
- CRUD operations
- Can add user accounts
- Can edit existing user accounts.
- Can view all user account data
- In case an item in the inventory has run out of stock, so can view data about its Supplier
For our Software Engineering class, we had to make an Enrollment system
Features
- New student registration
- Auto generates student number (##-######-X format)
- Old student registration
- Student gets to choose the subjects he/she takes
- Subject selection depends on subject he/she has already taken
- Automatically computes tuition fee
- Prints Certificate of Registration
All these systems in a span of 1 or 2 weeks.
I may share these systems in the future, depending on my mood.