-
Notifications
You must be signed in to change notification settings - Fork 358
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Video: complete draft - null null (#2250)
Co-authored-by: knapsack-cloud[bot] <57459571+knapsack-cloud[bot]@users.noreply.github.com>
- Loading branch information
1 parent
39e500d
commit 04b6617
Showing
15 changed files
with
582 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,54 @@ | ||
{ | ||
"id": "1XLy885gj", | ||
"data": { | ||
"content": { | ||
"type": "doc", | ||
"content": [ | ||
{ | ||
"type": "heading", | ||
"attrs": { | ||
"level": 2, | ||
"textAlign": "left" | ||
}, | ||
"content": [ | ||
{ | ||
"text": "Make it translatable", | ||
"type": "text" | ||
} | ||
] | ||
}, | ||
{ | ||
"type": "paragraph", | ||
"attrs": { | ||
"textAlign": "left" | ||
}, | ||
"content": [ | ||
{ | ||
"text": "Contact ", | ||
"type": "text" | ||
}, | ||
{ | ||
"text": "the translation team", | ||
"type": "text", | ||
"marks": [ | ||
{ | ||
"type": "link", | ||
"attrs": { | ||
"rel": "noopener noreferrer nofollow", | ||
"href": "https://forms.office.com/r/bhKteTkhaK", | ||
"class": null | ||
} | ||
} | ||
] | ||
}, | ||
{ | ||
"text": " to incorporate translation guidelines into your video content.", | ||
"type": "text" | ||
} | ||
] | ||
} | ||
] | ||
} | ||
}, | ||
"blockType": "text-editor" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
{ | ||
"id": "2pPEqxDMQc", | ||
"data": { | ||
"content": { | ||
"type": "doc", | ||
"content": [ | ||
{ | ||
"type": "heading", | ||
"attrs": { | ||
"level": 2, | ||
"textAlign": "left" | ||
}, | ||
"content": [ | ||
{ | ||
"text": "Make it accessible", | ||
"type": "text" | ||
} | ||
] | ||
}, | ||
{ | ||
"type": "paragraph", | ||
"attrs": { | ||
"textAlign": "left" | ||
}, | ||
"content": [ | ||
{ | ||
"text": "Make sure a video is captioned so it's accessible for all people. ", | ||
"type": "text" | ||
} | ||
] | ||
} | ||
] | ||
} | ||
}, | ||
"blockType": "text-editor" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
{ | ||
"id": "86VJNQuyBm", | ||
"data": { | ||
"content": { | ||
"type": "doc", | ||
"content": [ | ||
{ | ||
"type": "heading", | ||
"attrs": { | ||
"level": 2, | ||
"textAlign": "left" | ||
}, | ||
"content": [ | ||
{ | ||
"text": "Measure success of the video", | ||
"type": "text" | ||
} | ||
] | ||
}, | ||
{ | ||
"type": "paragraph", | ||
"attrs": { | ||
"textAlign": "left" | ||
}, | ||
"content": [ | ||
{ | ||
"text": "How will be you tracking the usage and effectiveness of the video? Where and how often are you reporting and reviewing this data? Video is a costly and time-consuming medium. We need metrics to determine how or if we invest in this method of communication in our product.", | ||
"type": "text" | ||
} | ||
] | ||
} | ||
] | ||
} | ||
}, | ||
"blockType": "text-editor" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
{ | ||
"id": "9Z2LK0KLU", | ||
"data": { | ||
"content": { | ||
"type": "doc", | ||
"content": [ | ||
{ | ||
"type": "paragraph", | ||
"attrs": { | ||
"textAlign": "left" | ||
}, | ||
"content": [ | ||
{ | ||
"text": "The content team does not currently support video. These guidelines are important considerations for now and guidance for how Teradata might support video in the future.", | ||
"type": "text", | ||
"marks": [ | ||
{ | ||
"type": "bold" | ||
} | ||
] | ||
} | ||
] | ||
} | ||
] | ||
} | ||
}, | ||
"blockType": "text-editor" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
{ | ||
"id": "EjgDbbdbp", | ||
"data": { | ||
"content": { | ||
"type": "doc", | ||
"content": [ | ||
{ | ||
"type": "heading", | ||
"attrs": { | ||
"level": 2, | ||
"textAlign": "left" | ||
}, | ||
"content": [ | ||
{ | ||
"text": "Should we have a video?", | ||
"type": "text" | ||
} | ||
] | ||
}, | ||
{ | ||
"type": "paragraph", | ||
"attrs": { | ||
"textAlign": "left" | ||
}, | ||
"content": [ | ||
{ | ||
"text": "Ideally, the product or feature experience shouldn’t need video content. Don’t use video to explain an unnecessarily complicated product or feature. Instead, work with your design and content partners to create a better product experience.", | ||
"type": "text" | ||
} | ||
] | ||
} | ||
] | ||
} | ||
}, | ||
"blockType": "text-editor" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,55 @@ | ||
{ | ||
"id": "EwJmtEcMiN", | ||
"data": { | ||
"content": { | ||
"type": "doc", | ||
"content": [ | ||
{ | ||
"type": "heading", | ||
"attrs": { | ||
"level": 2, | ||
"textAlign": "left" | ||
}, | ||
"content": [ | ||
{ | ||
"text": "Follow Teradata's brand guidelines", | ||
"type": "text" | ||
} | ||
] | ||
}, | ||
{ | ||
"type": "paragraph", | ||
"attrs": { | ||
"textAlign": "left" | ||
}, | ||
"content": [ | ||
{ | ||
"text": "Use the Inter font for all captions and lower thirds as well as all other text that appears on screen. To learn more details, go to ", | ||
"type": "text" | ||
}, | ||
{ | ||
"text": "Brand Resources", | ||
"type": "text", | ||
"marks": [ | ||
{ | ||
"type": "link", | ||
"attrs": { | ||
"rel": "noopener noreferrer nofollow", | ||
"href": "https://teradata.seismic.com/app#/doccenter/1bbd33d9-2b54-49c6-8ec3-ed5c6476c417/doc/%252Fdd8401e4c1-b845-177b-4658-8a724a8f4b22%252Fdd92e50d90-1686-51e9-967b-40de6345998d%252Flfaa938b98-3752-4869-b1da-0219a282d192//?mode=view", | ||
"class": null, | ||
"target": "_blank" | ||
} | ||
} | ||
] | ||
}, | ||
{ | ||
"text": ", then select Teradata Brand Guidelines. The video section starts on page 50 in the brand guidelines. ", | ||
"type": "text" | ||
} | ||
] | ||
} | ||
] | ||
} | ||
}, | ||
"blockType": "text-editor" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,54 @@ | ||
{ | ||
"id": "FNTfEY2v5F", | ||
"data": { | ||
"content": { | ||
"type": "doc", | ||
"content": [ | ||
{ | ||
"type": "heading", | ||
"attrs": { | ||
"level": 2, | ||
"textAlign": "left" | ||
}, | ||
"content": [ | ||
{ | ||
"text": "Provide a transcript ", | ||
"type": "text" | ||
} | ||
] | ||
}, | ||
{ | ||
"type": "paragraph", | ||
"attrs": { | ||
"textAlign": "left" | ||
}, | ||
"content": [ | ||
{ | ||
"text": "If your video is a step-by-step tutorial, consider transcribing the content or supplementing it with more substantial getting started and/or tutorial information. ", | ||
"type": "text" | ||
}, | ||
{ | ||
"text": "Work with the content team", | ||
"type": "text", | ||
"marks": [ | ||
{ | ||
"type": "link", | ||
"attrs": { | ||
"rel": "noopener noreferrer nofollow", | ||
"href": "https://forms.office.com/pages/responsepage.aspx?id=qstRkWv8SE-Ju4xKcZghOORK7hViMKBHnzNFpaIK4pZUQlZQQVRYUTI5UEZDNE5LVFY0TDBEVFVETi4u&route=shorturl", | ||
"class": null | ||
} | ||
} | ||
] | ||
}, | ||
{ | ||
"text": " to ensure a transcript is properly designed and presented along with the video. ", | ||
"type": "text" | ||
} | ||
] | ||
} | ||
] | ||
} | ||
}, | ||
"blockType": "text-editor" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
{ | ||
"id": "VPWZbqlIrZ", | ||
"data": { | ||
"content": { | ||
"type": "doc", | ||
"content": [ | ||
{ | ||
"type": "heading", | ||
"attrs": { | ||
"level": 1, | ||
"textAlign": "left" | ||
}, | ||
"content": [ | ||
{ | ||
"text": "Considerations before you make a video", | ||
"type": "text" | ||
} | ||
] | ||
} | ||
] | ||
} | ||
}, | ||
"blockType": "text-editor" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
{ | ||
"id": "cJtUAcXL70", | ||
"data": { | ||
"content": { | ||
"type": "doc", | ||
"content": [ | ||
{ | ||
"type": "heading", | ||
"attrs": { | ||
"level": 2, | ||
"textAlign": "left" | ||
}, | ||
"content": [ | ||
{ | ||
"text": "Have a strategy for sustaining video quality", | ||
"type": "text" | ||
} | ||
] | ||
}, | ||
{ | ||
"type": "paragraph", | ||
"attrs": { | ||
"textAlign": "left" | ||
}, | ||
"content": [ | ||
{ | ||
"text": "Video content quickly goes out of date, as Teradata makes product and design changes regularly. It's also possible that updates are needed outside development cycles. Have a plan for maintaining and updating the video. The plan should include working with your content and design partners to monitor all video content and revise or remove as needed.", | ||
"type": "text" | ||
} | ||
] | ||
} | ||
] | ||
} | ||
}, | ||
"blockType": "text-editor" | ||
} |
Oops, something went wrong.