Back to Freecodecamp

Task 16

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

latest1.9 KB
Original Source
<!-- (Audio) Candidate: I have a bachelor's degree in computer science from California State University. -->

--description--

A bachelor's degree is an undergraduate academic degree awarded by colleges and universities upon completion of a course of study.

In the term bachelor's degree, the use of the noun (bachelor) followed by the 's indicates possession or association. This form is commonly used to show that something belongs to or is related to the noun, as in today's news or teacher's guide.

--questions--

--text--

What does bachelor's degree refer to?

--answers--

An undergraduate academic degree.


A type of professional certification.

--feedback--

A bachelor's degree is an academic qualification, not a professional certification.


A high school diploma.

--feedback--

A bachelor's degree is a higher education qualification, more advanced than a high school diploma.


A master's program entry requirement.

--feedback--

While a bachelor's degree may be required for a master's program, it itself refers to an undergraduate degree.

--video-solution--

1

--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": 39.56,
      "finishTimestamp": 44.02
    }
  },
  "commands": [
    {
      "character": "Candidate",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Candidate",
      "startTime": 1,
      "finishTime": 5.46,
      "dialogue": {
        "text": "I have a bachelor's degree in computer science from California State University.",
        "align": "center"
      }
    },
    {
      "character": "Candidate",
      "opacity": 0,
      "startTime": 5.96
    }
  ]
}