Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
iena
iena-course-format
Commits
bc69c4d7
Commit
bc69c4d7
authored
Nov 02, 2021
by
Myriam Delaruelle
Browse files
strictly lower tpp
parent
2c9cb038
Changes
1
Hide whitespace changes
Inline
Side-by-side
amd/build/suivi.js
View file @
bc69c4d7
...
...
@@ -113,7 +113,7 @@ define(['jquery', 'core/ajax', 'core/templates', 'core/str'],
data
.
count_results
=
0
;
for
(
var
i
=
0
;
i
<
data
.
students
.
length
;
i
++
){
if
(
symbol
==
"
<
"
){
if
(
data
.
students
[
i
].
percentage
<
=
filter
){
if
(
data
.
students
[
i
].
percentage
<
filter
){
data
.
count_results
++
;
data
.
students
[
i
].
visible
=
true
;
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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