From cab32e032168f12034a372b287d993a12bbe350d Mon Sep 17 00:00:00 2001 From: Mary Fries Date: Fri, 9 Aug 2024 20:06:38 -0400 Subject: [PATCH] a11y - 2.2.2 changing a DIV to an H3 (es was ok) --- .../2-complexity/2-data-structures-art/2-quizzes.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cur/programming/2-complexity/2-data-structures-art/2-quizzes.html b/cur/programming/2-complexity/2-data-structures-art/2-quizzes.html index 225c14230..c21412b5e 100644 --- a/cur/programming/2-complexity/2-data-structures-art/2-quizzes.html +++ b/cur/programming/2-complexity/2-data-structures-art/2-quizzes.html @@ -104,7 +104,7 @@

Planning a Quiz App

AAP-1.D
Build the custom quiz item abstract data type (both the constructor and the two selectors).
-
Specifying an Input Type
+

Specifying an Input Type

Your selectors expect a quiz item, i.e., a list, as input. You can make your blocks show what type of data they expect. It's not necessary in Snap! but, like assigning a color to a block, it can be a helpful reminder of what the block does and what type of input it expects. You've already seen input slots of several shapes, indicating different expected data types.

In the Block Editor while creating a selector, click on a plus sign to enter an input name. Then...