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

feat!: add entity names to problem models #20

Merged
merged 1 commit into from
Aug 4, 2023

Conversation

SoryRawyer
Copy link
Contributor

Enables us to convert Superset datasets from virtual to physical datasets and pull directly from these models.

Enables us to convert Superset datasets from virtual to physical
datasets and pull directly from these models.
@openedx-webhooks openedx-webhooks added the open-source-contribution PR author is not from Axim or 2U label Aug 3, 2023
@openedx-webhooks
Copy link

Thanks for the pull request, @SoryRawyer! Please note that it may take us up to several weeks or months to complete a review and merge your PR.

Feel free to add as much of the following information to the ticket as you can:

  • supporting documentation
  • Open edX discussion forum threads
  • timeline information ("this must be merged by XX date", and why that is)
  • partner information ("this is a course on edx.org")
  • any other information that can help Product understand the context for the PR

All technical communication about the code itself will be done via the GitHub pull request interface. As a reminder, our process documentation is here.

Please let us know once your PR is ready for our review and all tests are green.

actor_id,
coalesce(any(success), false) as success,
coalesce(any(attempts), 0) as attempts,
sum(num_hints_displayed) as num_hints_displayed,
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm not 100% sure here, but I think the answers and hints are cumulative across events, so summing them here would effectively double them. Can you double check?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do you mean that there's a field that tracks number of hints shown, similar to how attempts will keep a running count of number of attempts? If so, I don't think we'd be double counting, since we're counting the number of hint/answer shown events, and not summing up a particular field.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oh I see, sorry I missed that 👍

actor_id,
coalesce(any(success), false) as success,
coalesce(any(attempts), 0) as attempts,
sum(num_hints_displayed) as num_hints_displayed,
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oh I see, sorry I missed that 👍

@bmtcril bmtcril merged commit f5494ce into openedx:main Aug 4, 2023
@openedx-webhooks
Copy link

@SoryRawyer 🎉 Your pull request was merged! Please take a moment to answer a two question survey so we can improve your experience in the future.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
open-source-contribution PR author is not from Axim or 2U
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

3 participants