-
Notifications
You must be signed in to change notification settings - Fork 8
Custom certificate: steps to convert ppt into slides #341
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
WalkthroughThe documentation for custom certificates was updated to include a new note and step-by-step instructions for converting PowerPoint (.PPTX) files to Google Slides format, ensuring compatibility with the custom certificates feature. The new section is placed before the instructions on creating or importing template designs. Changes
Possibly related PRs
Suggested reviewers
Poem
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
SupportNeed help? Create a ticket on our support page for assistance with any issues or questions. Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
🚀 Deployed on https://deploy-preview-341--glific-docs.netlify.app |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actionable comments posted: 0
🧹 Nitpick comments (2)
docs/3. Product Features/Custom Certificates.md (2)
65-67
: Avoid dangling reference to a missing screenshotThe note mentions “(like in the image below)” but no image is provided in the newly-added block. Either embed the screenshot immediately after the note or drop the reference altogether to prevent reader confusion.
68-71
: Expand step wording for cross-platform clarityThe instructions currently assume a Mac (“command-click”). Consider adding the Windows/Linux equivalent (
Ctrl+click
) to keep the doc universally applicable. Also, replace the typographic quotes (“ ”) with straight quotes (" ") for consistency with the rest of the page.Example diff:
-1. Right-click or command-click the PowerPoint file in your Google Drive. +1. Right-click (or Ctrl/⌘-click) the PowerPoint file in your Google Drive.
📜 Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro
📒 Files selected for processing (1)
docs/3. Product Features/Custom Certificates.md
(1 hunks)
⏰ Context from checks skipped due to timeout of 90000ms (2)
- GitHub Check: Test deployment
- GitHub Check: build
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actionable comments posted: 0
🧹 Nitpick comments (3)
docs/3. Product Features/Custom Certificates.md (3)
65-68
: Improve accessibility & alt-text clarityThe current
alt
attribute is just a filename. Screen-reader users will not understand what the screenshot shows. Replace it with a short, descriptive phrase of what is visually conveyed.-<img width="580" alt="Screenshot_2025-06-20_at_7 03 33_PM" src="https://github.com/user-attachments/assets/473a6f80-8288-40f6-9f5c-02af74e1d50f" /> +<img width="580" alt="Google Drive thumbnail displaying the .PPTX label on a presentation file" src="https://github.com/user-attachments/assets/473a6f80-8288-40f6-9f5c-02af74e1d50f" />
69-73
: Number the conversion steps consistentlyStep 3 (automatic save) is missing a list marker, which breaks Markdown rendering and can confuse readers. Consider folding the note into the numbered list and tightening wording.
-1. Open the PPT in Google Slides. -2. Once the file opens, click File on the top toolbar and Save as Google Slides. - -The presentation will open in a new window and automatically save in your Google Drive as a Google Slides file +1. Open the PPT in Google Slides. +2. In the top toolbar, click **File** ▸ **Save as Google Slides**. +3. A new file opens in another tab and is automatically saved to your Google Drive in Google Slides format.
77-79
: Minor grammar & casing fixes“Softwares” is uncountable, Canva is capitalised, and spacing around parentheses is missing.
-1. For certificates created on canva or other softwares, export the designs as “ppt” and save it on your computer -2. Convert them to Google Slides format as described above(if they are still in ppt format). +1. For certificates created on Canva or other design software, export the designs as “PPT” and save them on your computer. +2. Convert them to Google Slides format as described above (if they are still in PPT format).
📜 Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro
📒 Files selected for processing (1)
docs/3. Product Features/Custom Certificates.md
(1 hunks)
🧰 Additional context used
🪛 LanguageTool
docs/3. Product Features/Custom Certificates.md
[grammar] ~77-~77: In standard English, the noun “softwares” is uncountable. Consider using an alternative.
Context: ... certificates created on canva or other softwares, export the designs as “ppt” and save i...
(SOFTWARES)
[uncategorized] ~78-~78: Possible missing preposition found.
Context: ...s “ppt” and save it on your computer 2. Convert them to Google Slides format as describ...
(AI_HYDRA_LEO_MISSING_TO)
⏰ Context from checks skipped due to timeout of 90000ms (1)
- GitHub Check: build
@@ -62,10 +62,21 @@ To change the page dimensions for a google slide | |||
3. It is advised to research on your own behalf for the most suitable aspect ratio of the base template that suits your use case. | |||
|
|||
## Sending the certificates/badges to contacts | |||
**Note**: If you see the .PPTX label (like in the image below), your file is still in PowerPoint format and needs to be converted into Google Slides to work with custom certificates. | |||
|
|||
<img width="580" alt="Screenshot_2025-06-20_at_7 03 33_PM" src="https://github.com/user-attachments/assets/473a6f80-8288-40f6-9f5c-02af74e1d50f" /> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We could add the screenshot which has the Files dropdown and the option save as google slides
and replace the current image.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actionable comments posted: 0
🧹 Nitpick comments (3)
docs/3. Product Features/Custom Certificates.md (3)
65-70
: Use consistent file-type terminology and tighten the step wording“PPT” and “PPTX” are used interchangeably, and the action wording is a bit loose. Unifying the extension and explicitly pointing to the exact menu path reduces ambiguity.
-1. Open the PPT in Google Slides. -2. Once the file opens, click File on the top toolbar and Save as Google Slides. +1. Open the **.PPTX** file in Google Slides. +2. In the opened file, choose **File → Save as Google Slides** from the top toolbar.
71-72
: Add meaningful alt text for the screenshotThe current alt text is a timestamp, which provides no context for screen-reader users. Replace it with something descriptive.
-<img width="402" alt="Screenshot 2025-06-25 at 10 23 27 AM" src="https://github.com/.../42f5be1066d3" /> +<img width="402" alt="Google Slides – File menu with “Save as Google Slides” option highlighted" src="https://github.com/.../42f5be1066d3" />
77-79
: Grammar & clarity fixes (“software”, spacing, extension casing)-1. For certificates created on canva or other softwares, export the designs as “ppt” and save it on your computer -2. Convert them to Google Slides format as described above(if they are still in ppt format). +1. For certificates designed in Canva or other software, export the design as a **.PPTX** file and save it to your computer. +2. Convert the presentation to Google Slides format as described above (if it is still in **.PPTX** format).This removes the uncountable “softwares”, capitalises “Canva”, adds the missing space before the parenthesis, and standardises on the .PPTX extension.
📜 Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro
📒 Files selected for processing (1)
docs/3. Product Features/Custom Certificates.md
(1 hunks)
🧰 Additional context used
🪛 LanguageTool
docs/3. Product Features/Custom Certificates.md
[grammar] ~77-~77: In standard English, the noun “softwares” is uncountable. Consider using an alternative.
Context: ... certificates created on canva or other softwares, export the designs as “ppt” and save i...
(SOFTWARES)
[uncategorized] ~78-~78: Possible missing preposition found.
Context: ...s “ppt” and save it on your computer 2. Convert them to Google Slides format as describ...
(AI_HYDRA_LEO_MISSING_TO)
⏰ Context from checks skipped due to timeout of 90000ms (1)
- GitHub Check: build
|
||
<img width="402" alt="Screenshot 2025-06-25 at 10 23 27 AM" src="https://github.com/user-attachments/assets/f4e1fe7d-8e6b-447c-96d6-42f5be1066d3" /> | ||
|
||
The presentation will open in a new window and automatically save in your Google Drive as a Google Slides file |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
They should use the newly opened slide and not the old one. Should we specify this part?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actionable comments posted: 0
🧹 Nitpick comments (3)
docs/3. Product Features/Custom Certificates.md (3)
65-66
: Use Markdown call-outs for critical notesReaders often skim long docs. Converting this paragraph into a standard call-out (e.g.
> [!NOTE]
) will make the “PPTX label” warning stand out and stay consistent with our other docs.
73-73
: Grammar & clarity fix
save in your Google Drive
→saved to your Google Drive
, and tighten the second sentence.-The presentation will open in a new window and automatically save in your Google Drive as a Google Slides file. We need to use the new slide in the certificates. +The presentation opens in a new window and is automatically saved to your Google Drive as a Google Slides file. Use this new Google Slides version when generating certificates.
77-79
: Minor wording improvements
- “softwares” → uncountable noun “software”.
- Capitalise “Canva”.
- Add missing preposition “to”.
-1. For certificates created on canva or other softwares, export the designs as “ppt” and save it on your computer -2. Convert them to Google Slides format as described above(if they are still in ppt format). +1. For certificates created on Canva or other software, export the designs as “ppt” and save it to your computer. +2. Convert them to Google Slides format as described above (if they are still in PPT format).
📜 Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro
📒 Files selected for processing (1)
docs/3. Product Features/Custom Certificates.md
(1 hunks)
🧰 Additional context used
🪛 LanguageTool
docs/3. Product Features/Custom Certificates.md
[uncategorized] ~73-~73: The preposition “to” seems more likely in this position.
Context: ... in a new window and automatically save in your Google Drive as a Google Slides fi...
(AI_EN_LECTOR_REPLACEMENT_PREPOSITION)
[grammar] ~77-~77: In standard English, the noun “softwares” is uncountable. Consider using an alternative.
Context: ... certificates created on canva or other softwares, export the designs as “ppt” and save i...
(SOFTWARES)
[uncategorized] ~78-~78: Possible missing preposition found.
Context: ...s “ppt” and save it on your computer 2. Convert them to Google Slides format as describ...
(AI_HYDRA_LEO_MISSING_TO)
⏰ Context from checks skipped due to timeout of 90000ms (1)
- GitHub Check: build
🔇 Additional comments (1)
docs/3. Product Features/Custom Certificates.md (1)
67-72
: Screenshot should show the File ▸ Save as Google Slides optionThe text instructs users to pick Save as Google Slides, but the screenshot only shows the .PPTX badge. A single image that captures the File menu with the “Save as Google Slides” option would eliminate guess-work, addressing the feedback in earlier reviews.
Summary by CodeRabbit