-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Authoring Tool - Course creation steps #73
Comments
Functional Test failed! Please, move to CODED only when this feature is fully implemented: bugs reported in comments and requirements in OP |
This feature have been implemented and is ready for Funcional Test. |
Functional Test failed! Please, move to CODED only when this feature is fully implemented: bugs reported in comments and requirements in OP |
This feature have been implemented and is ready for Funcional Test. |
Functional Test failed! Stepper Captions, like stated in the requirement, are missing |
Hi @caroltaus and @rebeccamello , I don't understand where these captions should go, from what I understand the captions are used in tables, in this case where should they go in the stepper? |
HI @CAndresH! |
This feature have been implemented and is ready for Funcional Test. |
Functional Test passed! |
✏️ Pencil icon marks specs that are waiting for definition
This requirement is about the Course Creation steps.
The stepper component is detailed in #72
Index
WORKFLOW
The implementation of Instructional Design on course creation process lead to new workflows detailed above.
Note: Template step was removed, thus on bellow image, arrows goes direct to Program step
Play with demo to better understatement
Live-demo
Default flow
The default Workflow is the course creation process in which the user choose to create without the system guide.
General information about the course
Identification of course audience and accessibility goals
Pre-requisites to take the course, i.e, hardwares or softwares minimum environment.
i. Optional step
Decision about the use of guided course creation (in this flow, user selects the "free" option)
i. disabled until all mandatory fields of Information, Audience and Requiremets have been completed
5. TemplateSelection of a template
i. disabled until Course Plan have been completedDesign 🆕
Define the topics lists
Program
Class creation
i. disabled until
TemplateCourse PlanDesign have been completedii. Depends on data from previous steps
Accessibility Report
Guided course planing flow
This flow take place if user select to create course with guided Course Plan (not freely) on Course Plan step,
5. Template: same of default flowIdentify the educational necessities
i. disabled until
TemplateCourse Plan have been completedii. Depends on data from previous steps
Define of the educational metamodel.
Requirements
If user changes options on Course Plan step and user already start to create the contents (Program step)
If user changes options on Analysis step or Design step
Information step
import InfoIcon from '@material-ui/icons/Info';
Audience step
import GroupIcon from "@material-ui/icons/Group";
Requirements step
PlaylistAddCheckIcon from "@material-ui/icons/PlaylistAddCheck";
Course Plan step
import AssistantIcon from "@material-ui/icons/Assignment";
Analysis step
import SchoolIcon from "@material-ui/icons/School";
Design step
import AssignmentIcon from "@material-ui/icons/Assignment";
Program step
import MenuBookIcon from "@material-ui/icons/MenuBook";
Accessibility step
import AccessibilityIcon from "@material-ui/icons/AccessibilityNew";
The text was updated successfully, but these errors were encountered: