Damyon Wiese
476a98d0fb
MDL-51040 cbe: Add new renderables to the renderer.
...
Used on the user_competency_in_course page.
2016-04-18 10:58:48 +08:00
Damyon Wiese
571c3c4324
MDL-51040 cbe: Add properties to course_competencies_page renderable
...
The extra properties are used to show the current users rating for
each competency (if they are gradable).
2016-04-18 10:58:48 +08:00
Damyon Wiese
18c17cac61
MDL-51040 cbe: Add profileurl to user_summary_exporter
...
It is useful to make user summaries link to their profile.
2016-04-18 10:58:47 +08:00
Damyon Wiese
949cda2c10
MDL-51040 cbe: Fix invalid structure returned from webservice
...
This exporter was exporting a user_competency_plan in a user_competency
structure which is invalid because status is missing.
2016-04-18 10:58:47 +08:00
Damyon Wiese
e1964c9094
MDL-51040 cbe: Functions supporting user competency in course
...
New functions data_for_user_competency_summary_in_course and
grade_user_competency_in_course.
2016-04-18 10:58:47 +08:00
Damyon Wiese
02f9db888c
MDL-51040 cbe: Competency API changes
...
Modify the list_user_competencies_in_course function to create the relations
if they do not exist.
Add new api function to grade a competency in a course.
Fix the permissions check for listing related competencies.
2016-04-18 10:58:47 +08:00
Damyon Wiese
e07c2ef62a
MDL-51040 cbe: Improve the competency breakdown report
...
This report now opens the user_competency_summary_in_couse in a popup
when clicking on any cell in the report. The report is refreshed when the popup
is closed.
2016-04-18 10:58:47 +08:00
Damyon Wiese
3fb067a203
MDL-51040 cbe: Allow competency rating in course or plan
...
Modify the inline competency rating module to handle rating competencies
in a course or in a plan.
2016-04-18 10:58:47 +08:00
Damyon Wiese
06475034f2
MDL-51040 cbe: Add standard options to dialog
...
Add a new "wider" width option (800px wide) and an afterHide callback
2016-04-18 10:58:47 +08:00
Damyon Wiese
bf780fbfe0
MDL-51043 cbe: Competency breakdown report
2016-04-18 10:58:47 +08:00
Damyon Wiese
0845a3a09a
MDL-51648 cbe: Refactor the user_competency_summary exporter
...
Split it into a core exporter, and an extended one that adds information about the plan.
Also
* Remove userid from grade_competency_in_plan function (redundant)
* Improve the signature of list_evidence so it can handle completed plans (later)
* Rename read_user_competency_summary to data_for_user_competency_summary_in_plan
* Handle completed plans (list user_competency_plan as well as user_competency)
* Remove user_can_see_details_cap handling - if you can see the users plan you can see the user
* Pass final scaleconfiguration in the competency_summary_exporter
* Add docs comments to new templates
2016-04-18 10:58:47 +08:00
Damyon Wiese
3c659fc202
MDL-51648 cbe: Add a user competency plan summary page (allows grading)
2016-04-18 10:58:47 +08:00
Frederic Massart
1ab69549ad
MDL-52425 tool_lp: Bug when trying to add child competencies
2016-04-18 10:58:47 +08:00
Frederic Massart
9373acf645
MDL-52425 tool_lp: Competency rules apply when a competency is completed
2016-04-18 10:58:47 +08:00
Serge Gauthier
d327579538
MDL-52242 tool_lp: Competencies listed in a completed plan must never change
2016-04-18 10:58:47 +08:00
Frederic Massart
5475357231
MDL-52229 tool_lp: Due templates cannot be updated
...
Noticed during integration that we could not update a template
which duedate had been reached. Even without changing it.
2016-04-18 10:58:46 +08:00
Frederic Massart
f442860781
MDL-52282 tool_lp: Template cohorts sync doesn't recreate unlinked plans
2016-04-18 10:58:46 +08:00
Issam Taboubi
964afa98e7
MDL-52229 tool_lp: Handle hidden templates/frameworks
2016-04-18 10:58:46 +08:00
Issam Taboubi
ed549dbfcb
MDL-52282 tool_lp: Create a scheduled task to sync plans from cohorts
2016-04-18 10:58:46 +08:00
Frederic Massart
52eda87637
MDL-51869 tool_lp: Linking evidence of prior learning with competencies
2016-04-18 10:58:46 +08:00
Serge Gauthier
156675ed3d
MDL-52233 tool_lp: Show competency's idnumber in user learning plan
2016-04-18 10:58:46 +08:00
Frederic Massart
7507b82a18
MDL-49463 tool_lp: New form base class for persistent models
2016-04-18 10:58:46 +08:00
Frederic Massart
6c2b163c97
MDL-49463 tool_lp: Ability to add evidence of prior learning
2016-04-18 10:58:46 +08:00
Issam Taboubi
768181bde9
MDL-52235 tool_lp: Check capability on Add new learning plan button
2016-04-18 10:58:46 +08:00
Serge Gauthier
dd1ce7637b
MDL-51942 tool_lp: Ensure that constant MOODLE_INTERNAL is used everywhere
2016-04-18 10:58:46 +08:00
Issam Taboubi
06b6fd62c0
MDL-52272 tool_lp: Rename Status and State on plan page
2016-04-18 10:58:46 +08:00
Issam Taboubi
3779826242
MDL-52418 tool_lp: Invalid responses in somes pages
2016-04-18 10:58:46 +08:00
Frederic Massart
12888abaa8
MDL-52423 tool_lp: Page to view a plan and its information
2016-04-18 10:58:45 +08:00
Frederic Massart
b274c295fc
MDL-52423 tool_lp: Support for optional 'other' properties in exporters
...
Webservices do not support nor accept null values for structures.
Being able to mark some properties as optional allows for the
definition to support missing properties when they would otherwise
have been set to null.
2016-04-18 10:58:45 +08:00
Frederic Massart
0875cc18e5
MDL-52423 tool_lp: Allow null related objects in exporters
...
Note that the related objects MUST always ALL be passed to the
constructor when instantiating objets, even if they are null.
Related objects were introduced to improve performance and their
requirement is one way to ensure that developers don't forget them.
2016-04-18 10:58:45 +08:00
Damyon Wiese
721813033d
MDL-51967 cbe: Fix some wonky service descriptions
...
Some of the webservices return data is not matching it's signature.
Also some of the templates/contexts needed aligning.
2016-04-18 10:58:45 +08:00
Damyon Wiese
49c5b8b440
MDL-51967 cbe: Use the competency_summary_exporter for the competency dialogue.
2016-04-18 10:58:45 +08:00
Issam Taboubi
2e90c62f79
MDL-51967 tool_lp: Create a dialogue to view the competency information
2016-04-18 10:58:45 +08:00
Frederic Massart
9fb8385183
MDL-51962 tool_lp: Validate the grade in evidence
2016-04-18 10:58:45 +08:00
Serge Gauthier
4de456cdfb
MDL-51962 tool_lp: Validate that the grade in user_competency is valid
2016-04-18 10:58:45 +08:00
Frederic Massart
914b580eb6
MDL-49461 tool_lp: Competencies can be marked with course completion
2016-04-18 10:58:45 +08:00
Frederic Massart
40e5ad0e99
MDL-49461 tool_lp: Adding generators for course_competency
2016-04-18 10:58:45 +08:00
Frederic Massart
71f6c80c50
MDL-52062 tool_lp: Add some elements of plans pages depending on caps
2016-04-18 10:58:45 +08:00
Jean-Philippe Gaudreau
5c7383fd08
MDL-52062 tool_lp: Add User's learning plan navigation
...
* Added method page_helper::setup_for_plan
* Added hook to extend navigation
* Configured navigation in the following learning plan pages:
** plans.php
** plan.php
** editplan.php (For both Adding and editing of a learning plan)
2016-04-18 10:58:45 +08:00
Frederic Massart
4f3b2d977a
MDL-49464 tool_lp: Not shared field name for course competencies rules
...
When doing so browsers can re-assign a value to a random field based
on another one when the page is refreshed.
2016-04-18 10:58:45 +08:00
Frederic Massart
bb50f08db2
MDL-49464 tool_lp: Include course competencies in backups
2016-04-18 10:58:45 +08:00
Frederic Massart
d660824b7f
MDL-51039 tool_lp: Clean up during integration review
2016-04-18 10:58:45 +08:00
Serge Gauthier
d4c0a2f66e
MDL-51039 tool_lp: Add completion rules to course - competency links
2016-04-18 10:58:44 +08:00
Serge Gauthier
4c0e816733
MDL-52122 tool_lp: Create an API to register evidence to competencies
2016-04-18 10:58:44 +08:00
Frederic Massart
191644084b
MDL-52266 tool_lp: Bump version number
2016-04-18 10:58:44 +08:00
Damyon Wiese
51247ea037
MDL-52266 cbe: Use a template + exporter for cohort summaries
...
Also add an 'includes' parameter to the cohort selector.
2016-04-18 10:58:44 +08:00
Frederic Massart
13ef20f65c
MDL-52266 tool_lp: Cohorts can be removed from template synced cohorts
2016-04-18 10:58:44 +08:00
Frederic Massart
dd1df08248
MDL-52266 tool_lp: Plans can be created from a cohort
...
And cohorts can be set to be sync with the template from the UI.
2016-04-18 10:58:44 +08:00
Frederic Massart
a8a05b81cd
MDL-51033 tool_lp: Create user plans from page listing template plans
2016-04-18 10:58:44 +08:00
Damyon Wiese
ac9e4b8188
MDL-52198 cbe: Fix template docs for user selector summary
2016-04-18 10:58:44 +08:00