Open wiz124 opened 2 years ago
Overall score: 10/10, graded by Yajat Yadav
FRQs covered: 9/9
FRQs with input/output: 9/9
Glows: You did a great job seamlessly integrating all of your FRQs onto your PBL. I also liked that you implemented input/output for all of your FRQs, and it worked correctly when I tried it with some values. Additionally, I liked how for the input, you used different tools, such as checkboxes and text boxes based on what the input type was (boolean, int, etc.). Finally, I liked how for each page, you included the code for the FRQ below the input/output section.
Grow: I would recommend changing your method of submitting inputs for the FRQ. For some of the questions, the user has to fill all the fields before being allowed to submit. This might not be helpful in some cases. For example, in Unit 2, the user might want to only change the light sequence and not have to reenter values for inserting a segment. Also, you might want to try handling some exception cases. For instance, when I try putting String values where an int should be, the code breaks, and instead you should handle such edge cases and display appropriate error messages.
FRQ crossover Analysis and FRQ
FRQ2
FRQ3:
FRQ4
Summary: Overall, I think I did good in executing the FRQs and implementing them. I believe that my FRQs were convenient to access and easy to use. The inputs were all self explanatory and user friendly. In addition, I achieved transparency by have the code on the implementation to show the user how the result of the FRQ was achieved. One thing I could've done better is with the input design and error handling. Some of my FRQs can't handle certain inputs and require certain inputs to work like FRQ 8. Otherwise, it won't execute the FRQ algorithm correctly. Compared to Yajat's FRQs, my limited html knowledge caused me to have certain restrictions on user input for FRQs like FRQ 6 question 1. I wanted to have a user defined array but I didn't know how I would have dynamically changing input field. However, I was able to implement more FRQs than Yajat. Links FRQ links: https://taxevasion.pentahex.xyz/about/harry FRQ reflection: https://github.com/wrachel/TaxEvaders/wiki/Harry's-FRQ Crossover link:https://github.com/yajatyadav/intellijs/issues/29