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(Export): Peer Chat component export #1466

Merged
merged 2 commits into from
Oct 16, 2023

Conversation

geoffreykwan
Copy link
Member

Changes

Implemented Peer Chat component export with these requirements

  • Each row is a student response
  • Each row has a Peer Group ID
  • Group rows by Peer Group ID and timestamp
  • If there is a Dynamic Prompt, show a Dynamic Prompt column
  • If there are Question Bank Questions, show a column for each question

Test

  • Make sure Peer Group IDs show up
  • Make sure rows are grouped by Peer Group ID and timestamp
  • Test with a Dynamic Prompt and make sure the correct Dynamic Prompt shows up
  • Test with a Question Bank and make sure questions show up
  • Test with no Dynamic Prompt and no Question Bank
  • Make sure the student response shows up

Closes #1465

@geoffreykwan geoffreykwan self-assigned this Oct 12, 2023
@geoffreykwan geoffreykwan marked this pull request as ready for review October 12, 2023 22:21
@geoffreykwan geoffreykwan requested a review from breity October 12, 2023 22:21
Copy link
Member

@breity breity left a comment

Choose a reason for hiding this comment

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

Looks good.

One minor issue I see is that the question bank questions aren't included in the export for v1 Peer Chat components. Do you see that too? (Maybe not critical, though, since there are very few v1 components in actual runs.)

I'm also wondering if the researchers would want to see the static before and after prompt content included in the export. But maybe we can add if they ask for it.

@geoffreykwan geoffreykwan requested a review from breity October 16, 2023 18:58
Copy link
Member

@breity breity left a comment

Choose a reason for hiding this comment

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

LGTM. 👍

@geoffreykwan geoffreykwan merged commit 9ba9955 into develop Oct 16, 2023
2 checks passed
@geoffreykwan geoffreykwan deleted the issue-1465-peer-chat-export branch October 16, 2023 19:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

feat(Export): Peer Chat component export
2 participants