Skip to content
Snippets Groups Projects
Commit 380fe68f authored by Manuel Schwarz's avatar Manuel Schwarz :headphones:
Browse files

Revert the vue changes and fix some texts.

parent 4ab67f27
No related branches found
No related tags found
1 merge request!1Anpassungen für das SoSe2022
......@@ -523,15 +523,4 @@ class AssistantController extends ToolAssistantBaseController
$this->redirect(URLHelper::getURL('dispatch.php/course/files/index/' . $folder->id, array('cid' => $this->course_id)));
}
public function course_formats_action($course_id)
{
$datafields = DataFieldEntry::getDataFieldEntries($course_id, 'sem');
$id = 'aee5626da96ab9c37976b2fc454d88b4';
$display_value = $datafields[$id]->getValue();
$datafield_value = explode('|', $display_value);
$this->render_text(json_encode($datafield_value));
}
}
<div class="assistant-container">
<? if ($datafields['aee5626da96ab9c37976b2fc454d88b4']): ?>
<section class="assistant-section">
<h1>
......@@ -8,10 +7,6 @@
<h4>
(Mehrfachauswahl möglich)
</h4>
<script type="text/javascript">
let API_URL = '<?= PluginEngine::getURL('ToolAssistant', ['cid' => null], 'assistant') ?>';
let CID = '<?= Context::getId() ?>';
</script>
<? $disabled = !$datafields['aee5626da96ab9c37976b2fc454d88b4']->isEditable() || LockRules::Check($course_id, 'aee5626da96ab9c37976b2fc454d88b4') ? 'disabled' : '' ?>
<form class="default assistant-form" action="<?= $controller->link_for('assistant/set_type') ?>" method="POST">
<?= CSRFProtection::tokenTag() ?>
......
......@@ -17,7 +17,8 @@
</p>
<p>
Im Folgenden erläutern wir die Optionen an Veranstaltungstypen.
Bei didaktischen Fragen in Bezug auf die einzelnen Veranstaltungsformen kontaktieren Sie bitte:
Bei didaktischen Fragen in Bezug auf die einzelnen Veranstaltungsformen kontaktieren Sie uns bitte. Unsere Kontaktdaten finden
Sie unter dem Punkt <b>Fragen Sie uns...</b>.
</p>
</p>
<h2>
......
......@@ -16,7 +16,8 @@
</p>
<p>
In the following we explain the terminology for course type options.
For didactic questions related to the individual types of events, please contact:
For didactic questions related to the individual types of events, please contact us. You find our contact
information under the item <b>Contact us...</b>.
</p>
</p>
<h2>
......@@ -53,7 +54,7 @@
<li>
In a hybrid session, learners are present in presence as well as in an online format (e.g. in a video conference)
at the same time.
In the hybrid teaching section you will find possible implementation variants for a hybrid course as well as
In the <b>hybrid teaching</b> section you will find possible implementation variants for a hybrid course as well as
further information and tips.
</li>
</ul>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment