Question Need help with 'Student Portal'

paul_tifosi

New member
Joined
Dec 9, 2013
Messages
1
Programming Experience
Beginner
I'm currently using VB.net at college and need some help around an issue. The basic idea behind our project is to create a 'Student Portal' so that both students and users can access and perform certain actions inside (This is all console based btw).

The issue I've come to is that I need to code it so that the teachers can enter both questions and answers for an English test, that will then be accessible for the students to sit. Making it so that the students can access it isn't the issue, it's how to write it so that teachers can specify the week number and the year group the test is intended for. I've made it so that each of the test questions and answers are strings inside a structure, as well as the week no. and year, however I still don't know how to write it so that these variables can be changed and saved.

Many thanks.
 
Back
Top