Skip to content

Commit

Permalink
practice homepage updated for Quiz 1 + run-utf8 to resolve encoding bugs
Browse files Browse the repository at this point in the history
  • Loading branch information
Francisco committed Oct 16, 2024
1 parent 72337fc commit 91792dc
Show file tree
Hide file tree
Showing 4 changed files with 641 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,4 +52,4 @@ To explain up-front:
- When taking an exam for practice, we recommend having a copy of the DSC 10 reference sheet open in another tab, as well as a second copy of the exam, so you can access the data descriptions.



Note: encoding used is UFT-8, if you are running into encoding errors using run.py, use run-uft8.py
13 changes: 12 additions & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
}
.display.math{display: block; text-align: center; margin: 0.5rem auto;}
</style>
<link rel="stylesheet" href="assets/theme.css" />
<link rel="stylesheet" href="assets\theme.css" />
</head>
<body>
<header id="title-block-header">
Expand Down Expand Up @@ -334,6 +334,17 @@ <h3 id="quizzes">🙋‍♀️ Quizzes</h3>
<tbody>
<tr>
<th scope="row">
Fall 2024
</th>
<td>
Janine Tiefenbruck
</td>
<td>
<a href='fa24-quiz1/index.html'>Quiz 1</a>
</td>
</tr>
<tr>
<th scope="row">
Spring 2024
</th>
<td>
Expand Down
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@ bs4==0.0.1
lxml==4.9.1
PyYAML==6.0
soupsieve==2.3.2.post1
#encoding = 'UTF-8'
Loading

0 comments on commit 91792dc

Please sign in to comment.