Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
iena
iena-competency-block
Commits
c1acbda4
Commit
c1acbda4
authored
Oct 24, 2019
by
Thomas Fradet
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
css reduce list height
parent
48e496db
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
3 deletions
+2
-3
competency_iena_competency_students_2.php
competency_iena_competency_students_2.php
+2
-3
No files found.
competency_iena_competency_students_2.php
View file @
c1acbda4
...
...
@@ -322,13 +322,12 @@ if (count($course_cpts) === 0) {
echo
"
<a href='
{
$CFG
->
wwwroot
}
/blocks/competency_iena/course_competency.php?courseid=
{
$courseid
}
&studentid=
{
$cpt_stud
->
id
}
&competencyid=
{
$current_cpt
->
id
}
' class='list-group-item list-group-item-action
{
$proficient_class
}
'>
<div class='d-flex w-100 justify-content-between'>
<h3 class='mb-1 iena-cpt-action-title'>
{
$cpt_stud
->
firstname
}
{
$cpt_stud
->
lastname
}
</h3>"
;
<h3 class='mb-1 iena-cpt-action-title
h5
'>
{
$cpt_stud
->
firstname
}
{
$cpt_stud
->
lastname
}
</h3>"
;
if
(
$cpt_stud
->
review
==
1
)
{
echo
"<div><small class='review-badge'>Évaluation demandée</small></div>"
;
}
echo
"</div>
<p class='' style='margin-bottom: 0;'>Évaluation : <em>
{
$grade_d
}
</em></p>
<small class=''>Acquis :
{
$proficiency_d
}
</small>
<p class='small' style='margin-bottom: 0;'>Évaluation :
{
$grade_d
}
/ Acquis :
{
$proficiency_d
}
</p>
</a>"
;
}
}
...
...
Write
Preview
Markdown
is supported
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