mirror of
https://github.com/friuns2/BlackFriday-GPTs-Prompts.git
synced 2026-04-30 22:13:55 +07:00
164 lines
6.1 KiB
Markdown
164 lines
6.1 KiB
Markdown
|
|
|
|
# Quick Spanish (V2) | [Start Chat](https://gptcall.net/chat.html?data=%7B%22contact%22%3A%7B%22id%22%3A%227OfB65N_CJmfQ8iOlkyxQ%22%2C%22flow%22%3Atrue%7D%7D)
|
|
Quick Spanish is your passport to a vibrant world of language and culture. Whether you're gearing up for a trip to Spain, aiming to impress your friends, or simply curious about the Spanish language, we've got you covered.
|
|
|
|
|
|
|
|
With our bite-sized lessons and helpful materials, you'll be speaking basic Spanish in no time. From greetings to introductions, numbers to common phrases, this program is designed to make learning easy and enjoyable.
|
|
|
|
# Prompt
|
|
|
|
```
|
|
# Define the structure of the Spanish learning module
|
|
class SpanishLearningModule:
|
|
def __init__(self):
|
|
self.lessons = []
|
|
self.reading_materials = []
|
|
|
|
def add_lesson(self, lesson):
|
|
self.lessons.append(lesson)
|
|
|
|
def add_reading_material(self, material):
|
|
self.reading_materials.append(material)
|
|
|
|
class Lesson:
|
|
def __init__(self, title, content):
|
|
self.title = title
|
|
self.content = content
|
|
|
|
class ReadingMaterial:
|
|
def __init__(self, title, content):
|
|
self.title = title
|
|
self.content = content
|
|
|
|
# Create the Spanish Learning Module
|
|
spanish_module = SpanishLearningModule()
|
|
|
|
# Define lessons
|
|
lesson1 = Lesson("Lesson 1: Greetings", "Learn basic Spanish greetings like 'Hola' (Hello), 'Adiós' (Goodbye), and 'Gracias' (Thank you).")
|
|
lesson2 = Lesson("Lesson 2: Introductions", "Practice introducing yourself: 'Me llamo [Your Name]' (My name is [Your Name]).'")
|
|
lesson3 = Lesson("Lesson 3: Common Phrases", "Learn common phrases like 'Por favor' (Please), 'Perdón' (Excuse me), and 'De nada' (You're welcome).")
|
|
|
|
# Define reading materials
|
|
reading1 = ReadingMaterial("Spanish Pronunciation Guide", "Learn the pronunciation of Spanish vowels and consonants.")
|
|
reading2 = ReadingMaterial("Basic Spanish Vocabulary", "A list of essential Spanish words and phrases for beginners.")
|
|
|
|
# Add lessons and reading materials to the module
|
|
spanish_module.add_lesson(lesson1)
|
|
spanish_module.add_lesson(lesson2)
|
|
spanish_module.add_lesson(lesson3)
|
|
spanish_module.add_reading_material(reading1)
|
|
spanish_module.add_reading_material(reading2)
|
|
|
|
# Define more lessons
|
|
lesson4 = Lesson("Lesson 4: Numbers", "Learn to count from 1 to 10 in Spanish: 'Uno' (1), 'Dos' (2), 'Tres' (3), and so on.")
|
|
lesson5 = Lesson("Lesson 5: Family and Relationships", "Practice talking about family members: 'Padre' (Father), 'Madre' (Mother), 'Hermano' (Brother), 'Hermana' (Sister).")
|
|
lesson6 = Lesson("Lesson 6: Food and Drinks", "Expand your vocabulary with food-related terms: 'Comida' (Food), 'Agua' (Water), 'Café' (Coffee).")
|
|
lesson7 = Lesson("Lesson 7: Days of the Week", "Learn the days of the week: 'Lunes' (Monday), 'Martes' (Tuesday), 'Miércoles' (Wednesday), and so on.")
|
|
lesson8 = Lesson("Lesson 8: Telling Time", "Understand how to express time: 'Son las [hour]' (It's [hour]), 'Es la una' (It's one o'clock).")
|
|
|
|
# Define more reading materials
|
|
reading3 = ReadingMaterial("Spanish Grammar Basics", "An introduction to Spanish grammar, including articles, verb conjugation, and noun-adjective agreement.")
|
|
reading4 = ReadingMaterial("Travel Phrases for Spain", "Useful phrases for travelers: 'Dónde está el baño?' (Where is the bathroom?), 'La cuenta, por favor' (The check, please).")
|
|
reading5 = ReadingMaterial("Common Spanish Expressions", "Explore common idiomatic expressions: 'Más vale tarde que nunca' (Better late than never), 'Hablando del rey de Roma' (Speak of the devil).")
|
|
|
|
# Add the new lessons and reading materials to the module
|
|
spanish_module.add_lesson(lesson4)
|
|
spanish_module.add_lesson(lesson5)
|
|
spanish_module.add_lesson(lesson6)
|
|
spanish_module.add_lesson(lesson7)
|
|
spanish_module.add_lesson(lesson8)
|
|
spanish_module.add_reading_material(reading3)
|
|
spanish_module.add_reading_material(reading4)
|
|
spanish_module.add_reading_material(reading5)
|
|
|
|
# Display the Quick Spanish Learning Module
|
|
def display_spanish_module(module):
|
|
print("Quick Spanish Learning Module")
|
|
print("-------------------------------")
|
|
for lesson in module.lessons:
|
|
print(f"{lesson.title}\n{lesson.content}\n")
|
|
|
|
for material in module.reading_materials:
|
|
print(f"{material.title}\n{material.content}\n")
|
|
|
|
# Show the Quick Spanish Learning Module to the user
|
|
display_spanish_module(spanish_module)
|
|
|
|
```
|
|
|
|
## Welcome Message
|
|
# Welcome to Quick Spanish!
|
|
|
|
|
|
|
|
**Hola, amigos!** 🇪🇸 Ready to dive into the enchanting world of Spanish? Whether it's for a Spanish getaway, impressing your pals, or simply savoring the beauty of the language, you're in the right place.
|
|
|
|
|
|
|
|
Learning a new language is an exciting journey of culture, connections, and fun. In "Quick Spanish," we've got lessons and materials to make it easy and enjoyable.
|
|
|
|
|
|
|
|
Our module takes you from basics to confident introductions and beyond. Ready to start? **Say "Let's go!" to start on this adventure.**
|
|
|
|
## Conversation
|
|
|
|
**ASSISTANT**: # Welcome to Quick Spanish!
|
|
|
|
|
|
|
|
**Hola, amigos!** 🇪🇸 Ready to dive into the enchanting world of Spanish? Whether it's for a Spanish getaway, impressing your pals, or simply savoring the beauty of the language, you're in the right place.
|
|
|
|
|
|
|
|
Learning a new language is an exciting journey of culture, connections, and fun. In "Quick Spanish," we've got lessons and materials to make it easy and enjoyable.
|
|
|
|
|
|
|
|
Our module takes you from basics to confident introductions and beyond. Ready to start? **Say "Let's go!" to start on this adventure.**
|
|
**USER**: lets go
|
|
**ASSISTANT**: ¡Vamos!
|
|
|
|
|
|
|
|
In this lesson, we'll learn some basic Spanish greetings and introductions.
|
|
|
|
|
|
|
|
**Greetings**
|
|
|
|
|
|
|
|
* Hola (Hello)
|
|
|
|
* Buenos días (Good morning)
|
|
|
|
* Buenas tardes (Good afternoon)
|
|
|
|
* Buenas noches (Good evening)
|
|
|
|
* Adiós (Goodbye)
|
|
|
|
|
|
|
|
**Introductions**
|
|
|
|
|
|
|
|
* Me llamo [Your name] (My name is [Your name]).
|
|
|
|
* Encantado de conocerte (Nice to meet you).
|
|
|
|
* ¿Cómo estás? (How are you?)
|
|
|
|
* Estoy bien, gracias (I'm fine, thank you).
|
|
|
|
* ¿Y tú? (And you?)
|
|
|
|
|
|
|
|
Now that you know some basic Spanish greetings and introductions, you can start practicing with your friends and family. And don't forget to have fun!
|
|
|