ai-quizgenie avatar

ai-quizgenie

Try for free

No credit card required

Go to Store
ai-quizgenie

ai-quizgenie

bala-ceg/ai-quizgenie
Try for free

No credit card required

ai-quizgenie is an Apify Actor that extracts content from webpages and PDFs to generate multiple-choice quiz questions (MCQs) using LLMs (GPT-3.5, GPT-4, etc.).

Developer
Maintained by Community

Actor Metrics

  • 3 Monthly users

  • No reviews yet

  • No bookmarks yet

  • 43% runs succeeded

  • Created in Mar 2025

  • Modified 2 days ago

URL

urlstringRequired

Enter a webpage or PDF URL to generate quiz questions.

Default value of this property is "https://en.wikipedia.org/wiki/Artificial_intelligence"

Number of Questions

num_questionsintegerOptional

How many quiz questions to generate?

Default value of this property is 5

Difficulty Level

difficultyEnumOptional

Choose the difficulty level for quiz questions.

Value options:

"Easy": string"Medium": string"Hard": string

Default value of this property is "Medium"

OpenAI model

modelEnumOptional

The OpenAI model to use. Currently supported models are gpt-4o and gpt-4o-mini and the reasoning models o1 and o3-mini. For best results, use gpt-4o.

Value options:

"gpt-4o": string"gpt-4o-mini": string"o1": string"o3-mini": string"gpt-3.5-turbo": string

Default value of this property is "gpt-4o"

Debug

debugbooleanOptional

If enabled, the Actor will run in debug mode and produce more output.

Default value of this property is false