curriculum/challenges/english/blocks/learn-how-to-use-basic-programming-vocabulary-in-conversations/662e523b4ee2e71f9c3ea9c7.md
How much is used to inquire about the quantity or extent of something that is not countable in the usual way or does not have a plural form.
In this context, code refers to the amount of programming commands someone is working on, which is measured not by counting individual items but by considering its volume or complexity.
BLANK BLANK BLANK are you working on?
How
This word starts questions aimed at discovering amounts or extents of something.
much
It is used with uncountable nouns to ask about the quantity, emphasizing the scale or amount.
code
It refers to written commands in computer programming. Here, it's treated as an uncountable noun because the focus is on the quantity of work involved, not on counting individual lines or pieces.
{
"setup": {
"background": "company2-center.png",
"characters": [
{
"character": "Tom",
"position": {
"x": 50,
"y": 15,
"z": 1.2
},
"opacity": 0
}
],
"audio": {
"filename": "5.1-2.mp3",
"startTime": 1,
"startTimestamp": 8.5,
"finishTimestamp": 9.94
}
},
"commands": [
{
"character": "Tom",
"opacity": 1,
"startTime": 0
},
{
"character": "Tom",
"startTime": 1,
"finishTime": 2.44,
"dialogue": {
"text": "How much code are you working on?",
"align": "center"
}
},
{
"character": "Tom",
"opacity": 0,
"startTime": 2.94
}
]
}