Skip to content

Commit

Permalink
Merge branch 'cbrelease-4.8.14' of https://github.com/sunbird-cb/sunb…
Browse files Browse the repository at this point in the history
…ird-core-dataproducts into cbrelease-4.8.14
  • Loading branch information
varshamahuli97 committed Jul 10, 2024
2 parents cc909ba + 6a92902 commit 4987898
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ object CourseBasedAssessmentModel extends AbsDashboardModel {
.select(
col("userID").alias("user_id"),
col("course_id").alias("content_id"),
col("assessID").alias("assessment_id"),
col("assessChildID").alias("assessment_id"),
col("assessChildName").alias("assessment_name"),
col("assessment_type").alias("assessment_type"),
col("totalAssessmentDuration").alias("assessment_duration"),
Expand Down

0 comments on commit 4987898

Please sign in to comment.