Note: You are currently viewing documentation for Moodle 3.11. Up-to-date documentation for the latest stable version of Moodle may be available here: Moodle Workplace 3.9 new features page.

Moodle Workplace 3.9 new features page: Difference between revisions

From MoodleDocs
No edit summary
(Redirected page to dev:Moodle Workplace releases)
Line 1: Line 1:
{{Workplace}}
#REDIRECT [[:dev:Moodle_Workplace_releases]]
This page has been moved to https://docs.moodle.org/39/en/Moodle_Workplace_new_features
<!--
Read on for Moodle Workplace 3.9 highlights. Full details of the release with technical information can be found in the [[Moodle_Workplace_Release_notes#3.9|Moodle Workplace 3.9 release notes]]
__NOTOC__


===Migration===
This page has been moved to [[:dev:Moodle_Workplace_releases|Moodle Workplace releases]]
<div class="contentblock">     
  <div class="row-fluid">
    <p>With a simple, clean and intuitive interface, migrating things has never been so easy in Moodle.</p>
    <p>Workplace migration is capable of:</p>
<ul>
  <li>Chained migration. Exporters and Importers can be chained together. For instance, when exporting Certifications, we delegate to other exporters to handle programs, courses and dynamic rules.</li>
  <li>Pluggable. Migration APIs are pluggable by design, to allow you to create your exporters and importers easily.</li>
  <li>Ready to implement 3rd party exporters and importers.</li>
  <li>Command-line interactive interface: php admin/tool/wp/cli/export.php , php admin/tool/wp/cli/import.php</li></li>
</ul>
    <ul class="thumbnails">   
      <li class="span6">     
        <div class="thumbnail">   
[[File:Export.gif|600px]]
          <div class="caption">   
            <h4>Export UI</h4>     
            <p>Export the content from a Moodle Workplace instance in only three straightforward steps.</p>
          </div>     
        </div>     
      </li>
      <li class="span6">     
        <div class="thumbnail">   
[[File:Import.gif|600px]]
          <div class="caption">   
            <h4>Import UI</h4>     
            <p>Import content to a Moodle Workplace instance from an exported file, customising the process on each step and solving conflicts if needed.</p>
          </div>     
        </div>     
      </li>   
    </ul>   
  </div>
<div class="contentblock">     
  <div class="row-fluid">   
    <ul class="thumbnails">   
      <li class="span6">     
        <div class="thumbnail">   
[[File:wp-migration-cli.gif|600px]]
          <div class="caption">   
            <h4>Command-line interactive interface (CLI)</h4>     
            <p>Export and import Moodle Workplace content using a CLI interface.</p>   
          </div>     
        </div>     
      </li>       
    </ul>   
  </div>
 
===Migration: Exporters and Importers===
<div class="contentblock">     
  <div class="row-fluid">   
    <ul class="thumbnails">   
      <li class="span6">     
        <div class="thumbnail">   
[[File:export - step 2 - programs.png|600px]]
          <div class="caption">   
            <h4>Programs</h4>     
            <p>Export and import programs with their courses, user allocations and component dynamic rules.</p>   
          </div>     
        </div>     
      </li>   
      <li class="span6">     
        <div class="thumbnail">   
[[File:export - step 2 - certifications.png|600px]]     
          <div class="caption">   
            <h4>Certifications</h4>
            <p>Export and import certifications with their associated programs, courses, user allocations and component dynamic rules</p>   
          </div>     
        </div>     
      </li>   
    </ul>   
  </div>
<div class="contentblock">     
  <div class="row-fluid">   
    <ul class="thumbnails">   
      <li class="span6">     
        <div class="thumbnail">   
[[File:export - step 2 - organisation structure jobs.png|600px]]     
          <div class="caption">   
            <h4>Organisation Structure Jobs</h4>   
            <p>Export and import jobs with their associated department and position frameworks.</p>   
          </div>     
        </div>     
      </li>   
      <li class="span6">     
        <div class="thumbnail">   
[[File:export - step 2 - organisation structure frameworks.png|600px]]     
          <div class="caption">   
            <h4>Organisation Structure Frameworks</h4>   
            <p>Export and import department and position frameworks with the whole hierarchy for departments and/or positions.</p>     
          </div>     
        </div>     
      </li>   
    </ul>   
  </div>
<div class="contentblock">     
  <div class="row-fluid">   
    <ul class="thumbnails">   
      <li class="span6">     
        <div class="thumbnail">   
[[File:export - step 2 - dynamic rules.png|600px]]     
          <div class="caption">   
            <h4>Dynamic Rules</h4>   
            <p>Export and import Dynamic Rules definition, conditions and actions.</p>   
          </div>     
        </div>     
      </li>   
      <li class="span6">     
        <div class="thumbnail">   
[[File:export - step 2 - courses.png|600px]]     
          <div class="caption">   
            <h4>Courses</h4>   
            <p>Export and import courses with default options.</p>     
          </div>     
        </div>     
      </li>   
    </ul>   
  </div>
 
===Report builder===
<div class="contentblock">     
  <div class="row-fluid">   
    <ul class="thumbnails">   
      <li class="span6">     
        <div class="thumbnail">   
[[File:relation to the report viewer.png|600px]]
          <div class="caption">   
            <h4>New condition: Relation to the report viewer</h4>     
            <p>Pre-filter any report to show only information related to the viewer.</p>
          </div>     
        </div>     
      </li>   
    </ul>   
  </div>
 
===Learner dashboard===
<div class="contentblock">     
  <div class="row-fluid">   
    <ul class="thumbnails">   
      <li class="span6">     
        <div class="thumbnail">   
[[File:improved course information modal.png|600px]]
          <div class="caption">   
            <h4>Improved course information modal</h4>     
            <p>Now users can access all the information about a program course from the UI.</p>
          </div>     
        </div>     
      </li>   
    </ul>   
  </div>
-->

Revision as of 09:51, 9 March 2021

This page has been moved to Moodle Workplace releases