7. Full Transcript Feature - def fullTranscriptFeature(): It shows the transcript of the student based on both minor and

Business, Finance, Economics, Accounting, Operations Management, Computer Science, Electrical Engineering, Mechanical Engineering, Civil Engineering, Chemical Engineering, Algebra, Precalculus, Statistics and Probabilty, Advanced Math, Physics, Chemistry, Biology, Nursing, Psychology, Certifications, Tests, Prep, and more.
Post Reply
answerhappygod
Site Admin
Posts: 899604
Joined: Mon Aug 02, 2021 8:13 am

7. Full Transcript Feature - def fullTranscriptFeature(): It shows the transcript of the student based on both minor and

Post by answerhappygod »

7 Full Transcript Feature Def Fulltranscriptfeature It Shows The Transcript Of The Student Based On Both Minor And 1
7 Full Transcript Feature Def Fulltranscriptfeature It Shows The Transcript Of The Student Based On Both Minor And 1 (147.85 KiB) Viewed 42 times
7. Full Transcript Feature - def fullTranscriptFeature(): It shows the transcript of the student based on both minor and major courses as shown in Figure 6. This transcript shows the courses, the average of courses in each term and the overall average for all terms up to the last term. Name: stdiD: College: Department: Major: Minor: Level: Number of terms: SEE Term 1 SEBES course ID course name c1 course 1 c2 course 2 c6 course 6 c7 course 7 Major Average = Term Average credit hours grade 3 80 4 90 3 80 4 90 Minor Average - Overall Average Term 2 ================= course ID course name c3 course 3 c4 course 4 c8 course 8 c9 course 9 Major Average = Term Average = credit hours grade 3 95 3 85 3 95 3 85 Minor Average = Overall Average = End of Transcript for Level (U) EEEEEEE Figure 6: Full transcript. Here, you need to show this information on the screen and you need to store them in same style in stdiDFullTranscript.txt file (i.e. std202006000Full Transcript.txt) at same path of your jupyter file. After showing and storing the records of the student, the program will clear all printed data on the screen, sleep for few seconds and redirect you to the menu window. Note that for features (5, 6, and 7), the student can select (BS, M and D) options, so, you need to show the transcripts for the selected levels on the screen and store them in same file staring with the lowest level to the highest level. 8. Previous Requests Feature - def previous RequestsFeature(): It shows the previous requests for this student. For example, student requested major transcript in previous term and full transcript in this term, the output should be shown as in Figure 7: Request Date Time Major Full 22/09/2020 12/02/2021 13:30 PM 14:30 PM Figure 7: Previous requests. Here, you need to show this information on the screen and you need to store them in same style in stdIDPreviousRequests.txt file (.e. std202006000Previous Requests.txt) at same path of your jupyter file. After showing and storing the transcript of the student, the program will clear all printed data on the screen, sleep for few seconds and redirect you to the menu window. 9. New student Feature - def newStudentFeature(): This feature allows the user to start the program for another student after clearing all previous data on the screen.
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!
Post Reply