Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
math_tutor_dev
public_math_tutor
Commits
2fbf0a51
Commit
2fbf0a51
authored
Apr 13, 2026
by
Kantz
Browse files
Auswahl für den Sokrates überarbeitet
parent
f0368860
Changes
2
Show whitespace changes
Inline
Side-by-side
math-tutor/frontend/src/i18n.ts
View file @
2fbf0a51
...
...
@@ -184,7 +184,7 @@
subsectionFile
:
"
Unterabschnitt-Set
"
,
subsectionKey
:
"
Unterabschnitt-Schlüssel
"
,
solveWithTutor
:
"
Mit Tutor lösen
"
,
startSocratic
:
"
Sokratisch
start
en
"
,
startSocratic
:
"
Sokratisch
en Dialog führ
en
"
,
changeTaskArea
:
"
Aufgabengebiet ändern
"
,
changeSubsectionArea
:
"
Unterabschnitt ändern
"
,
previousTask
:
"
Vorherige Aufgabe
"
,
...
...
math-tutor/frontend/src/pages/SocraticSelectionPage.tsx
View file @
2fbf0a51
...
...
@@ -153,17 +153,6 @@ export default function SocraticSelectionPage() {
</
select
>
</
div
>
<
div
className
=
"task-panel-content"
ref
=
{
subsectionDisplayRef
}
>
{
selectedSubsection
?
(
<
div
>
<
div
>
{
selectedSubsection
.
label
}
</
div
>
<
div
>
{
selectedSubsection
.
refsText
}
</
div
>
</
div
>
)
:
(
t
(
"
noSubsectionSelected
"
)
)
}
</
div
>
{
tasksError
?
<
div
className
=
"task-panel-error"
>
{
tasksError
}
</
div
>
:
null
}
<
button
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment