Back to Freecodecamp

Task 5

curriculum/challenges/english/blocks/learn-how-to-ask-and-share-about-educational-and-professional-background/657b115008a62d41c0d7482f.md

latest1.9 KB
Original Source
<!-- (Audio) Candidate: I was there for three years. I was responsible for developing web applications and maintaining the company's database. -->

--description--

In the context of programming and technology, web applications refer to software programs that run on a web server and are accessed through a web browser. They are an essential part of modern technology, allowing users to perform functions or access services over the internet.

--questions--

--text--

What do web applications refer to in the context of programming?

--answers--

Mobile apps that are downloaded from app stores.

--feedback--

While mobile apps are a type of application, web applications specifically refer to those accessed through a web browser.


Programs that run on a web server and are accessed via a web browser.


Physical hardware used in networking.

--feedback--

Web applications are software, not physical hardware.


Websites that only provide information without user interaction.

--feedback--

Web applications are interactive and functional, not just informational.

--video-solution--

2

--scene--

json
{
  "setup": {
    "background": "interview-room3.png",
    "characters": [
      {
        "character": "Candidate",
        "position": {"x":50,"y":0,"z":1.4},
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "3.1-1.mp3",
      "startTime": 1,
      "startTimestamp": 9.92,
      "finishTimestamp": 16.22
    }
  },
  "commands": [
    {
      "character": "Candidate",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Candidate",
      "startTime": 1,
      "finishTime": 7.30,
      "dialogue": {
        "text": "I was there for three years. I was responsible for developing web applications and maintaining the company's database.",
        "align": "center"
      }
    },
    {
      "character": "Candidate",
      "opacity": 0,
      "startTime": 7.80
    }
  ]
}