✨ feature: shuffle questions order#21
Open
DanRioDev wants to merge 2 commits intolinkedin-faq:mainfrom
Open
Conversation
Author
|
Hey @luan0ap, what do you think about this? |
Typo on JSDOC
Collaborator
|
Hi @oVerde , thanks for your interest 😁. Is there any blocker when setup the dev environment, like hitting to requirement of GA_MEASUREMENT_ID ? (added new commit to prevent this from happening during dev) I tried to play with your changes and here are the few things the user (which is me in this case) will be expecting:
MD2Practice.-.22.July.2022.mp4There could also be another alternative such as loading a smaller subset of questions in another page other than |
Author
|
Nice catch! Will fix that. |
|
bump? |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What?
A new button on the modal so the questions order can be shuffled
Why?
I felt my answers were biased by questions' order, after answering and resetting many times.
How?
A new file shuffle.ts was add to ./src/components/common.
A new svg button add to
InformationPanel.And everything else tied together.
Testing?
Basic testing as the
resetHandleralready hadScreenshots (optional)
Anything Else?
Hope you guys like it as much as I did 😂