Sprachenzentrum der
Universität Siegen
Weidenauer Straße 118
57076 Siegen
Tel.: +49 271/740-3002
E-Mail:
sprachenzentrum@spz.uni-siegen.de
Sprachenzentrum der
Universität Siegen
Postfach
57068 Siegen
French courses
|
French«Ma patrie, c'est la langue française» Albert Camus The goal of our French courses is to prepare you for studying, living and working in France. To this end, we offer both general and specialized language courses, from beginner level to university level B2/C1. It is important to us to build and expand oral and written language skills, while keeping in mind that the goal is always (intercultural) communication with the people of our neighboring country and the francophone community. «La francophonie, c'est un vaste pays, sans frontières. C'est celui de la langue française. C'est le pays de l'intérieur. C'est le pays invisible, spirituel, mental, moral qui est en chacun de vous.» Gilles Vigneault We would be happy to welcome you in our courses. A bientôt ! |
General courses |
|
![]() |
![]() |
|
|
Virginie Goldschmidt-Terbeck
|
Petra Kindgen
|
|
|
Courses offered
Winter semester |
French - Target Level A1 |
French - Target Level B1.1 |
French - Production de texte B1/B2 |
French - Conversation Course B2: Regards sur la francophonie |
Impressions of France |
![]() ![]() ![]() |
Placement test: If you have not taken a French course at the Language Center in the past two semesters, register for your "desired course" during the enrollment periods via unisono (your personal assessment) and receive further information about the placement test by mail. If you have a valid proof/certificate of your knowledge, a placement test is not necessary (e.g.: DELF, UNIcert).
// // Get the modal var modal = document.getElementsByClassName('modal'); // Get the button that opens the modal var btn = document.getElementsByClassName("myBtn"); // Get the <span> element that closes the modal var span = document.getElementsByClassName("close"); // When the user clicks the button, open the modal btn[0].onclick = function() { modal[0].style.display = "block"; } btn[1].onclick = function() { modal[1].style.display = "block"; } // When the user clicks on <span> (x), close the modal span[0].onclick = function() { modal[0].style.display = "none"; } span[1].onclick = function() { modal[1].style.display = "none"; } // When the user clicks anywhere outside of the modal, close it window.onclick = function(event) { if (event.target == modal[0]) { modal[0].style.display = "none"; } if (event.target == modal[1]) { modal[1].style.display = "none"; } } //