Qüestionari PDF

Genera un qüestionari de pràctica des de qualsevol PDF per provar-te.

Arrossegar i deixar, o enganxar un enllaç

PDF, Word, PowerPoint o text desplegable, navegant o enganxar un enllaç

🔒 Els vostres fitxers es processen en privat i s' esborraran automàticament. How we handle your data

The fastest way to know if you've actually learned something is to be quizzed on it. PDF.chat generates a practice quiz from any document — multiple-choice or short-answer — with the correct answers and the page each came from.

Per què fer-li una pregunta al document i fer una explicació castigada en què pot confiar.

Com fer-ho qüestionari pdf

1
Puja el document
Estudieu notes, un llibre de text, un manual d'entrenament o qualsevol PDF.
2
Genera un qüestionari
Ask for any number of questions; PDF.chat writes them with answers and page references.
3
Prova i aprèn
Answer them, check against the document, and chat through anything you got wrong.

Ús comuns

  • Fes un examen de pràctica des del curs
  • Qüestionari Tu mateix sobre un document de compliment o entrenament
  • Comproveu la vostra comprensió d'un article d'investigació
  • Construeix les preguntes de revisió d' un grup d'estudis

Preguntes més freqüents

Ask for any number — "make a 10-question quiz" — and it generates them from the document with answers and page references.

Every answer is grounded in your document and cites its source page, so you can verify it.

Useu això mitjançant l' API

Executa aquesta eina programadamàticament amb un únic POST. Autenticar amb el testimoni API del vostre compte.

curl -X POST https://pdf.chat/api/v1/ocr/ \
  -H "Authorization: Bearer YOUR_API_TOKEN" \
  -F "file=@your-file.pdf" \
  -F "tool=pdf-quiz"

Fitxers de 5 pàgines o menys retorna el resultat en línia; altrament enquesta el treball, i després baixa- lo com a md:

curl -L "https://pdf.chat/api/v1/ocr/JOB_UUID/download/?format=md" \
  -H "Authorization: Bearer YOUR_API_TOKEN" -o result.md

Llavors pregunta sobre el document, amb respostes citades a la pàgina:

curl -X POST https://pdf.chat/api/v1/chat/JOB_UUID/ \
  -H "Authorization: Bearer YOUR_API_TOKEN" \
  -H "Content-Type: application/json" \
  -d '{"message": "Summarize this document"}'
Llegeix els metges de l' API →
Valora aquesta pàgina
5.0/5 (0)

La teva reacció ens ajuda a solucionar problemes.