-
Notifications
You must be signed in to change notification settings - Fork 25
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
[C4GT Community]: Jumble questions displayed in UI #156
Comments
Hey @suryabulusu ! |
Can I work on this? |
Hello @suryabulusu , I'm Harish Lukare and I want to work on this project can you please assign this issue to me under Augtoberfest24 C4GT |
Hello @hardik-pratap-singh @SanjanaSogimatt @hlukare, |
Okay I'm on it then! |
Hello @SanjanaSogimatt |
Hey @suryabulusu ! |
Hello @Ampplex -- thanks for submitting the PR! Your code makes partial sense, but I don't think your code captures the logic correctly. For this, you'll have to look at Note that there is already a It's a bit challenging but I think you are quite close to cracking it! |
Hey @suryabulusu Please assign this issue . |
Hi @suryabulusu |
@suryabulusu i would like to work on this if it is still available to work |
@Ampplex @Asp-Codes have you been able to make any progress on this? |
@tanishk2907 Hey! I was working on another issue but got sidetracked by some personal tasks. I left it unfinished, but I’ll be working on it from today and will complete it! |
Ticket Contents
Description
Currently, questions are displayed in linear order.
Task: Use the linear key in Quiz type to jumble questions received from API request.
Goals
Goals
Expected Outcome
Questions are displayed in jumble order when key in Quiz JSON is tweaked.
Acceptance Criteria
No response
Implementation Details
Caveat: Subset pattern picks first 10 questions from question set. It means, we can only jumble first ten questions. This is not fully random.
See Quiz Backend (https://github.com/avantifellows/quiz-backend/)
router/quizzes.py
for subset pattern.Mockups/Wireframes
No response
Product Name
Quiz Frontend
Organisation Name
Avanti Fellows
Domain
Education
Tech Skills Needed
Vue.js
Mentor(s)
@suryabulusu
Complexity
Medium
Category
Frontend
The text was updated successfully, but these errors were encountered: