Skip to content

EndricaHardwick - #1

Open
endricahardwick wants to merge 22 commits into
masterfrom
assignments
Open

EndricaHardwick#1
endricahardwick wants to merge 22 commits into
masterfrom
assignments

Conversation

@endricahardwick

Copy link
Copy Markdown
Owner

No description provided.

@danawen

danawen commented Jan 10, 2019

Copy link
Copy Markdown

Hi Endrica! This is a test comment :)

@danawen

danawen commented Jan 23, 2019

Copy link
Copy Markdown

Hi Endrica,
I took off 10 points on your Tic Tac Toe assignment because I got a win by occupying squares (2, 0), (1, 1), and (0, 2) and your game didn't detect the win.

@danawen

danawen commented Jan 23, 2019

Copy link
Copy Markdown

Hi Endrica. I found some bugs in your Statistics assignment and took off some points:

  • 10 pts: Incorrect max value (input: 30,40,50). The program says the max is 40.
  • 10 pts: Incorrect min value (input: 25,17,2,37). The program says the min is 17.
  • 10 pts: Incorrect average (input: 25,17,2,37). The average is 20.25, but the program says it's 20.

@endricahardwick

Copy link
Copy Markdown
Owner Author

Hi Endrica,
I took off 10 points on your Tic Tac Toe assignment because I got a win by occupying squares (2, 0), (1, 1), and (0, 2) and your game didn't detect the win.

Hi Dana, I fixed the Tic Tac Toe assignment. Please regrade. Thank you for your help.

@endricahardwick

Copy link
Copy Markdown
Owner Author

Hi Endrica. I found some bugs in your Statistics assignment and took off some points:

  • 10 pts: Incorrect max value (input: 30,40,50). The program says the max is 40.
  • 10 pts: Incorrect min value (input: 25,17,2,37). The program says the min is 17.
  • 10 pts: Incorrect average (input: 25,17,2,37). The average is 20.25, but the program says it's 20.

Hi Dana, I fixed the Statistics assignment. Thank you for your help.

@danawen

danawen commented Jan 24, 2019

Copy link
Copy Markdown

Hi Endrica,
I took off 10 points on your Tic Tac Toe assignment because I got a win by occupying squares (2, 0), (1, 1), and (0, 2) and your game didn't detect the win.

Hi Dana, I fixed the Tic Tac Toe assignment. Please regrade. Thank you for your help.

Re-graded. Thanks!

@danawen

danawen commented Jan 24, 2019

Copy link
Copy Markdown

Hi Endrica. I found some bugs in your Statistics assignment and took off some points:

  • 10 pts: Incorrect max value (input: 30,40,50). The program says the max is 40.
  • 10 pts: Incorrect min value (input: 25,17,2,37). The program says the min is 17.
  • 10 pts: Incorrect average (input: 25,17,2,37). The average is 20.25, but the program says it's 20.

Hi Dana, I fixed the Statistics assignment. Thank you for your help.

Re-graded. Thanks!

@danawen

danawen commented Jan 28, 2019

Copy link
Copy Markdown

Hi Endrica, I graded your Grade Book assignment and found a small bug. I entered a list of grades 25,2,17,37 and the program output an average of 20. The correct average should be 20.25.
If you fix the bug and would like a re-grade, let me know. Thanks!

@endricahardwick

Copy link
Copy Markdown
Owner Author

Hi Endrica, I graded your Grade Book assignment and found a small bug. I entered a list of grades 25,2,17,37 and the program output an average of 20. The correct average should be 20.25.
If you fix the bug and would like a re-grade, let me know. Thanks!

Hi Dana, I changed the type of the variables in my writeAverage method to be of type Doubles instead of integers. You should now get the values after the decimal. Please re-grade. Thank you.

@danawen

danawen commented Feb 3, 2019

Copy link
Copy Markdown

Hi Endrica, I graded your Grade Book assignment and found a small bug. I entered a list of grades 25,2,17,37 and the program output an average of 20. The correct average should be 20.25.
If you fix the bug and would like a re-grade, let me know. Thanks!

Hi Dana, I changed the type of the variables in my writeAverage method to be of type Doubles instead of integers. You should now get the values after the decimal. Please re-grade. Thank you.

@endricahardwick Re-graded Grade Book. Thanks!

@danawen

danawen commented Feb 5, 2019

Copy link
Copy Markdown

@endricahardwick I was grading your Drivers License assignment, but I could only find the DriversLicense.java file and it doesn't look complete. The LicenseProgram.java file seems to be missing. Did you forget to push your changes when you completed the project?

@endricahardwick

Copy link
Copy Markdown
Owner Author

@endricahardwick I was grading your Drivers License assignment, but I could only find the DriversLicense.java file and it doesn't look complete. The LicenseProgram.java file seems to be missing. Did you forget to push your changes when you completed the project?

Hi Dana, Oh my goodness...This was my bad. I pushed the class DriversLicense...instead of the LicenseProgram. So sorry. I have pushed the program and you should now see two classes DriversLicense.java and LicenseProgram.java. Thank you for letting me know and again sorry for the oversight.

@danawen

danawen commented Feb 8, 2019

Copy link
Copy Markdown

@endricahardwick I was grading your Drivers License assignment, but I could only find the DriversLicense.java file and it doesn't look complete. The LicenseProgram.java file seems to be missing. Did you forget to push your changes when you completed the project?

Hi Dana, Oh my goodness...This was my bad. I pushed the class DriversLicense...instead of the LicenseProgram. So sorry. I have pushed the program and you should now see two classes DriversLicense.java and LicenseProgram.java. Thank you for letting me know and again sorry for the oversight.

@endricahardwick No problem! I see both files now and submitted a grade for your assignment.

@endricahardwick

Copy link
Copy Markdown
Owner Author

@danawen Please grade "Fix WordGuess" push instead of my first submit of this project. I was able to figure out how to code the check for double character entry and also for duplicate character entry. Took me 6 hours just to figure out the syntax for those two functions. Did a lot of googling and trail and error...but I am proud that I was able to figure it out...I had some help from Isaiah on the double character entry...but I still had to work on it because the code was still not working...but finally figured it out today. Thank you.

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