Skip to content

Conversation

@lquinoa252
Copy link
Contributor

Crisis Averted! I met with Joseph and he explained the screen to me and that there was never a real crisis to begin with.

-implement conditionals and loops to lesson07 for all tests to pass
-implement conditionals and loops to part b for all tests to pass

Copy link
Contributor

@anthonydmays anthonydmays left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🎓 Automated Grading Report

Student: Linda Quinoa
Date: 8/22/2025

Feedback

Linda Quinoa's submission meets all the functional requirements for the assignment. The functions in lesson7.ts and part_b.ts have been implemented correctly. The compareStrings function correctly returns -1, 0, or 1 based on lexicographic comparison. The computeFactorial function handles edge cases such as negative numbers and calculates the factorial correctly. The getFirstNFibonacciNumbers function generates the correct sequence for various values of n. The binarySearch function is implemented recursively and returns the correct index when the value is found. In part_b.ts, the isLeapYear, isEvenOrOdd, and hasVowel functions are implemented correctly, handling all specified conditions. Technically, the code is well-structured and follows TypeScript conventions. The GitHub checks have passed, indicating that the code is syntactically correct and adheres to the project's style guidelines. There is no indication of a stretch assignment being attempted, so the stretch score is not applicable. Overall, excellent work on meeting all the requirements with clean and efficient code.


This is an automated preliminary review. Please review and adjust before finalizing.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants