goldshakil / ElectricalProgrammingCourse2020

This repository is aimed towards sharing and discussing issues about Electrical and Electronics Programming Course
6 stars 1 forks source link

[Others] final exam #288

Open follower789 opened 4 years ago

follower789 commented 4 years ago

Dear T.A

I have some questions to ask , sorry for asking many questions.

  1. Do we need to distinguish the entered value 's' and 'p' with capitalized 'P', and 'S'?

  2. Do we need to inform "error", if users input global variables "B E D"?

  3. Do we need to inform "error" at every screen including "welcome screen"? (like, main screen, professor screen, show all record screen .etc)

  4. If log in as a professor, and press 's' to show every record before Grade calculation do we need to show "Percentage" column and "Grade"?

  5. Is it okay to append data like this?(paragraph change) ex)
    ID Name Mid Project Final Total data~~~~~~~ Percentage Grade data~~~~~

goldshakil commented 4 years ago

1) no, small and capital are the same

2) can you give an example?

3) yes , any wrong input on any screen leads to an error

4) i have shown you an example, percentage should be showm as 0 and grade as empty

5) no, the data should be shown in the exact format of the example. (That is why i have given examples for every screen)

You don't have to be sorry for asking questions.. ask me anything at any time

follower789 commented 4 years ago
  1. example in main screen Enter 'B' -> do we need to show this is error? or just notify before entering 'B E D' is global variables?
goldshakil commented 4 years ago

2) if you press B in main screen it is not an error.

It should go back to welcome screen.