Skip to content

Commit

Permalink
Fix broken images.
Browse files Browse the repository at this point in the history
  • Loading branch information
sangwinc committed Oct 30, 2024
1 parent c4abb0e commit 895aa42
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -85,13 +85,13 @@ In comparing student performance in the two Linear Algebra courses (A and B), th
<div style="display: flex; justify-content: space-between; align-items: center;">
<!-- Left Plot -->
<figure class="figure" style="width: 48%; margin: 0;">
<img class="figure-img img-fluid" style="width: 100%; height: auto;" src="../Images/Pre-Post-STACK-courseA.PNG" alt="Student Engagement with STACK, Course A">
<img class="figure-img img-fluid" style="width: 100%; height: auto;" src="../Images/Pre-Post-STACK-courseA.png" alt="Student Engagement with STACK, Course A">
<figcaption class="figure-caption" style="text-align: center;"> Pre-Post STACK Analysis, Course A</figcaption>
</figure>

<!-- Right Plot -->
<figure class="figure" style="width: 46%; margin: 0;">
<img class="figure-img img-fluid" style="width: 100%; height: auto;" src="../Images/Pre-Post-STACK-courseB.PNG" alt="Student Engagement with STACK, Course B">
<img class="figure-img img-fluid" style="width: 100%; height: auto;" src="../Images/Pre-Post-STACK-courseB.png" alt="Student Engagement with STACK, Course B">
<figcaption class="figure-caption" style="text-align: center;">Pre-Post STACK Analysis, Course B </figcaption>
</figure>
</div>
Expand Down

0 comments on commit 895aa42

Please sign in to comment.