T&A 45268: Fixes use previous answers for file upload question
This PR attempts to fix https://mantis.ilias.de/view.php?id=45268.
Implements use previous answers for file upload questions. Also adds the corresponding language variables. I've implemented this feature instead of removing it because all other questions also have.
Kind regards, @bidzanaaron
Thank you very much for the PR @bidzanaaron !
Could you please move the whole multilayered if/else-construct to its own function and then use a single level of ifs with early returns and without any elses. This is very confusing to read.
Thanks and best, @kergomard
Hey @kergomard,
I have refactored the massive if-else structure. Please let me know if there are any other changes that now need to be done here.
Kind regards, @bidzanaaron