0
0
No-Codeknowledge~10 mins

Pages and reusable elements 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 a page in a no-code tool.

No-Code
A page is a [1] where you design the layout and content for your app or website.
Drag options to blanks, or click blank then click option'
Avariable
Bbutton
Cspace
Dscript
Attempts:
3 left
💡 Hint
Common Mistakes
Confusing a page with a button or script.
Thinking a page is a variable.
2fill in blank
medium

Complete the sentence to explain reusable elements.

No-Code
Reusable elements are [1] parts you can use on multiple pages to keep design consistent.
Drag options to blanks, or click blank then click option'
Atemporary
Bunique
Chidden
Dshared
Attempts:
3 left
💡 Hint
Common Mistakes
Choosing 'unique' because reusable means used many times.
Confusing reusable with temporary or hidden.
3fill in blank
hard

Fix the error in the sentence about pages and reusable elements.

No-Code
A reusable element can only be used on [1] page.
Drag options to blanks, or click blank then click option'
Atemporary
Bmultiple
Chidden
Done
Attempts:
3 left
💡 Hint
Common Mistakes
Thinking reusable elements are only for one page.
Confusing reusable with temporary or hidden.
4fill in blank
hard

Fill both blanks to complete the sentence about editing reusable elements.

No-Code
When you edit a [1], the changes appear on [2] pages where it is used.
Drag options to blanks, or click blank then click option'
Areusable element
Bsingle
Call
Dpage
Attempts:
3 left
💡 Hint
Common Mistakes
Choosing 'page' instead of 'reusable element' for the first blank.
Choosing 'single' instead of 'all' for the second blank.
5fill in blank
hard

Fill all three blanks to complete the dictionary comprehension about pages and reusable elements.

No-Code
elements = { [1]: [2] for [3] in page_elements if is_reusable([3]) }
Drag options to blanks, or click blank then click option'
Aelement.name
Belement
Dpage
Attempts:
3 left
💡 Hint
Common Mistakes
Using 'page' instead of 'element' in the loop variable.
Using element instead of element.name as the key.