Skip to content

Commit cdcde38

Browse files
committed
qns: update topics
1 parent 95afe23 commit cdcde38

File tree

6 files changed

+6
-6
lines changed
  • packages/quiz/questions
    • explain-how-a-browser-determines-what-elements-match-a-css-selector
    • html5-as-an-open-web-platform-building-blocks
    • what-are-data-attributes-good-for
    • what-are-the-different-ways-to-visually-hide-content-and-make-it-available-only-for-screen-readers
    • whats-the-difference-between-feature-detection-feature-inference-and-using-the-ua-string
    • why-would-you-use-something-like-the-load-event-does-this-event-have-disadvantages-do-you-know-any-alternatives-and-why-would-you-use-those

6 files changed

+6
-6
lines changed

packages/quiz/questions/explain-how-a-browser-determines-what-elements-match-a-css-selector/metadata.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"access": "free",
66
"duration": 5,
77
"published": true,
8-
"topics": ["css"],
8+
"topics": ["browser", "css"],
99
"importance": "high",
1010
"difficulty": "hard"
1111
}

packages/quiz/questions/html5-as-an-open-web-platform-building-blocks/metadata.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"access": "free",
66
"duration": 5,
77
"published": true,
8-
"topics": ["html"],
8+
"topics": ["browser", "html"],
99
"importance": "low",
1010
"difficulty": "medium"
1111
}

packages/quiz/questions/what-are-data-attributes-good-for/metadata.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"access": "free",
66
"duration": 5,
77
"published": true,
8-
"topics": ["html", "testing"],
8+
"topics": ["web-api", "html", "testing"],
99
"importance": "medium",
1010
"difficulty": "medium"
1111
}

packages/quiz/questions/what-are-the-different-ways-to-visually-hide-content-and-make-it-available-only-for-screen-readers/metadata.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"access": "free",
66
"duration": 5,
77
"published": true,
8-
"topics": ["css", "a11y"],
8+
"topics": ["a11y", "css"],
99
"importance": "medium",
1010
"difficulty": "medium"
1111
}

packages/quiz/questions/whats-the-difference-between-feature-detection-feature-inference-and-using-the-ua-string/metadata.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"access": "free",
66
"duration": 5,
77
"published": true,
8-
"topics": ["javascript"],
8+
"topics": ["browser", "javascript"],
99
"importance": "medium",
1010
"difficulty": "medium"
1111
}

packages/quiz/questions/why-would-you-use-something-like-the-load-event-does-this-event-have-disadvantages-do-you-know-any-alternatives-and-why-would-you-use-those/metadata.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"access": "free",
66
"duration": 5,
77
"published": true,
8-
"topics": ["javascript"],
8+
"topics": ["web-api", "javascript"],
99
"importance": "low",
1010
"difficulty": "hard"
1111
}

0 commit comments

Comments
 (0)