codea03N001 Step 0 - Issues with content

Task 8, The hint says “red” instead of orange and the for loop only repeats until 3 instead of 4
image

Task 13 and 14, the hint says tom.right(360/segment) but it should be tom.right(360/side). In task 13 the hint also uses the variable length when the variable should only be created in the next task.
image

Task 20, the hint says segment = 4 instead of 8. The hint also uses the variable angle when it is not required in the question.
image


the loop code in the tips suppose to loop 3 times not 4


In the instruction the example is suppose to be 5 not 3


The variable name are miss match between the instruction and tips


The value for width variable is not given