Skip to content

Commit 3d818cb

Browse files
committed
Add a tip for Quarto document submissions
1 parent 80d6bbd commit 3d818cb

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

projects.qmd

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,18 @@ listing:
1212
page-layout: full
1313
title-block-banner: false
1414
---
15+
16+
17+
::: callout-tip
18+
### Submitting Quarto documents to CoursePlus
19+
20+
Some of you might choose to use Quarto for making your HTML project files instead of Rmarkdown. If so, keep in mind that Quarto will create a directory that has to be shared along with the HTML file ^[RMarkdown generates self-contained HTML files whereas Quarto does not.]. That is, you will have to make a ZIP file that contains both the (A) HTML file made with Quarto, and (B) the *_quarto_files directory that Quarto also made. Then upload the ZIP file to CoursePlus.
21+
22+
Taking https://github.com/lcolladotor/StatComputing_ProjectDemo as an example, the ZIP file would have to contain:
23+
24+
* The HTML file <https://github.com/lcolladotor/StatComputing_ProjectDemo/blob/gh-pages/2025-09-02_demo_quarto.html>
25+
* The `"*_quarto_files"` directory <https://github.com/lcolladotor/StatComputing_ProjectDemo/tree/gh-pages/2025-09-02_demo_quarto_files>
26+
27+
28+
If needed, you can download your own project submission from CoursePlus to verify that it looks as you intended. To do so, I recommend downloading your submission to your `~/Desktop` or `~/Downloads` directory (one that is separate from where you did the initial work). Then open the HTML file on your browser to verify that it does indeed look as you intended.
29+
:::

0 commit comments

Comments
 (0)