Skip to content

Commit 61d09ed

Browse files
committed
Update project submission info based on
feedback from TAs
1 parent e868ad5 commit 61d09ed

File tree

1 file changed

+22
-5
lines changed

1 file changed

+22
-5
lines changed

projects.qmd

Lines changed: 22 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,15 +17,32 @@ title-block-banner: false
1717
::: callout-tip
1818
### Submitting Quarto documents to CoursePlus
1919

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.
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.].
2121

22-
Taking <https://github.com/lcolladotor/StatComputing_ProjectDemo> as an example, the ZIP file would have to contain:
22+
In this case, open the HTML file on your browser, then create a PDF by printing the HTML file to PDF from your browser. You can then upload the PDF file to CoursePlus.
2323

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>
24+
Previously I had stated that you could submit a ZIP file, but we found this to add unnecessary complexity to the submission process. So please submit a PDF file instead for Quarto documents.
2625

26+
Deprecated instructions:
27+
28+
> 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.
29+
>
30+
> Taking <https://github.com/lcolladotor/StatComputing_ProjectDemo> as an example, the ZIP file would have to contain:
31+
>
32+
> * The HTML file <https://github.com/lcolladotor/StatComputing_ProjectDemo/blob/gh-pages/2025-09-02_demo_quarto.html>
33+
> * The `"*_quarto_files"` directory <https://github.com/lcolladotor/StatComputing_ProjectDemo/tree/gh-pages/2025-09-02_demo_quarto_files>
34+
:::
35+
36+
::: callout-important
37+
### Verifying your project submission
38+
39+
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 (or PDF file for Quarto documents). That is, verify that the HTML file has:
40+
41+
* code chunks with the code you evaluated
42+
* figures that were generated by your code
43+
* results that were generated by your code
44+
* text that you wrote describing the results
2745

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.
2946
:::
3047

3148
::: callout-note

0 commit comments

Comments
 (0)