Sicheng2000 / project_step_5

Project step 5: Communication
0 stars 0 forks source link

Project_step_5_feedback #1

Open Sicheng2000 opened 5 months ago

Sicheng2000 commented 5 months ago

@francojc

  1. How to make PowerPoint in Quarto. a. adding speaker notes by :::{.notes} ::: b. # is for section slides, and ## is for subsection slides
  2. The slightly confusing aspect for me was that I initially thought the presentation content would be located in presentations.qmd, but it appears that the PowerPoint content actually be written in index.qmd.
  3. It seems that others typically create PowerPoint presentations in presentations.qmd. From this link (https://www.youtube.com/watch?v=01KifhHDkFk), I didn't find the YouTuber in the video editing index.qmd file while making the PowerPoint.
francojc commented 5 months ago

Great job. You went above and beyond. Glad to see that you were able to present using revealjs!

In our project, I've set up the presentations.qmd as a listings page, not an individual presentation. This document then lists the individual presentations that are within the slides/ directory. This is why there is a directory such as reports/slides/my-presentation/index.qmd.