BobTheFarmer / VACTQ-Lesson

MIT License
0 stars 1 forks source link

Peer review #1

Open aaron-rub opened 9 months ago

aaron-rub commented 9 months ago

FRQ-Blog

1: Vinay 2: Haoxuan 3: Colin

  1. Aaron
TayKimmy commented 9 months ago

2021 FRQ Question 1 - Methods - Vinay:

Description of Problem:

Comments:

Improvements:

2021 FRQ Question 2 - Classes - Haoxuan:

Description of Problem:

Comments:

Improvements:

2021 FRQ Question 3 - Arrays and Arraylist - Colin:

Description of Problem:

Comments:

Improvements:

2021 FRQ Question 4 - 2D Arrays - Aaron:

Description of Problem:

Comments:

Improvements:

dolphinalt commented 9 months ago

Vinay

Haoxuan

Colin

Aaron

realethantran commented 9 months ago

Vinay (Methods)

Haoxuan (Classes)

Colin (Arrays and ArrayList)

Aaron (2D Arrays)

aliyatang commented 9 months ago

Vinay (2021 FRQ Question 1 - Methods):

Haoxuan (2021 FRQ Question 2 - Classes):

Colin (2021 FRQ Question 3 - Arrays and ArrayList):

Aaron (2021 FRQ Question 4 - 2D Arrays):

raunak2007 commented 9 months ago

Vinay (Methods):

Vinay addressed a problem involving the WordMatch class. He implemented the ScoreGuess method to calculate the score of a guess based on its frequency and created the FindBetterGuess method to compare two guesses and determine the better one. His response was complete, with working code, demonstrating a strong understanding of the code and problem. However, he could have made the code shorter and included the scoring as per Collegeboard guidelines.

Haoxuan (Classes):

Haoxuan tackled a problem involving the CombinedTable class. He implemented methods to determine seating capacity and table desirability based on the number of people. His response included complete and working code, showing an understanding of the problem. However, he could have provided more detailed explanations of his thought process and included scoring with respect to guidelines.

Colin (Arrays and ArrayList):

Colin worked on the MemberInfo class, which managed a list of ClubMembers. He implemented methods for adding and removing members with specified parameters. His response included a description of the problem and code comments, although the images he used did not display correctly. Colin successfully addressed the problem and documented the code appropriately but should aim to present outputs and scoring based on Collegeboard guidelines in the future.

Aaron (2D Arrays):

Aaron tackled the ArrayResizer class, which included methods to analyze and resize a 2D array based on non-zero rows. His response was thorough, with a great description of each method and explanations of their use. He provided a complete FRQ with working code and showed a strong understanding of the code and problem. Like the others, he could improve by showing scoring as well as outputs based on Collegeboard guidelines.

Ant11234 commented 9 months ago

2021 FRQ1-Methods | Vinay

Done Well:

Needs Improvement:

2021 FRQ2-Classes | Haoxuan

Done Well:

Needs Improvement:

2021 FRQ3-Array/ArrayLists | Colin

Done Well:

Needs Improvement:

2021 FRQ4-2DArrays | Aaron

Done Well:

Needs Improvement: