Riguardo alla presentazione, e poi esame finale. Cosa significa? Dobbiamo creare presentazione?
python3 -c " from docx import Document doc = Document('/tmp/workspace/attachments/363ea843-46fe-40a8-8e9c-63dbe500c098/Agenda stagiului de specialitate (inițiere)_Igiena_ENGL_2024 (1) (1) (1).docx') for p in doc.paragraphs: style = p.style.name if p.style else 'None' if p.text.strip(): print(f'[{style}] {p.text}') "
ls /tmp/workspace/attachments/363ea843-46fe-40a8-8e9c-63dbe500c098/
cp "/tmp/workspace/attachments/363ea843-46fe-40a8-8e9c-63dbe500c098/Agenda stagiului de specialitate (inițiere)_Igiena_ENGL_2024 (1) (1) (1).docx" /tmp/workspace/agenda.docx && python3 -c " from docx import Document doc = Document('/tmp/workspace/agenda.docx') for p in doc.paragraphs: style = p.style.name if p.style else 'None' if p.text.strip(): print(f'[{style}] {p.text}') "
find /tmp/workspace/attachments/ -type f 2>/dev/null | head -20
python3 << 'EOF' from docx import Document path = "/tmp/workspace/attachments/363ea843-46fe-40a8-8e9c-63dbe500c098/Agenda stagiului de specialitate (ini\u021biere)_Igiena_ENGL_2024 (1) (1) (1).docx" doc = Document(path) for p in doc.paragraphs: style = p.style.name if p.style else 'None' if p.text.strip(): print(f'[{style}] {p.text}') EOF
python3 -c " import os, glob files = glob.glob('/tmp/workspace/attachments/**/*', recursive=True) for f in files: print(repr(f)) "
python3 -c " import os, shutil, glob files = glob.glob('/tmp/workspace/attachments/**/*', recursive=True) for f in files: if f.endswith('.docx'): dest = '/tmp/workspace/agenda_copy.docx' shutil.copy2(f, dest) print('Copied to:', dest) print('Size:', os.path.getsize(dest)) "
python3 -c " from docx import Document doc = Document('/tmp/workspace/agenda_copy.docx') for p in doc.paragraphs: style = p.style.name if p.style else 'None' if p.text.strip(): print(f'[{style}] {p.text}') # also check tables print('--- TABLES ---') for t in doc.tables: for row in t.rows: for cell in row.cells: if cell.text.strip(): print(cell.text.strip()) "
"The specialized internship (initiation) ends with the evaluation and testing of skills and practical abilities in the exam, which takes place at the Hygiene Discipline, Department of Preventive Medicine, according to the predetermined schedule."
| Componente | Peso |
|---|---|
| Voto del coordinatore universitario | 25% (quota 0.25) |
| Voto del tutor in ospedale | 25% (quota 0.25) |
| Voto dell'esame finale | 50% (quota 0.5) |
Ok. Questi documento ci è stato consegnato dall’Univerista. L’esame si farà la o viene fatto dall’ospedale?
"The specialized internship (initiation) ends with the evaluation and testing of skills and practical abilities in the exam, which takes place at the Hygiene Discipline, Department of Preventive Medicine according to the predetermined schedule."
| Chi valuta | Dove | Peso sul voto finale |
|---|---|---|
| Tutor (medico in ospedale) | In ospedale, durante lo stage | 25% |
| Coordinatore universitario | All'università, durante lo stage | 25% |
| Esame finale | All'università (Disciplina Igiene) | 50% |
Me l’ha chiesto una ragazza. Voglio risponderle in modo carismatico sicuro e carino. Femminile. Tipo Hi. Im really good :) keeping up with the Intership. Did you finish it or are you on the way?
"Hi! I'm doing great actually, the internship is keeping me busy but I'm handling it well 😊 What about you, are you already done with yours or still going?"
"Hey! Pretty good honestly - internship mode on 💪 loving the chaos a little bit. You? Did you survive yours already or are we in this together? 😄"
"Hi! Good good, surviving the internship one day at a time haha 😂 Are you done with it already? Please say no so I don't feel alone 🙈"
"Hey! Doing well, thanks for asking 🙂 Internship is going, figuring things out as I go. What about you - already finished or still in the middle of it?"
Più genuina
"Hi! I'm good, thanks 😊 internship is keeping me on my toes but honestly I'm enjoying it. Are you done with yours or still going?"
Mi ha chiesto specialmente riguardo a questa parte del documento
"Oh this part is actually pretty clear! 😊 The exam takes place at the university, at the Hygiene Discipline. To get admitted you just need to bring the completed internship agenda and the reference from your hospital coordinator. The final grade is: 25% coordinator + 25% tutor from the hospital + 50% the actual exam. So the exam weighs the most! Are you worried about it?"
Più breve e concentrato sul spiegare che non serve una presentazione tipo
"Don't worry, there's no presentation to prepare! 😊 You just need to bring your completed agenda and the hospital coordinator's reference. The exam is at the university, at the Hygiene Discipline - that's it!"
Va bene? Corretto dal punto di vista informativo? Don't worry, they didn’t specify any presentation to prepare. You just need to bring your completed agenda and the hospital coordinator's reference. The exam is at the university, at the Hygiene Discipline, that's it! Probabily they won’t ask for it at the Uni, but just in case your notes are enough.
"they didn't specify any presentation to prepare. You just need to bring your completed agenda and the hospital coordinator's reference. The exam is at the university, at the Hygiene Discipline"
"Probably they won't ask for it at the Uni, but just in case your notes are enough."
Notes va bene per agenda. Nel senso ciò che abbiamo scritto appunti tipo no? A cosa è la seconda? “Hospital coordinator referente?”
Va bene? They didn’t specify any presentation to prepare. You just need to bring your completed agenda and the hospital coordinator's reference. And then we’ll have and exam at the University it says.
Quidni quella Parte significa che dobbiamo mostrare e non fare una presentazione vera e propria?
Come fai a saperlo?
Prendi la risposta e falla meglio They didn’t specify any presentation to prepare. You just need to bring your completed agenda and the hospital coordinator's reference. And then we’ll have and exam at the University it says.
"They don't mention any presentation to prepare! You just need to bring your completed agenda and the reference from your hospital coordinator. Then there's an exam at the university - that's it 😊"
Nel senso, aggiungi che è facilmente confondibile ma dal contesto eccetera
"They don't mention any presentation to prepare! I know it sounds confusing at first, but the 'presentation' part just means showing up with your completed agenda and the reference from your hospital coordinator - it's more like submitting documents than an actual presentation. Then there's an exam at the university 😊"
Più corto e semplice. Genuino
"No presentation I think! 😊 It's a bit confusing but from the context it just means bringing your agenda and the hospital reference. Then there's an exam at the uni."
Più lungo. Spiega meglio
"I don't think there's an actual presentation to prepare! 😊 The word 'presentation' there is a bit misleading - from the context it just means you need to show up with your completed agenda and the reference from your hospital coordinator. Those are just the documents to bring to be admitted to the exam. And the exam itself is at the university, at the Hygiene Department. Nothing extra to prepare really!"
Piu conciso
"No actual presentation I think! 😊 The word is a bit misleading - it just means bringing your completed agenda and the hospital coordinator's reference to be admitted to the exam. That's it, the exam is at the university!"
How to answer good Oh mine's still going on actually... i took internship for 30 days instead of 20 to discover all departments (Sempre carismatico)
"Oh that's actually really cool, 30 days means you got to see so much more! Which department did you like the most so far? 😊"
Finisci un po’ conversazione
"Oh that's actually really cool, 30 days means you got to see so much more! Honestly that's a smart move. Which department did you enjoy the most? 😊"
No, più genuina
"Oh wow 30 days! That's dedication haha 😄 did you find a department you actually liked?"
?
Più semplxie
"Oh nice, 30 days! Did you find a favourite department? 😊"
Più carismatico
"30 days?! okay respect 😄 which department won you over?"
A girl sent me a photo of a pigeon while she was doing Intership and then out the photo of Dr. Pigeon, the meme in photos and videos. I reacted with 😂 and she wrote The final goal is to be as confident as him😂 How to answer. Carismatic
"Honestly goals 😂 walking into the hospital like you own the place"
"Honestly same 😂 that energy is everything"
Qualcosa del genere Honestly yes, walking into the hospital like you own it 😂. For now I feel like a squireel in the wrong place 😂
Meglio. Metafora migliore
"...for now I feel like a lost penguin in a hospital 😂"
"...for now I feel like an intern who clearly missed the memo 😂"
"...for now I feel like a tourist with a stethoscope 😂"