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

Add quiz recipients selector as Side Panel #12952

Open
wants to merge 6 commits into
base: develop
Choose a base branch
from

Conversation

AlexVelezLl
Copy link
Member

@AlexVelezLl AlexVelezLl commented Dec 16, 2024

Summary

Add quiz recipients selector as Side Panel.

Compartir.pantalla.-.2024-12-17.10_59_21.mp4

References

Closes #12901.

Reviewer guidance

  • Create a new quiz and assign an entire class, groups or students.
  • Edit a created quiz and assig an entire class, groups or students.
  • Check error statuses.

@github-actions github-actions bot added APP: Coach Re: Coach App (lessons, quizzes, groups, reports, etc.) DEV: frontend labels Dec 16, 2024
@AlexVelezLl AlexVelezLl marked this pull request as ready for review December 17, 2024 15:54
@@ -0,0 +1,130 @@
<template>
Copy link
Member Author

@AlexVelezLl AlexVelezLl Dec 17, 2024

Choose a reason for hiding this comment

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

This is just a refactor to break down the current IndividualLearnerSelector component to have an IndividualLearnerSelectorTable that we can reuse in the LearnersSelectorSidePanel. I havent edited the logic of this component, just extracted the table.

{{ $tr('selectGroupsAndIndividualLearnersTitle') }}
</h1>
</template>
<div style="padding-top: 30px">
Copy link
Member Author

Choose a reason for hiding this comment

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

Once #12895 is merged we will need to remove this div, as its adding a fixing-padding that wont be needed after #12895

display: flex;
justify-content: flex-end;
width: 100%;
margin-bottom: 16px;
Copy link
Member Author

Choose a reason for hiding this comment

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

Once #12895 is merged we will need to remove this maring, as its adding a fixing-marging that wont be needed after #12895

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
APP: Coach Re: Coach App (lessons, quizzes, groups, reports, etc.) DEV: frontend
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Update quiz assignment workflow to use side panel UI
1 participant