Back to Freecodecamp

Task 8

curriculum/challenges/english/blocks/learn-how-to-talk-about-updates-and-plans-for-tasks-and-projects/6613d550a08c194cd27607ec.md

latest2.0 KB
Original Source
<!-- (Audio) Brian: Absolutely. And as for the back-end, I think we'll use Node.js. -->

--description--

As for is an element used to shift the focus to another topic or aspect of the discussion.

For example, in a meeting, after discussing the marketing strategy, you might say, As for the sales plan, we'll start implementing it next quarter to change the subject to the sales plan.

--questions--

--text--

What does Brian imply with his use of as for in relation to the back-end of the project?

--answers--

He suggests reconsidering the technology for the back-end.

--feedback--

This option is not quite accurate. Brian's use of as for is to shift the focus to the back-end, but he suggests a specific technology, not reconsidering it.


He is unsure about which technology to use for the back-end.

--feedback--

Brian's statement does not express uncertainty about the technology. It suggests a confident plan or preference for using Node.js.


He wants to delay the decision about the back-end technology.

--feedback--

Delaying the decision isn't implied.


He is shifting the discussion to the back-end, suggesting the use of Node.js.

--video-solution--

4

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Brian",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "8.2-1.mp3",
      "startTime": 1,
      "startTimestamp": 24.8,
      "finishTimestamp": 28.5
    }
  },
  "commands": [
    {
      "character": "Brian",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Brian",
      "startTime": 1,
      "finishTime": 4.7,
      "dialogue": {
        "text": "Absolutely. And as for the back-end, I think we'll use Node.js.",
        "align": "center"
      }
    },
    {
      "character": "Brian",
      "opacity": 0,
      "startTime": 5.2
    }
  ]
}