curriculum/challenges/english/blocks/learn-how-to-share-your-opinion/67876786972db81e08e7ebba.md
Listen to the audio and complete the sentence below.
It's BLANK to learn, and it has BLANK BLANK, especially for design work.
easy
This word means something is simple or not difficult.
tons of
This two-word phrase is an informal way to say a lot of or many. The first word is in the plural form. The second is a preposition.
libraries
This word in the plural form refers to collections of pre-written code that developers can use to complete tasks.
Easy means that something is simple. For example:
This app is easy to use. - This sentence means the app is simple to operate, and people will not have trouble learning how to use it.
Tons of is an informal phrase that means "a large amount of" or "many". For example:
This website has tons of tutorials. - This sentence means the website offers a large number of tutorials.
Libraries in programming refer to collections of pre-written code that developers can reuse to save time. For example:
These libraries help with creating charts. - This sentence means the collection of pre-written code provides tools or functions to make charts easily.
{
"setup": {
"background": "company2-breakroom.png",
"characters": [
{
"character": "Linda",
"position": {
"x": 50,
"y": 0,
"z": 1.4
},
"opacity": 0
}
],
"audio": {
"filename": "B1_9-1.mp3",
"startTime": 1,
"startTimestamp": 2.94,
"finishTimestamp": 6.48
}
},
"commands": [
{
"character": "Linda",
"opacity": 1,
"startTime": 0
},
{
"character": "Linda",
"startTime": 1,
"finishTime": 4.54,
"dialogue": {
"text": "It's easy to learn and it has tons of libraries, especially for design work.",
"align": "center"
}
},
{
"character": "Linda",
"opacity": 0,
"startTime": 5.04
}
]
}