Referenced from lesson Contracts (Spring, 2021)

radial-star:: (

	points :: Number,
	inner-radius :: Number,
	full-radius :: Number,
	style :: String,
	color :: String
) -> Image

Using the detailed contract above, match each image to the expression that describes it.

Image Expression

🖼Show image

1

A

(radial-star 5 50 200 "solid" "black")

🖼Show image

2

B

(radial-star 7 100 200 "solid" "black")

🖼Show image

3

C

(radial-star 7 100 200 "outline" "black")

🖼Show image

4

D

(radial-star 10 150 200 "solid" "black")

🖼Show image

5

E

(radial-star 10 20 200 "solid" "black")

🖼Show image

6

F

(radial-star 100 20 200 "solid" "black")

🖼Show image

7

G

(radial-star 100 100 200 "outline" "black")

These materials were developed partly through support of the National Science Foundation, (awards 1042210, 1535276, 1648684, and 1738598). CCbadge Bootstrap:Algebra by the Bootstrap Community is licensed under a Creative Commons 4.0 Unported License. This license does not grant permission to run training or professional development. Offering training or professional development with materials substantially derived from Bootstrap must be approved in writing by a Bootstrap Director. Permissions beyond the scope of this license, such as to run training, may be available by contacting contact@BootstrapWorld.org.