ParulPandey commited on
Commit
c1e8a40
·
verified ·
1 Parent(s): 5279bda

Update README.md

Browse files

This tool generates Python code for an interactive quiz using the Gradio library. It's designed for instructors and presenters who want to create engaging, secure quizzes that run directly within a Google Colab notebook.

The generated code stores correct answers as **SHA-256 hashes**, preventing participants from seeing the solutions in the notebook's source code.

#### How to Use:

1. **Select Quiz Type:** Choose between Multiple-Choice (MCQ) or Text Answer.

2. **Enter Questions:** Paste your questions and answers in the specified format below. Each new question must be on a new line.

- **MCQ Format:** `Question,Option1,Option2,Option3,CorrectOption`

- **Text Answer Format:** `Question,CorrectAnswer`

3. **Generate Code:** Click the "Generate Quiz Code" button.

4. **Copy & Paste:** Copy the generated Python code and paste it into a cell in your Google Colab notebook. Participants can run the cell to launch the quiz.

Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -8,7 +8,7 @@ sdk_version: 5.41.1
8
  app_file: app.py
9
  pinned: false
10
  license: apache-2.0
11
- short_description: 'Instantly generate secure, interactive Python quiz code for '
12
  ---
13
 
14
  Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
8
  app_file: app.py
9
  pinned: false
10
  license: apache-2.0
11
+ short_description: 'Instantly generate secure, interactive Python quiz code'
12
  ---
13
 
14
  Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference