marvelai-org / marvel-ai-backend

This is the Marvel Teaching Assistant ai repo.
MIT License
17 stars 86 forks source link

[Feature] - Develop Presentation Generator #117

Open Ahmedr275 opened 1 week ago

Ahmedr275 commented 1 week ago

Develop Presentation Generator Tool

Description

As an educator, I want to generate engaging slide presentations for my class based on specific topics, text, or uploaded files so that I can save time and create visually appealing teaching materials tailored to my students' grade level and subject requirements.

The tool should allow users to:

Design

Presentation Generator Presentation Generator-1 Presentation Generator-2 Presentation Generator-3

Acceptance Criteria


Sample Input and Output

Input:

Output:

Slide Content
Slide 1 Introduction to Python: Variables and Data Types
Slide 2 What is a Variable?
- A container for storing data values in Python
- Can hold various data types
- Can be reassigned
Example:
x = 5 assigns value 5 to variable x.
Slide 3 Data Types in Python
- Integers (int): Whole numbers
- Floats (float): Numbers with decimal points
- Strings (str): Text enclosed in quotes
- Booleans (bool).
Slide 4 Declaring and Using Variables
- Use descriptive names
- Stick to lowercase with underscores
- Avoid starting with numbers or special characters.
Example:
age = 20.
Slide 5 Hands-on Exercise
Write a program that:
- Assigns values to variables name, age, and grade
- Prints these variables in a sentence.
Example:
name = "Alice".

Resources

  1. Design Mockup

Please ensure that each of these criteria is fulfilled for the issue to be considered complete.

AaronSosaRamos commented 1 day ago

124 needs to be checked against acceptance criteria