Skip to content

Commit

Permalink
move mp4s
Browse files Browse the repository at this point in the history
  • Loading branch information
laadvo committed Jan 14, 2025
1 parent 725a2a7 commit a417c43
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 5 deletions.
Binary file added docs/_static/videos/continue_later.mp4
Binary file not shown.
Binary file added docs/_static/videos/evaluation_metrics.mp4
Binary file not shown.
Binary file added docs/_static/videos/exercise_details.mp4
Binary file not shown.
Binary file added docs/_static/videos/metrics_explanation.mp4
Binary file not shown.
Binary file added docs/_static/videos/read_submission.mp4
Binary file not shown.
10 changes: 5 additions & 5 deletions docs/overview/playground.rst
Original file line number Diff line number Diff line change
Expand Up @@ -281,31 +281,31 @@ The details include the problem statement, grading instructions, and a sample so

.. raw:: html

<iframe src="../../playground/public/exercise_details.mp4" allowfullscreen="1" frameborder="0" width="600" height="350">
<iframe src="../_static/videos/exercise_details.mp4" allowfullscreen="1" frameborder="0" width="600" height="350">
Read exercise details
</iframe>

After understanding the exercise, the expert reads through the submission and the corresponding feedback.

.. raw:: html

<iframe src="../../playground/public/read_submission.mp4" allowfullscreen="1" frameborder="0" width="600" height="350">
<iframe src="../_static/videos/read_submission.mp4" allowfullscreen="1" frameborder="0" width="600" height="350">
Read submission
</iframe>

The expert then evaluates the feedback using a 5-point Likert scale based on the previously defined metrics.

.. raw:: html

<iframe src="../../playground/public/evaluation_metrics.mp4" allowfullscreen="1" frameborder="0" width="600" height="350">
<iframe src="../_static/videos/evaluation_metrics.mp4" allowfullscreen="1" frameborder="0" width="600" height="350">
Evaluate metrics
</iframe>

If the meaning of a metric is unclear, a more detailed explanation can be accessed by clicking the info icon or the Metric Details button.

.. raw:: html

<iframe src="../../playground/public/metrics_explanation.mp4" allowfullscreen="1" frameborder="0" width="600" height="350">
<iframe src="../_static/videos/metrics_explanation.mp4" allowfullscreen="1" frameborder="0" width="600" height="350">
Read metrics explanation
</iframe>

Expand All @@ -314,6 +314,6 @@ When ready to take a break, the expert clicks on the Continue Later button which

.. raw:: html

<iframe src="../../playground/public/continue_later.mp4" allowfullscreen="1" frameborder="0" width="600" height="350">
<iframe src="../_static/videos/continue_later.mp4" allowfullscreen="1" frameborder="0" width="600" height="350">
Continue later
</iframe>

0 comments on commit a417c43

Please sign in to comment.