Give answers of all the questions in long answer format only
python3 -c " from docx import Document doc = Document('/tmp/workspace/attachments/07493126-3ed2-4682-8725-46986c04ffdd/mds question paper practice.docx') for p in doc.paragraphs: style = p.style.name if p.style else 'None' if p.text.strip(): print(f'[{style}] {p.text}') "
Answer in long answer for all and add diagram and flow charts and table wherever required and convert this answers into a word document
mkdir -p /tmp/workspace/mds-answers && echo "Directory ready"