Back to Freecodecamp

Task 12

curriculum/challenges/english/blocks/learn-how-to-discuss-popular-trends-in-technology/6617f517c76ecc72b9e6260b.md

latest1.6 KB
Original Source
<!-- (Audio) Tom: In healthcare, it's used to analyze medical data and even assist in surgeries. -->

--description--

Listen to what Tom says related to AIs in healthcare and answer the question.

--questions--

--text--

How can AI help doctors?

--answers--

By talking to the patients to calm them down

--feedback--

Even though it is possible to use AIs to chat, this is not what Tom mentions.


By giving instructions to doctors on how to perform surgeries

--feedback--

It is expected that doctors are already trained to perform surgeries beforehand.


By distracting the patients while doctors perform the surgeries

--feedback--

It is possible to use AI as a means of entertainment, but that is not what Tom mentions.


By analyzing medical data and helping doctors in surgeries

--video-solution--

4

--scene--

json
{
  "setup": {
    "background": "company2-roof.png",
    "characters": [
      {
        "character": "Tom",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "4.2-1.mp3",
      "startTime": 1,
      "startTimestamp": 21.62,
      "finishTimestamp": 26.46
    }
  },
  "commands": [
    {
      "character": "Tom",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Tom",
      "startTime": 1,
      "finishTime": 5.84,
      "dialogue": {
        "text": "In healthcare, it's used to analyze medical data and even assist in surgeries.",
        "align": "center"
      }
    },
    {
      "character": "Tom",
      "opacity": 0,
      "startTime": 6.34
    }
  ]
}