Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
CoTA
moodle-assignsubmission_dta
Commits
f3609cf1
Commit
f3609cf1
authored
Nov 04, 2023
by
Lückemeyer
Browse files
fixed view line number issue
parent
c2c2729e
Changes
3
Show whitespace changes
Inline
Side-by-side
dta.zip
View file @
f3609cf1
No preview for this file type
dta/lang/en/assignsubmission_dta.php
View file @
f3609cf1
...
...
@@ -88,7 +88,7 @@ $string["comp12"] = $string["comp_proc_sign"];
$string
[
"comp13"
]
=
$string
[
"comp_library"
];
$string
[
"comp14"
]
=
$string
[
"comp_ext_api"
];
$string
[
"comp15"
]
=
$string
[
"comp_simple"
];
$string
[
"comp16"
]
=
$st
i
rng
[
"comp_abstraction"
];
$string
[
"comp16"
]
=
$str
i
ng
[
"comp_abstraction"
];
// Competency explanations.
$string
[
"comp_statement_expl"
]
=
"formulate a syntactically correct statement that contributes to the solution of the given problem."
;
...
...
dta/utils/view.php
View file @
f3609cf1
...
...
@@ -336,7 +336,7 @@ class ViewSubmissionUtils {
$tmp
=
""
;
$tmp
.
=
html_writer
::
tag
(
"td"
,
get_string
(
"line_no"
,
self
::
COMPONENT_NAME
)
"line number"
,
get_string
(
"line_no"
,
self
::
COMPONENT_NAME
),
$attributes
);
$tmp
.
=
html_writer
::
tag
(
...
...
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