feat: init quizblock

This commit is contained in:
swve 2023-02-28 23:00:38 +01:00
parent eebaef6679
commit 23412ce19a
10 changed files with 263 additions and 6 deletions

View file

@ -41,7 +41,7 @@ function ImageBlockComponent(props: any) {
{fileObject && (
<BlockImage>
<img
src={`${getBackendUrl()}content/uploads/files/pictures/${props.extension.options.lecture.lecture_id}/${fileObject.file_id}.${
src={`${getBackendUrl()}content/uploads/files/images/${props.extension.options.lecture.lecture_id}/${fileObject.file_id}.${
fileObject.file_format
}`}
alt=""