MOOC Workbench: Difference between revisions

From FreeCAD Documentation
(Marked this version for translation)
m (added icons for player and grader)
Line 15: Line 15:


=== Interactive === <!--T:4-->
=== Interactive === <!--T:4-->
'''Interactive''' tutorials (also called Player) are step-by-step guided exercises with objective checks. It launches directly into FreeCAD and allows you to advance one step at a time of modeling of an object. The user has a text, a video and above all a check that the objectives have been achieved.
'''Interactive''' tutorials (AKA [[Image:MOOC_Player.svg|24px]] Player) are step-by-step guided exercises with objective checks. It launches directly into FreeCAD and allows you to advance one step at a time of modeling of an object. The user has a text, a video and above all a check that the objectives have been achieved.


=== Evaluations === <!--T:5-->
=== Evaluations === <!--T:5-->
'''Evaluations''' (also called Grader) consist of a small program that checks certain criteria of a FreeCAD document, for example, the presence of a part body, a sketch or the final volume.
'''Evaluations''' (AKA [[Image:MOOC_Grader.svg|24px]] Grader) consist of a small program that checks certain criteria of a FreeCAD document, for example, the presence of a part body, a sketch or the final volume.



==Installation== <!--T:6-->
==Installation== <!--T:6-->

Revision as of 13:01, 23 February 2020

Other languages:

The FreeCAD MOOC External Workbench Icon

Overview

The MOOC Workbench is an external workbench with which you can follow interactive tutorials and make evaluation of your work directly within the FreeCAD interface. The MOOC workbench offers 2 tools: interactive tutorials and evaluations.

Interactive

Interactive tutorials (AKA Player) are step-by-step guided exercises with objective checks. It launches directly into FreeCAD and allows you to advance one step at a time of modeling of an object. The user has a text, a video and above all a check that the objectives have been achieved.

Evaluations

Evaluations (AKA Grader) consist of a small program that checks certain criteria of a FreeCAD document, for example, the presence of a part body, a sketch or the final volume.

Installation

This workbench can be easily installed and updated from the Addon Manager from (Tools → Addon Manager) available in FreeCAD 0.17 and above. For FreeCAD 0.16 users and other install methods, please refer to installing additional contents.

Links

  • Source code hosted on Framagit: [1]
  • Official complete [2]


External workbenches

FreeCAD workbenches are easy to program in Python, there are therefore many people developing additional workbenches outside of the FreeCAD main developers.

The external workbenches page has some information and tutorials on some of them, and the FreeCAD Addons project aims at gathering them and making them easily installable from within FreeCAD.

New workbenches are in development, stay tuned!