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 More Questions for Tests (in JSON Format) #4

Open
SurajSanap opened this issue Dec 29, 2024 · 0 comments
Open

Add More Questions for Tests (in JSON Format) #4

SurajSanap opened this issue Dec 29, 2024 · 0 comments
Labels
enhancement New feature or request
Milestone

Comments

@SurajSanap
Copy link
Owner

Description: The current test section has a limited number of questions, which hampers preparation for the JLPT.
Data Path: data\Test\n5.json
Affected Functionality: Test questions rendering.

Suggested Enhancement:
Create a JSON file with structured questions (including listening, multiple-choice, and text-based questions).
Include metadata such as difficulty, question_type, correct_answer, and options.
Add a function to parse and load the JSON file dynamically.

format of quetions will be in json:

[
{
"question": "Translate the following word to English: 猫",
"options": ["Dog", "Cat", "Bird", "Fish"],
"answer": "Cat"
}
]

@SurajSanap SurajSanap added the enhancement New feature or request label Dec 29, 2024
@SurajSanap SurajSanap added this to the V1.0.1 milestone Dec 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant