Skip to content

Commit

Permalink
added implementation validation but still buggy
Browse files Browse the repository at this point in the history
  • Loading branch information
reevafaisal committed Nov 18, 2024
1 parent e4330cf commit 42981d6
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/haz3lweb/view/TutorialMode.re
Original file line number Diff line number Diff line change
Expand Up @@ -48,10 +48,10 @@ let view =
hidden_tests: _,
}:
Tutorial.stitched(Tutorial.DynamicsItem.t) = stitched_dynamics;
let grading_report =
TutorialGrading.GradingReport.mk(eds, ~stitched_dynamics);
let score_view =
TutorialGrading.GradingReport.view_overall_score(grading_report);
// let grading_report =
// TutorialGrading.GradingReport.mk(eds, ~stitched_dynamics);
// let score_view =
// TutorialGrading.GradingReport.view_overall_score(grading_report);

let editor_view =
(
Expand Down Expand Up @@ -144,7 +144,7 @@ let view =
),
);

[score_view, title_view]
[title_view]
@ render_cells(
settings,
[
Expand Down

0 comments on commit 42981d6

Please sign in to comment.