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

[GEN-69] Feat: import json quizzes generated by claude #106

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

rajatkantinandi
Copy link
Owner

  • Add Big Business groups of india quiz as well

Example Prompt to use:

Go to claude.ai, login and then go to settings and enable artifacts if not enabled already.

Screenshot from 2024-09-07 21-11-42

Then in a new chat try a prompt like this:

Create a quiz on "Indian’s big business groups" with 20 MCQ questions. The output should be in JSON format like this:
{
 title: "title of the quiz in string",
 questions: "Array of questions"
}

question = {
 id: number,
 text: "Question text in string",
 options: "Array of strings as options for the question",
 correctAnswer: "Correct option from the options array in string",
 points: "A number between 50 and 200 based on the difficulty of the question"
}

Please include questions of various difficulty level and set the points according to the difficulty level

It will generate a json file which we can download from Claude and then import it on quizmaster. They will be added in a new quiz and all the questions will be in the category "Default".

Now, we just have to verify the quiz questions, make corrections, set proper points, move them to different categories and save the quiz.
Then we can download the quiz and add it to the data folder of this repo for it to show up in the catalog.

- Add Big Business groups of india quiz as well
Copy link

vercel bot commented Sep 7, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
quizmaster ✅ Ready (Inspect) Visit Preview 💬 Add feedback Sep 7, 2024 3:43pm

@rajatkantinandi rajatkantinandi changed the title Feat: import json quizzes generated by claude [GEN-69] Feat: import json quizzes generated by claude Sep 7, 2024
Copy link

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant