C
C#2y ago
3battle

❔ school project

Please guys I need help. In the UK, for the computer science exam, we have to do a project where we write a program with some sort of purpose. My idea is to create a quiz game like kahoot with more options (not just multiple choice) and where the computer can create quizzes based on questions they got incorrect. Also, it revises certain quizzes you got wrong and you can also make quizzes. THe thing is, i'm terrible at programming and need to do it in C# preferably in windows forms. How can I learn how to code something like this considering I'm rubbish at programming?
8 Replies
ACiDCA7
ACiDCA72y ago
learning by doing... start with something, if you are stuck do research or ask here, then continue. rinse and repeat until graduation..xD
.currence
.currence2y ago
How long do you have until due? I am not good at programming but it could be useful to watch a course so tell me the time you have and i'll see if I can help
jcotton42
jcotton422y ago
and how complicated does this project need to be? b/c that's likely going to be more work than you realize
.currence
.currence2y ago
that's true
ChucklesTheBeard
Reduce it to a MVP; Minimum Viable Product. Basic quiz game, fixed answers, multiple choice. Add features one at a time if you have time left; keep score, allow other answer types, track questions you got wrong, use tracked questions to generate a quiz, etc.
.currence
.currence2y ago
I actally am working on a calculator for science fair and I also made a MVP with like wpf and textboxes and buttons than all buttons
clementine16
clementine162y ago
Start by doing a simple quiz game and then improve from there. The worse thing you can do is getting stuck at doing nothing.
Accord
Accord2y ago
Was this issue resolved? If so, run /close - otherwise I will mark this as stale and this post will be archived until there is new activity.