You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/shared/components/challenge-listing/Tooltips/TrackAbbreviationTooltip/index.jsx
+3-5Lines changed: 3 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -22,12 +22,11 @@ const DESCRIPTION = {
22
22
CODE: 'Develop code for apps, services, etc. Final fixes are not included',
23
23
DEVELOPMENT: 'Develop code for apps, services, etc. Final fixes are not included',
24
24
TEST_SCENARIOS: 'Provide simple, easy information about what to test',
25
-
RIA_BUILD_COMPETITION: '',
26
25
CONTENT_CREATION: 'Generate topic ideas as a blog, video, infographic, or other format',
27
26
SPECIFICATION: 'Document requirements to be satisfied for design, product, or service',
28
27
TASK: 'An assigned piece of work',
29
-
AUTOMATED_TESTING: '',
30
-
COPILOT_POSTING: '',
28
+
AUTOMATED_TESTING: 'Challenges were submissions are auto-scored against a set of automated test cases',
29
+
COPILOT_POSTING: 'A post made to the copilot community which asks them to come back with a proposal for your project. This proposal typically includes a suggested gameplan, an estimated budget and their take on what approach to use.',
31
30
DESIGN: 'Prepare the visual sketch or the plans for a website, feature, app, etc',
32
31
TEST_SUITES: 'Develop test cases to be used to validate apps, website, etc.',
33
32
CONCEPTUALIZATION: 'Discover and define user stories and requirements',
0 commit comments