schema.org.ai

Quizlet

Computer based training software

Extends: Technology

Quizlet

Computer based training software

Overview

Category: Computer based training software

Computer based training software

Related Skills

No related skills listed.

Occupations Using This Technology

  • SOC Code: 25-3011.00
  • SOC Code: 25-9031.00
  • SOC Code: 25-9042.00
  • SOC Code: 25-9043.00
  • SOC Code: 29-2012.00
  • SOC Code: 35-1012.00
  • SOC Code: 35-2021.00
  • SOC Code: 35-3023.00

Usage in Platform

import { $ } from 'sdk.do'

const tech = await $.Technology.create({
  name: 'Quizlet',
  category: 'Computer based training software',
  description: 'Computer based training software',
  hotTechnology: false,
})

JSON-LD Example

{
  "@context": "https://schema.org",
  "@type": "SoftwareApplication",
  "name": "Quizlet",
  "applicationCategory": "Computer based training software",
  "description": "Computer based training software"
}