MOOC Workbench: Difference between revisions

From FreeCAD Documentation
(Create MOOC Workbench wiki page)
 
No edit summary
Line 3: Line 3:
[[File:Mooc-workbench.png]]
[[File:Mooc-workbench.png]]
<translate>
<translate>
== Overview== <!--T:10-->
== Overview==

MOOC Workbench is an [[External_workbenches|external workbench]] with which you can follow interactive tutorial and make evaluation of your work directly in FreeCAD interface.
MOOC Workbench is an [[External_workbenches|external workbench]] with which you can follow interactive tutorial and make evaluation of your work directly in FreeCAD interface.


<!--T:11-->
The MOOC workbench offers 2 tools, interactive tutorials and evaluations.
The MOOC workbench offers 2 tools, interactive tutorials and evaluations.


Line 14: Line 14:




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


<!--T:15-->
This workbench can be easily installed and updated from the [[Addon Manager]] available in FreeCAD 0.17 and above. For FreeCAD 0.16 users and other install methods, please refer to [[Installing#Installing_additional_contents|installing additional contents]].
This workbench can be easily installed and updated from the [[Addon Manager]] available in FreeCAD 0.17 and above. For FreeCAD 0.16 users and other install methods, please refer to [[Installing#Installing_additional_contents|installing additional contents]].


==Links== <!--T:8-->
==Links==


<!--T:9-->
* Source code hosted on Framagit: [https://framagit.org/freecad-france/mooc-workbench]
* Source code hosted on Framagit: [https://framagit.org/freecad-france/mooc-workbench]
* Official complete [https://framagit.org/freecad-france/mooc-workbench#mooc-workbench]
* Official complete [https://framagit.org/freecad-france/mooc-workbench#mooc-workbench]




== External workbenches == <!--T:19-->
== External workbenches ==


<!--T:20-->
FreeCAD workbenches are easy to program in [[Python|Python]], there are therefore many people developing additional workbenches outside of the FreeCAD main developers.
FreeCAD workbenches are easy to program in [[Python|Python]], there are therefore many people developing additional workbenches outside of the FreeCAD main developers.


<!--T:21-->
The [[external workbenches|external workbenches]] page has some information and tutorials on some of them, and the [https://github.com/FreeCAD/FreeCAD-addons FreeCAD Addons] project aims at gathering them and making them easily installable from within FreeCAD.
The [[external workbenches|external workbenches]] page has some information and tutorials on some of them, and the [https://github.com/FreeCAD/FreeCAD-addons FreeCAD Addons] project aims at gathering them and making them easily installable from within FreeCAD.


<!--T:22-->
New workbenches are in development, stay tuned!
New workbenches are in development, stay tuned!


<!--T:18-->
{{Userdocnavi}}
{{Userdocnavi}}


<!--T:16-->
[[Category:Addons]]
[[Category:Addons]]


<!--T:17-->
[[Category:External Workbenches]]
[[Category:External Workbenches]]
</translate>
</translate>

Revision as of 20:05, 9 July 2019

Other languages:

File:Mooc-workbench.png

Overview

MOOC Workbench is an external workbench with which you can follow interactive tutorial and make evaluation of your work directly in FreeCAD interface.

The MOOC workbench offers 2 tools, interactive tutorials and evaluations.

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

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.


Installation

This workbench can be easily installed and updated from the 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!