Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
I
iena-course-format
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
iena
iena-course-format
Commits
fe7c3f5f
Commit
fe7c3f5f
authored
1 year ago
by
DELARUELLE Myriam
Browse files
Options
Downloads
Patches
Plain Diff
merge
parent
b236ec46
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
classes/output/courseformat/content.php
+1
-1
1 addition, 1 deletion
classes/output/courseformat/content.php
classes/output/courseformat/content/section/header.php
+1
-0
1 addition, 0 deletions
classes/output/courseformat/content/section/header.php
format.php
+1
-0
1 addition, 0 deletions
format.php
with
3 additions
and
1 deletion
classes/output/courseformat/content.php
+
1
−
1
View file @
fe7c3f5f
...
@@ -64,7 +64,7 @@ class content extends content_base {
...
@@ -64,7 +64,7 @@ class content extends content_base {
//$data->student=$progress['student'];
//$data->student=$progress['student'];
//$data->summary=$progress['summary'];
//$data->summary=$progress['summary'];
//$course_infos=$header->get_data($cpl);
//$course_infos=$header->get_data($cpl);
return
$data
;
return
$data
;
}
}
...
...
This diff is collapsed.
Click to expand it.
classes/output/courseformat/content/section/header.php
+
1
−
0
View file @
fe7c3f5f
...
@@ -64,6 +64,7 @@ class header extends header_base{
...
@@ -64,6 +64,7 @@ class header extends header_base{
else
{
else
{
$data
->
progress
=
$this
->
get_progress_student
(
$course
->
id
,
$section
,
$course
);
$data
->
progress
=
$this
->
get_progress_student
(
$course
->
id
,
$section
,
$course
);
}
}
return
$data
;
return
$data
;
}
}
...
...
This diff is collapsed.
Click to expand it.
format.php
+
1
−
0
View file @
fe7c3f5f
...
@@ -94,6 +94,7 @@ if (!empty($displaysection)) {
...
@@ -94,6 +94,7 @@ if (!empty($displaysection)) {
}
}
$outputclass
=
$format
->
get_output_classname
(
'content'
);
$outputclass
=
$format
->
get_output_classname
(
'content'
);
$widget
=
new
$outputclass
(
$format
);
$widget
=
new
$outputclass
(
$format
);
echo
$renderer
->
render
(
$widget
);
echo
$renderer
->
render
(
$widget
);
// Include course format js module.
// Include course format js module.
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment