Skip to content

Commit

Permalink
Merge pull request Sunbird-Obsrv#114 from FsherinP/column-name-change
Browse files Browse the repository at this point in the history
Column name change
  • Loading branch information
shishirsuman092 authored Jul 10, 2024
2 parents 27b91e3 + 718a2ae commit 6a92902
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 6a92902

Please sign in to comment.