Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(assets): latest details of dashboard changes #949

Merged
merged 2 commits into from
Sep 25, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -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: []
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ dataset_uuid: ffc33796-bcd4-4e8b-a4e4-ab6517b72116
description: |-
<dl>
<dt>Avg % Correct on 1st Attempt </dt>
<dd> The average percentage of correct answers on the first attempt </dd>
<dd> The average percentage of correct answers on the first attempt of the learners who attempted the problem. </dd>
</dl>
params:
adhoc_filters:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ dataset_uuid: ffc33796-bcd4-4e8b-a4e4-ab6517b72116
description: |-
<dl>
<dt>Avg % Correct on 1st Attempt </dt>
<dd> The average percentage of correct answers on the first attempt </dd>
<dd> The average percentage of correct answers on the first attempt of the learners who attempted the problem. </dd>
</dl>
params:
adhoc_filters: []
Expand Down