0
0
No-Codeknowledge~10 mins

Filtering and conditional logic in No-Code - Interactive Code Practice

Choose your learning style9 modes available
Practice - 5 Tasks
Answer the questions below
1fill in blank
easy

Complete the sentence to describe filtering: "Filtering means selecting items that {{BLANK_1}} a condition."

No-Code
Filtering means selecting items that [1] a condition.
Drag options to blanks, or click blank then click option'
Ameet
Bbreak
Cignore
Davoid
Attempts:
3 left
💡 Hint
Common Mistakes
Choosing items that ignore or avoid the condition.
2fill in blank
medium

Complete the sentence: "A condition in filtering usually uses {{BLANK_1}} to compare values."

No-Code
A condition in filtering usually uses [1] to compare values.
Drag options to blanks, or click blank then click option'
Acolors
Bsizes
Cshapes
Doperators
Attempts:
3 left
💡 Hint
Common Mistakes
Confusing operators with colors or shapes.
3fill in blank
hard

Fix the sentence: "To filter numbers greater than 10, use the condition: number {{BLANK_1}} 10."

No-Code
To filter numbers greater than 10, use the condition: number [1] 10.
Drag options to blanks, or click blank then click option'
A==
B>
C<
D<=
Attempts:
3 left
💡 Hint
Common Mistakes
Using less than or equal symbols instead of greater than.
4fill in blank
hard

Fill both blanks to complete the filtering rule: "Select items where {{BLANK_1}} is {{BLANK_2}} 5."

No-Code
Select items where [1] is [2] 5.
Drag options to blanks, or click blank then click option'
Avalue
Bless than
Cgreater than
Dcolor
Attempts:
3 left
💡 Hint
Common Mistakes
Using 'color' instead of 'value' or mixing up comparison words.
5fill in blank
hard

Fill all three blanks to complete the filtering statement: "Keep items where {{BLANK_1}} {{BLANK_2}} 10 and {{BLANK_3}} {{BLANK_2}} 20."

No-Code
Keep items where [1] [2] 10 and [3] [2] 20.
Drag options to blanks, or click blank then click option'
Aage
B>
Cscore
D<
Attempts:
3 left
💡 Hint
Common Mistakes
Mixing up the properties or using the wrong comparison symbol.