*graded by table group

Name Score for Flowchart + Participation Notes on Flowchart - Same grade and comment for the entire group. Score for Practice Problems Notes on Practice Problems Overall Score
Dhruva 0.5/0.5 This is pretty good for only one person working on it! Contains most of the key aspects of the flowchart. Iteration is correctly labeled (extra). But the steps are written in sentences instead of being written in symbols. Also, the “sum = 0” should be in a rectangle because it’s a process. You also should have set “count = 0,” but everything else looks good. 0.3/0.5 Good job on warm up hacks however the answers for the string concatenation problem were very incorrect you had numbers instead of flavors and an error in your other problem in regards to order printing. I would look at the posted solution and revise. Also no pseudocode predictions were made and result was not evaluated. 0.8/1
Derek 0.5/0.5 Very Neat! Good job on correctly utilizing all of the shapes. All steps are fully complete, but the “start” and the “sum = 0” steps should be separated, and you’re missing the “stop” step at the end. 0.2/0.5 Good Job on your warm up problems. However there was no prediction on your string problems the yoda was no preserved for problem 1 and the raisin cookie order was also not preserved good job on your operators though. 0.8/1
Martin 0.5/0.5 Very Neat! Good job on correctly utilizing all of the shapes. All steps are fully complete, but the “start” and the “sum = 0” steps should be separated, and you’re missing the “stop” step at the end. /0.5 0.5/1
Ethan 0.5/0.5 Very Neat! Good job on correctly utilizing all of the shapes. All steps are fully complete, but the “start” and the “sum = 0” steps should be separated, and you’re missing the “stop” step at the end. /0.5 0.5/1
Samit 0.5/0.5 Very Neat! Good job on correctly utilizing all of the shapes. All steps are fully complete, but the “start” and the “sum = 0” steps should be separated, and you’re missing the “stop” step at the end. 0.3/0.5 Very good job on your warm-up hacks and on your string problems, good predictions, however full predictions were not made and the yoda function was not preserved of the program. 0.8/1
Jeffery 0.5/0.5 Really well organized! Good use of the shapes. The “sum = 0” and “input n” step should be separated. Didn’t add the “stop” step. 0.3/0.5 Very good job on warm up hacks all answers were correct. Very good job on string hacks however the order for problem 1 is incorrect it should be very handsome mr.mort is. Good job on the cookie problem as well. However there were no predictions on strings. 0.8/1
Aiden 0.5/0.5 Really well organized! Good use of the shapes. The “sum = 0” and “input n” step should be separated. Didn’t add the “stop” step. 0.3/0.5 The knowledge of string operators/methods was very well executed in the code through knowing how to convert collegeboard into python. There was an issue with one line of your code however it should print “choclate vote 225 rasin vote 4” you had gotten the votes switched up. However, the value for the problems was not displayed properly before the code as part of the assignment was being able to solve the way you could on the ap exam which would not allow running of code. Overall good execution as the other assignments had the correct results. 0.8/1
Luke 0.5/0.5 Really well organized! Good use of the shapes. The “sum = 0” and “input n” step should be separated. Didn’t add the “stop” step. 0/0.5 Didn’t do homework 0.5/1
Jagger 0.5/0.5 Really well organized! Good use of the shapes. The “sum = 0” and “input n” step should be separated. Didn’t add the “stop” step. 0/0.5 Didn’t do homework 0.5/1
James 0.5/0.5 Really well organized! Good use of the shapes. The “sum = 0” and “input n” step should be separated. Didn’t add the “stop” step.

0.1/0.5

Double check the third question of problem set 1

No completion on second hacks at all incomplete. Warm up hacks was also incorrectly completed. 0.6/1
Trey 0.6/0.5 This is nearly perfect! The only thing that is missing is the start and stop steps. But everything else is perfectly done, all the steps are in the correct places in the correct formatting, so your group will receive extra credit for this :)

0.2/0.5

Nice job paying particular attention to the syntax of the output

Good job on warm up questions and getting the predictions write for the warm up hacks. You had the wrong prediction for problem 1 and for problem 2 there was no prediction also string concatenation was not used like in the original problem.

Problem 2: The psuedocode will display Very handsome Mr.Mort is.

Noun = "Mr.Mortenson"

Adjective = "handsome"

Adjective2 = "Very"

Verb = "is"

abrev = Noun[0:6]

yoda = Adjective2 + " " + Adjective + " " + abrev + " " + Verb + "."

print(yoda)

0.8/1
Devon 0.6/0.5 This is nearly perfect! The only thing that is missing is the start and stop steps. But everything else is perfectly done, all the steps are in the correct places in the correct formatting, so your group will receive extra credit for this :) 0.3/0.5

https://dreamerblock.github.io/L/2022/11/28/Stings_hw_problem.html

Good job on your practice problems however there was an issue with the formatting on your first string the correct answer is Very handsome Mr.Mort is. Along with the fact that there are no predictions.

1/1
Jonathan 0.6/0.5 This is nearly perfect! The only thing that is missing is the start and stop steps. But everything else is perfectly done, all the steps are in the correct places in the correct formatting, so your group will receive extra credit for this :) 0/0.5 There is an issue with your fastpages. I am certain that you did all your work due to the dedication shown in your ticket, however, your fastpages is down and your blog post cannot be accessed and thus cannot be graded. Once this issue is resolved I am sure you will be able to appeal for a better score for now this is temporary. 0.6/1
Abdullah 0.6/0.5 This is nearly perfect! The only thing that is missing is the start and stop steps. But everything else is perfectly done, all the steps are in the correct places in the correct formatting, so your group will receive extra credit for this :) 0/0.5 Did not do homework 0.6/1
Jishnu 0.5/0.5 This is also nearly perfect! All you’re missing is the “stop” step and you shouldn’t have split the sum = sum + n and count += 1 steps up. They should be in the same step. 0.3/0.5 Very Good on the work on adding a prediction for problem 1 and good job with your conversion. There was no prediction for 2 as required. All other assignments are correct. 0.8/1
Max 0.5/0.5 This is also nearly perfect! All you’re missing is the “stop” step and you shouldn’t have split the sum = sum + n and count += 1 steps up. They should be in the same step.

0.3/0.5

*Different answers but original code is also different. Answer matches with altered code*

Good job on your warm up problems but there were no predictions for strings and the answer for problem 1 is incorrect based on translated code. The yoda feature is not preserved and the abreviation is not done in regards to the same way as the psuedocode not preserving the meaning. 0.8/1
Evan 0.5/0.5 This is also nearly perfect! All you’re missing is the “stop” step and you shouldn’t have split the sum = sum + n and count += 1 steps up. They should be in the same step. 0.5/0.5 Very good job on very thorough comment and solutions. However in the concatenation the order for problem 1 was different and the spacing for 2 as well due to the concatenation. Very good job on warm up due to your comments you get a bonus making up for some mistakes. 1/1
Soham 0.5/0.5 This is a pretty solid flowchart overall :) You have most of the steps correct. All you’re missing is the “stop” step at the end and you were meant to add the
“sum = 0” and “count = 0” as a step in the actual flowchart instead of as a sticky to the side, same goes for the “if count < 6” step.

0.5/0.5

One of your questions was incorrect, but we gave you a bonus for showing your work

Very good on your conversion along with predictions for your warm up hacks however there was no prediction made for the string problems in psuedocode there will be no access to a computer during the ap exam so practice needs to be maintained for these skills 1/1
Aniket 0.5/0.5 This is a pretty solid flowchart overall :) You have most of the steps correct. All you’re missing is the “stop” step at the end and you were meant to add the
“sum = 0” and “count = 0” as a step in the actual flowchart instead of as a sticky to the side, same goes for the “if count < 6” step.
0.5/0.5 Very good job solving the problems all answers were correct very good for correct my spelling and getting better answers than me. However you didn’t evaluate the pseudo code prior to solving as the instructions asked as on the ap exam you will need to solve it completely by hand and on paper so doing the conversion after the solution creates good practice for the final go. 1/1
Yuri 0.5/0.5 This is a pretty solid flowchart overall :) You have most of the steps correct. All you’re missing is the “stop” step at the end and you were meant to add the
“sum = 0” and “count = 0” as a step in the actual flowchart instead of as a sticky to the side, same goes for the “if count < 6” step.

0.3/0.5

Great job paying attention to syntax of output. Also liked how you showed work – 0.1 bonus

Good job on how you added predictions like was required good job on your warm up problems. However, the prediction for problem 2 on strings was wrong and string concatenations was not used to format the results not translating the concept. 0.8/1
Tanay 0.5/0.5 This is a pretty solid flowchart overall :) You have most of the steps correct. All you’re missing is the “stop” step at the end and you were meant to add the
“sum = 0” and “count = 0” as a step in the actual flowchart instead of as a sticky to the side, same goes for the “if count < 6” step.
0/0.5 Didn’t do homework 0.5/1
Akshat 0.5/0.5 Really nice, well organized flowchart! What can be fixed is having the “sum = 0” and “count = 0” (you’re missing this) in a rectangle (which indicates a process), not a parallelogram (which indicates an input or output). The “sum = sum +n” and “count += count” should be combined. Good job on including the “end” step, this is what almost everyone forgot!

0.3/0.5

*Different answers but original code is also different. Answer matches with altered code*

Good job on warm up problems. However for strings there were not predictions for the pseudocode as required also the yoda was not preserved in the final output like it should have been on the final program. Here is the correct answer for that portion Problem 2: The psuedocode will display Very handsome Mr.Mort is.

Noun = "Mr.Mortenson"

Adjective = "handsome"

Adjective2 = "Very"

Verb = "is"

abrev = Noun[0:6]

yoda = Adjective2 + " " + Adjective + " " + abrev + " " + Verb + "."

print(yoda)

0.8/1
Azeem 0.5/0.5 Really nice, well organized flowchart! What can be fixed is having the “sum = 0” and “count = 0” (you’re missing this) in a rectangle (which indicates a process), not a parallelogram (which indicates an input or output). The “sum = sum +n” and “count += count” should be combined. Good job on including the “end” step, this is what almost everyone forgot! 0.5/0.5 Very good knowledge of string operators in python proper conversion of code however the display text was incorrect the flavors of the cookies should have been in the print so the correct answer for problem 2 would have been “choclate vote 225 rasin vote 4”. However, the value for the problems was not displayed properly before the code as part of the assignment was being able to solve the way you could on the ap exam which would not allow running of code. 1/1
Ahad 0.5/0.5 Really nice, well organized flowchart! What can be fixed is having the “sum = 0” and “count = 0” (you’re missing this) in a rectangle (which indicates a process), not a parallelogram (which indicates an input or output). The “sum = sum +n” and “count += count” should be combined. Good job on including the “end” step, this is what almost everyone forgot! 0/0.5 Didn’t do homework 0.5/1
Josh 0.5/0.5 Really nice, well organized flowchart! What can be fixed is having the “sum = 0” and “count = 0” (you’re missing this) in a rectangle (which indicates a process), not a parallelogram (which indicates an input or output). The “sum = sum +n” and “count += count” should be combined. Good job on including the “end” step, this is what almost everyone forgot!

0/0.5

*check your fastpages for commit or jekyll errors*

There is an issue with your fastpages. I am certain that you did all your work due to the dedication shown in your ticket, however, your fastpages is down and your blog post cannot be accessed and thus cannot be graded. Once this issue is resolved I am sure you will be able to appeal for a better score for now this is temporary. 0.5/1
Parker 0.5/0.5 Really nice, well organized flowchart! What can be fixed is having the “sum = 0” and “count = 0” (you’re missing this) in a rectangle (which indicates a process), not a parallelogram (which indicates an input or output). The “sum = sum +n” and “count += count” should be combined. Good job on including the “end” step, this is what almost everyone forgot! 0/0.5 Didn’t do homework 0.5/1
Kalani 0.5/0.5 This is a good flowchart, all the steps are covered. The only stuff you could have done differently are splitting up the “start” step from “sum = 0 and count = 0”. Those should also be in a rectangle because they are a process, not a start or end. Forgot the “stop” step. 0/0.5 Didn’t do homework 0.5/1
Dash 0.5/0.5 This is a good flowchart, all the steps are covered. The only stuff you could have done differently are splitting up the “start” step from “sum = 0 and count = 0”. Those should also be in a rectangle because they are a process, not a start or end. Forgot the “stop” step. 0/0.5 Didn’t do homework 0.5/1
Toby 0.5/0.5 This is a good flowchart, all the steps are covered. The only stuff you could have done differently are splitting up the “start” step from “sum = 0 and count = 0”. Those should also be in a rectangle because they are a process, not a start or end. Forgot the “stop” step. 0.6/0.5 Fully complete all aspects were present full predictions, all the aspects of the entire program were met. The only student that actually completed the requirements as the instructions said. 1/1
Gene 0.5/0.5 This is a good flowchart, all the steps are covered. The only stuff you could have done differently are splitting up the “start” step from “sum = 0 and count = 0”. Those should also be in a rectangle because they are a process, not a start or end. Forgot the “stop” step. 0.3/0.5 Your code was almost perfect! One mistake I saw was that you forgot to add vote1 and vote2 into str() in line 7 of your code for problem 2, which is necessary to turn the the contents of the variable votes into strings so that you can print them through string concatentation. There were also no predictions good job on warm up problems. 0.8/0.5
Shreya 0.5/0.5 This is also very neat and well organized! Some things that can be fixed are that the “start” step should be in a oval, the “sum = 0 and count = 0” should be in a rectangle, the “sum + n = sum” and “count = count + 1” should be combined into one step, and add the “stop” step at the end. Also, something major is that you should only have one “if count < 6” step and then connect the two different outcomes from there. Otherwise, your organization is spot on and it is very easy to follow. 0/0.5 Didn’t do homework 0.5/1
Sarah 0.5/0.5 This is also very neat and well organized! Some things that can be fixed are that the “start” step should be in a oval, the “sum = 0 and count = 0” should be in a rectangle, the “sum + n = sum” and “count = count + 1” should be combined into one step, and add the “stop” step at the end. Also, something major is that you should only have one “if count < 6” step and then connect the two different outcomes from there. Otherwise, your organization is spot on and it is very easy to follow. 0/0.5 Didn’t do homework 0.5/1
Vivian 0.5/0.5 This is also very neat and well organized! Some things that can be fixed are that the “start” step should be in a oval, the “sum = 0 and count = 0” should be in a rectangle, the “sum + n = sum” and “count = count + 1” should be combined into one step, and add the “stop” step at the end. Also, something major is that you should only have one “if count < 6” step and then connect the two different outcomes from there. Otherwise, your organization is spot on and it is very easy to follow. 0.3/0.5 The knowledge of string operators/methods was very well executed in the code through knowing how to convert collegeboard into python. There was one issue with your code that you didn’t have the line “Very handsome Mr.Mort is.” instead or this may be an issue with the difference in indices for college board and python this could be fixed by changing your slice to [0:7]. However, the value for the problems was not displayed properly before the code as part of the assignment was being able to solve the way you could on the ap exam which would not allow running of code. Overall good execution as the other assignments had the correct results. 0.8/1
Giannina 0.5/0.5 This is also very neat and well organized! Some things that can be fixed are that the “start” step should be in a oval, the “sum = 0 and count = 0” should be in a rectangle, the “sum + n = sum” and “count = count + 1” should be combined into one step, and add the “stop” step at the end. Also, something major is that you should only have one “if count < 6” step and then connect the two different outcomes from there. Otherwise, your organization is spot on and it is very easy to follow. 0/0.5 Didn’t do homework 0.5/1

String problems key:

Problem 1: The psuedocode will display choclate vote 225 rasin vote 4

cookie = “choclate”

cookie2 = “rasin”

len1 = len(cookie) / 2

len2 = len(cookie2) * 45

vote1 = (str(cookie) + “ vote “ + str(len2))

vote2 = (str(cookie2) + “ vote “ + str(len1))

votes = (str(vote1) + “ “ + str(vote2))

print(votes)

Problem 2: The pseudocode will display Very handsome Mr.Mort is.

Noun = “Mr.Mortenson”

Adjective = “handsome”

Adjective2 = “Very”

Verb = “is”

abrev = Noun[:7]

yoda = Adjective2 + “ “ + Adjective + “ “ + abrev + “ “ + Verb + “.”

print(yoda)