curriculum/challenges/english/blocks/learn-how-to-share-your-opinion/678a4bcfd6296f2f27e73d01.md
Listen to the audio and complete the sentence below.
In my case, I BLANK Python because it's great for data analysis.
prefer
This word means someone likes one thing more than another.
Prefer means to like something more than something else. It's used to express a choice or a stronger liking for one option over others. It can be followed by a noun or a verb in the -ing form (gerund). For example:
I prefer Python over Java. - It means you like Python more than Java. The preposition over is used to indicate a preference for one noun (Python) in comparison to another noun (Java).
He prefers debugging to coding. - It means he enjoys finding and fixing errors in code more than writing new code. The word to is used as a preposition to indicate the comparison between two activities (debugging and coding).
{
"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": 15.94,
"finishTimestamp": 19.34
}
},
"commands": [
{
"character": "Linda",
"opacity": 1,
"startTime": 0
},
{
"character": "Linda",
"startTime": 1,
"finishTime": 4.4,
"dialogue": {
"text": "In my case, I prefer Python because it's great for data analysis.",
"align": "center"
}
},
{
"character": "Linda",
"opacity": 0,
"startTime": 4.9
}
]
}