qzxtu / PDF-Quiz-Exporter-for-Socrative

Welcome to the PDF Quiz Exporter for Socrative, a handy tool that allows you to extract quiz information and questions from Socrative and export them to a PDF format using C# and the iTextSharp library.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

image

PDF Quiz Exporter for Socrative

Welcome to the PDF Quiz Exporter for Socrative, a handy tool that allows you to extract quiz information and questions from Socrative and export them to a PDF format using C# and the iTextSharp library.

Requirements

  • Visual Studio or a compatible C# development environment.
  • iTextSharp library (make sure to include it in your project).

Usage

  1. Start the application in your development environment.
  2. When prompted, enter the name of the Socrative classroom you'd like to analyze.
  3. The application will retrieve information about the quiz and its questions from Socrative.
  4. Quiz details will be neatly organized and exported to a PDF file, conveniently named "QuizInfo.pdf," located in your application's directory.

Sample Output

The resulting PDF file, "QuizInfo.pdf," contains comprehensive information about the quiz, encompassing its title, unique ID, and the individual questions with their respective answers. HTML-encoded entities are seamlessly decoded for enhanced readability.

Here's a screenshot of the application in action:

image

And here's a screenshot of the generated PDF output:

image

Credits

This project leverages the powerful iTextSharp library to create PDF files, ensuring a professional and organized presentation of quiz data.

Disclaimer

Please note that the use of this application is the sole responsibility of the end user. The creator of this tool, [Your Name], disclaims any liability for its use.

License

This project is licensed under the MIT License. Refer to the LICENSE file for complete details.

About

Welcome to the PDF Quiz Exporter for Socrative, a handy tool that allows you to extract quiz information and questions from Socrative and export them to a PDF format using C# and the iTextSharp library.

License:GNU General Public License v3.0


Languages

Language:C# 100.0%