We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 01c67db commit 081fa55Copy full SHA for 081fa55
lib/cadet/courses/assessment_config.ex
@@ -27,7 +27,7 @@ defmodule Cadet.Courses.AssessmentConfig do
27
28
@required_fields ~w(course_id)a
29
@optional_fields ~w(order type early_submission_xp
30
- hours_before_early_xp_decay show_grading_summary is_manually_graded has_voting_features has_token_counter is_grading_auto_published, on_finish_submit_and_return_to_game)a
+ hours_before_early_xp_decay show_grading_summary is_manually_graded has_voting_features has_token_counter is_grading_auto_published on_finish_submit_and_return_to_game)a
31
32
def changeset(assessment_config, params) do
33
assessment_config
0 commit comments