From 29b5126afc4e645a02508a24088fa7b5c05d97cf Mon Sep 17 00:00:00 2001 From: Cristhian Garcia Date: Wed, 25 Sep 2024 08:53:51 -0500 Subject: [PATCH 1/2] fix(assets): update description of learner performance charts --- .../assets/charts/Learner_Performance_b0e170.yaml | 2 +- .../assets/charts/Learner_Performance_b518f3.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tutoraspects/templates/aspects/build/aspects-superset/openedx-assets/assets/charts/Learner_Performance_b0e170.yaml b/tutoraspects/templates/aspects/build/aspects-superset/openedx-assets/assets/charts/Learner_Performance_b0e170.yaml index 13ebbdd03..1475972c4 100644 --- a/tutoraspects/templates/aspects/build/aspects-superset/openedx-assets/assets/charts/Learner_Performance_b0e170.yaml +++ b/tutoraspects/templates/aspects/build/aspects-superset/openedx-assets/assets/charts/Learner_Performance_b0e170.yaml @@ -6,7 +6,7 @@ dataset_uuid: ffc33796-bcd4-4e8b-a4e4-ab6517b72116 description: |-
Avg % Correct on 1st Attempt
-
The average percentage of correct answers on the first attempt
+
The average percentage of correct answers on the first attempt of the learners who attempted the problem.
params: adhoc_filters: diff --git a/tutoraspects/templates/aspects/build/aspects-superset/openedx-assets/assets/charts/Learner_Performance_b518f3.yaml b/tutoraspects/templates/aspects/build/aspects-superset/openedx-assets/assets/charts/Learner_Performance_b518f3.yaml index 9a5815f9e..40a5ba11c 100644 --- a/tutoraspects/templates/aspects/build/aspects-superset/openedx-assets/assets/charts/Learner_Performance_b518f3.yaml +++ b/tutoraspects/templates/aspects/build/aspects-superset/openedx-assets/assets/charts/Learner_Performance_b518f3.yaml @@ -6,7 +6,7 @@ dataset_uuid: ffc33796-bcd4-4e8b-a4e4-ab6517b72116 description: |-
Avg % Correct on 1st Attempt
-
The average percentage of correct answers on the first attempt
+
The average percentage of correct answers on the first attempt of the learners who attempted the problem.
params: adhoc_filters: [] From 973af9602827ee71d94d977ff3bb2d1e2e121d53 Mon Sep 17 00:00:00 2001 From: Cristhian Garcia Date: Wed, 25 Sep 2024 09:46:23 -0500 Subject: [PATCH 2/2] fix(assets): move enrolles before tags --- .../openedx-assets/assets/charts/Course_Info_ccdd7d.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tutoraspects/templates/aspects/build/aspects-superset/openedx-assets/assets/charts/Course_Info_ccdd7d.yaml b/tutoraspects/templates/aspects/build/aspects-superset/openedx-assets/assets/charts/Course_Info_ccdd7d.yaml index 7cb702cf5..7d231c619 100644 --- a/tutoraspects/templates/aspects/build/aspects-superset/openedx-assets/assets/charts/Course_Info_ccdd7d.yaml +++ b/tutoraspects/templates/aspects/build/aspects-superset/openedx-assets/assets/charts/Course_Info_ccdd7d.yaml @@ -34,9 +34,9 @@ params: sqlExpression: | {% raw %}{{ get_filtered_dashboard_link('course-dashboard', 'course_run', 'w863AfFgi') }}{% endraw %} metrics: + - enrollees - active_count - tag_list - - enrollees order_by_cols: [] order_desc: false percent_metrics: []