Added Tutorial Videos for Education in User Manual (#12678)
* added erpnext education tutorial videos to the manual * testing with div * Update program-enrollment.md Properly ended YouTube video. * removed group assessment criteria page
This commit is contained in:
parent
6ceffbd2f8
commit
f6daf56054
Before Width: | Height: | Size: 1.0 MiB After Width: | Height: | Size: 1.0 MiB |
@ -10,4 +10,17 @@ Assessment Criteria is be used when scheduling Assessment Plan for Student Group
|
||||
|
||||
<img class="screenshot" alt="Assessment Plan Criteria" src="/docs/assets/img/education/assessment/assessment-plan-criteria.png">
|
||||
|
||||
#### Video Tutorial on Assessment Criteria
|
||||
|
||||
|
||||
|
||||
<div>
|
||||
<style>.embed-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; } .embed-container iframe, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
|
||||
</style>
|
||||
<div class='embed-container'>
|
||||
<iframe src='https://www.youtube.com/embed/t8ZDDq4qtIk?end=52' frameborder='0' allowfullscreen>
|
||||
</iframe>
|
||||
</div>
|
||||
<div>
|
||||
|
||||
{next}
|
@ -1 +0,0 @@
|
||||
#
|
@ -10,4 +10,17 @@ On the same lines, you can also define multiple Assessment Group bases on assess
|
||||
|
||||
<img class="screenshot" alt="Assessment Group Term" src="/docs/assets/img/education/assessment/assessment-group-details.png">
|
||||
|
||||
#### Video Tutorial on Assessment Group
|
||||
|
||||
|
||||
|
||||
<div>
|
||||
<style>.embed-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; } .embed-container iframe, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
|
||||
</style>
|
||||
<div class='embed-container'>
|
||||
<iframe src='https://www.youtube.com/embed/I1T7Z2JbcP4' frameborder='0' allowfullscreen>
|
||||
</iframe>
|
||||
</div>
|
||||
<div>
|
||||
|
||||
{next}
|
@ -16,4 +16,17 @@ To schedule an assessment/examination for a Student Group, for specific Course,
|
||||
|
||||
<img class="screenshot" alt="Assessment Plan Criteria" src="/docs/assets/img/education/assessment/assessment-plan-criteria.png">
|
||||
|
||||
#### Video Tutorial on Assessment Plan
|
||||
|
||||
|
||||
|
||||
<div>
|
||||
<style>.embed-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; } .embed-container iframe, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
|
||||
</style>
|
||||
<div class='embed-container'>
|
||||
<iframe src='https://www.youtube.com/embed/Q9CzzoYb_Js' frameborder='0' allowfullscreen>
|
||||
</iframe>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
{next}
|
@ -4,4 +4,16 @@ Assessment Result is a log of marks/grades earned by the student for specific As
|
||||
|
||||
<img class="screenshot" alt="Assessment Result" src="/docs/assets/img/education/assessment/assessment-result.png">
|
||||
|
||||
#### Video Tutorial on Assessment Result
|
||||
|
||||
|
||||
<div>
|
||||
<style>.embed-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; } .embed-container iframe, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
|
||||
</style>
|
||||
<div class='embed-container'>
|
||||
<iframe src='https://www.youtube.com/embed/U8ZRB8CM-UM?end=89' frameborder='0' allowfullscreen>
|
||||
</iframe>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
{next}
|
@ -6,4 +6,17 @@ Assessment Result Tool help you entering marks earned by the Students for specif
|
||||
|
||||
As you go on entering marks for a Student, and switch to next student, in the backend, Student Result record will be auto-created for that Student.
|
||||
|
||||
#### Video Tutorial on Assessment Result Tool
|
||||
|
||||
|
||||
|
||||
<div>
|
||||
<style>.embed-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; } .embed-container iframe, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
|
||||
</style>
|
||||
<div class='embed-container'>
|
||||
<iframe src='https://www.youtube.com/embed/U8ZRB8CM-UM?start=80' frameborder='0' allowfullscreen>
|
||||
</iframe>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
{next}
|
||||
|
@ -4,4 +4,17 @@ In the Grading Scale, you can define various grades and threshold for them. Base
|
||||
|
||||
<img class="screenshot" alt="Grading Scale" src="/docs/assets/img/education/assessment/grading-scale.png">
|
||||
|
||||
#### Video Tutorial on Grading Scale
|
||||
|
||||
|
||||
|
||||
<div>
|
||||
<style>.embed-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; } .embed-container iframe, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
|
||||
</style>
|
||||
<div class='embed-container'>
|
||||
<iframe src='https://www.youtube.com/embed/t8ZDDq4qtIk?start=52' frameborder='0' allowfullscreen>
|
||||
</iframe>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
{next}
|
@ -1,3 +1,3 @@
|
||||
student-attendance
|
||||
student-leave-application
|
||||
student-attendance-tool
|
||||
student-attendance-tool
|
||||
student-leave-application
|
@ -12,4 +12,17 @@ Student detials will be autofetched and you can mark the attendance of the given
|
||||
|
||||
<img class="screenshot" alt="Student Attendance" src="/docs/assets/img/education/setup/student-attendance-tool.gif">
|
||||
|
||||
#### Tutorial Video for Student Attendance Tool
|
||||
|
||||
|
||||
|
||||
<div>
|
||||
<style>.embed-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; } .embed-container iframe, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
|
||||
</style>
|
||||
<div class='embed-container'>
|
||||
<iframe src='https://www.youtube.com/embed//j9pgkPuyiaI?start=63' frameborder='0' allowfullscreen>
|
||||
</iframe>
|
||||
</div>
|
||||
<div>
|
||||
|
||||
{next}
|
@ -12,4 +12,17 @@ Select the **Student, Course Schedule and Student Group** for which attendance i
|
||||
|
||||
**Student Attendance tool** can be used for bulk updation of the attendance based on **Batch, Course or Activity**.
|
||||
|
||||
#### Tutorial Video on Student Attendance
|
||||
|
||||
|
||||
|
||||
<div>
|
||||
<style>.embed-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; } .embed-container iframe, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
|
||||
</style>
|
||||
<div class='embed-container'>
|
||||
<iframe src='https://www.youtube.com/embed//j9pgkPuyiaI' frameborder='0' allowfullscreen>
|
||||
</iframe>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
{next}
|
@ -10,4 +10,17 @@ Incase the student is not attending the institute in order to participate or rep
|
||||
|
||||
Once a Leave Application is recorded for a student it will not be recorded in the absent student report as he has applied for a leave.
|
||||
|
||||
#### Tutorial Video for Student Leave Application
|
||||
|
||||
|
||||
|
||||
<div>
|
||||
<style>.embed-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; } .embed-container iframe, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
|
||||
</style>
|
||||
<div class='embed-container'>
|
||||
<iframe src='https://www.youtube.com/embed/NwwH5t-NKBE' frameborder='0' allowfullscreen>
|
||||
</iframe>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
{next}
|
@ -18,4 +18,16 @@ You can create the Program Enrollment for :
|
||||
|
||||
For promoting the students, the new academic year, academic term and program can also be selected for the enrollment of the fetched students list.
|
||||
|
||||
#### Video Tutorial for Program Enrollment Tool
|
||||
|
||||
|
||||
<div>
|
||||
<style>.embed-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; } .embed-container iframe, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
|
||||
</style>
|
||||
<div class='embed-container'>
|
||||
<iframe src='https://www.youtube.com/embed//5nxWYBRHY_o?start=82' frameborder='0' allowfullscreen>
|
||||
</iframe>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
{next}
|
@ -17,5 +17,15 @@ Student Batch: To categorize student into different sections/batches, you can as
|
||||
|
||||
Student Category: For the Institutions having multiple Fees Structure, this field can be used to differentiate the student enrollment in a given fee category.
|
||||
|
||||
#### Video Tutorial For Program Enrollment
|
||||
|
||||
{next}
|
||||
|
||||
<div>
|
||||
<style>.embed-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; } .embed-container iframe, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }</style>
|
||||
<div class='embed-container'>
|
||||
<iframe src='https://www.youtube.com/embed//5nxWYBRHY_o?start=0&end=88' frameborder='0' allowfullscreen>
|
||||
</iframe>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
{next}
|
||||
|
@ -27,4 +27,16 @@ the system shall create a student against that applicant and redirect you to the
|
||||
|
||||
<img class="screenshot" alt="Student Applicant Enrollment" src="/docs/assets/img/education/admission/student-applicant-enroll.png">
|
||||
|
||||
#### Video Tutorial for Student Application
|
||||
|
||||
|
||||
|
||||
<div>
|
||||
<style>.embed-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; } .embed-container iframe, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }</style>
|
||||
<div class='embed-container'>
|
||||
<iframe src='https://www.youtube.com/embed/l8PUACusN3E' frameborder='0' allowfullscreen>
|
||||
</iframe>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
{next}
|
||||
|
@ -20,4 +20,16 @@ You can set the "Income Account" and "Receivable Account" in the Accounts sectio
|
||||
|
||||
If you are going to use this in the Fee Schedule, you must select the Accounts carefully as Fee Schedule updates the respected Accounts in bulk.
|
||||
|
||||
#### Video Tutorial for Fee Structure
|
||||
|
||||
|
||||
<div>
|
||||
<style>.embed-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; } .embed-container iframe, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
|
||||
</style>
|
||||
<div class='embed-container'>
|
||||
<iframe src='https://www.youtube.com/embed//_ZkvyVnWgYk' frameborder='0' allowfullscreen>
|
||||
</iframe>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
{next}
|
@ -5,6 +5,18 @@ You can see the overall course schedule in the Calendar view.
|
||||
|
||||
<img class="screenshot" alt="Course Schedule" src="/docs/assets/img/education/schedule/course-schedule.png">
|
||||
|
||||
#### Video Tutorial on Course Scheduling
|
||||
|
||||
|
||||
<div>
|
||||
<style>.embed-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; } .embed-container iframe, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
|
||||
</style>
|
||||
<div class='embed-container'>
|
||||
<iframe src='https://www.youtube.com/embed/iy-DBV9jI-A?start=0&end=114' frameborder='0' allowfullscreen>
|
||||
</iframe>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
### Marking Attendance
|
||||
|
||||
You can mark attendance for a Student Group against a Course Schedule.
|
||||
|
@ -20,4 +20,14 @@ This tool can be used to create 'Course Schedules'.
|
||||
- Check the 'Reschedule' checkbox and then click 'Schedule Course' button.
|
||||
- System will delete existing Course Schedules for specified Course within the mentioned Course Start Date and Course End Date and crate new Course Schedules.
|
||||
|
||||
#### Video Tutorial on Scheduling Tool
|
||||
|
||||
<div>
|
||||
<style>.embed-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; } .embed-container iframe, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }</style>
|
||||
<div class='embed-container'>
|
||||
<iframe src='https://www.youtube.com/embed/iy-DBV9jI-A?start=114' frameborder='0' allowfullscreen>
|
||||
</iframe>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
{next}
|
||||
|
@ -12,4 +12,18 @@ Once a **Course** is created, a course schedule can defined for the same.
|
||||
|
||||
The Course form is further linked to **Program, Student Group and Assessment Plan** doctypes. The links allow to view/create the related documents for a **Course**.
|
||||
|
||||
#### Video Tutorial for Course
|
||||
|
||||
|
||||
|
||||
<div>
|
||||
<style>.embed-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; } .embed-container iframe, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
|
||||
</style>
|
||||
<div class='embed-container'>
|
||||
<iframe src='https://www.youtube.com/embed//1ueE4seFTp8?start=66' frameborder='0' allowfullscreen>
|
||||
</iframe>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
{next}
|
@ -16,5 +16,16 @@ While creating the **Assessment Plan** for a Student Group, **Instructor** can b
|
||||
|
||||
Further, the log for the Instructor can be entered in the Instructor Log table which can be used for keeping the records of subjects taught by that Instructor.
|
||||
|
||||
#### Video Tutorial for Instructor
|
||||
|
||||
|
||||
<div>
|
||||
<style>.embed-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; } .embed-container iframe, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
|
||||
</style>
|
||||
<div class='embed-container'>
|
||||
<iframe src='https://www.youtube.com/embed//rVqQYS1_02k' frameborder='0' allowfullscreen>
|
||||
</iframe>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
{next}
|
@ -4,7 +4,7 @@ An educational program is a program written by the institutions which determines
|
||||
|
||||
To create a Program go to :
|
||||
|
||||
###education >> Setup >> Program >> New Program
|
||||
> Education > Setup > Program > New Program
|
||||
|
||||
Enter a unique code for every **Program**. You can also link the **Program** to the department under which it is conducted.
|
||||
|
||||
@ -16,4 +16,16 @@ Add the relevant Course and the Fee details for a program.
|
||||
|
||||
The Program Doctype is further linked to the **Student applicant**, **Program enrollment, Student group, Fee structre and Fee**. The links allow to view or create the related document for a Program.
|
||||
|
||||
#### Video Tutorial on Program and Courses
|
||||
|
||||
|
||||
<div>
|
||||
<style>.embed-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; } .embed-container iframe, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
|
||||
</style>
|
||||
<div class='embed-container'>
|
||||
<iframe src='https://www.youtube.com/embed//1ueE4seFTp8?end=70' frameborder='0' allowfullscreen>
|
||||
</iframe>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
{next}
|
@ -2,7 +2,7 @@
|
||||
|
||||
The Education Settings page allow you to setup basic settings like **Academic Year and Term** for the educational setup.
|
||||
|
||||
<img class="screenshot" alt="Student" src="/docs/assets/img/education/student/education.png">
|
||||
<img class="screenshot" alt="Student" src="/docs/assets/img/education/student/schools-settings.png">
|
||||
|
||||
The checkbox to Validate Batch for Students in Student Group enables the Student Batch validation for every Student from the Program Enrollment for the **Batch** based on **Student Group**
|
||||
|
||||
|
@ -4,7 +4,7 @@ The Student group creation tool allows you to create student groups in bulk.
|
||||
|
||||
To create Student group using this tool go to
|
||||
|
||||
##education >>Student >> Student Group creation tool
|
||||
> Education > Student > Student Group creation tool
|
||||
|
||||
Select the **Academic Term** and the **Program** for which a student group is to be created.
|
||||
|
||||
@ -14,4 +14,16 @@ By default the student group is created based on the **Course** only. The check
|
||||
|
||||
You can leave it unchecked if you don't want to consider batch while making course based groups.
|
||||
|
||||
#### Tutorial Video on Student Group Creation Tool
|
||||
|
||||
|
||||
<div>
|
||||
<style>.embed-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; } .embed-container iframe, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
|
||||
</style>
|
||||
<div class='embed-container'>
|
||||
<iframe src='https://www.youtube.com/embed/5K_smeeE1Q4?start=108' frameborder='0' allowfullscreen>
|
||||
</iframe>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
{next}
|
@ -6,9 +6,9 @@ A Student Group needs to be created for every course for **Academic Term** and *
|
||||
|
||||
To create a Student Group go to:
|
||||
|
||||
education >> Student >> New Student Group
|
||||
> Education > Student > New Student Group
|
||||
|
||||
<img class="screenshot" alt="Student Group" src="/docs/assets/img/education/student/Student-group.gif">
|
||||
<img class="screenshot" alt="Student Group" src="/docs/assets/img/education/student/student-group.gif">
|
||||
|
||||
To create a Student group based on **Batch**, select the **Progam** and **Batch**, where as to create a Student group based on **Course**, you will only have to select the Course Code. Creating a student group based on activity allows you to group of student for events and activities happening in the institute.
|
||||
|
||||
@ -18,5 +18,18 @@ Once a student group is created you can mark attendance for the group.
|
||||
|
||||
You can also update the **Email Group** for the Student Group. Click on Update Email Group to add all the email ids of the gaurdians in the respective email group and **Newsletter** can be created and sent to the Email group.
|
||||
|
||||
#### Tutorial Video on Student Groups
|
||||
|
||||
|
||||
|
||||
<div>
|
||||
<style>.embed-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; } .embed-container iframe, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
|
||||
</style>
|
||||
<div class='embed-container'>
|
||||
<iframe src='https://www.youtube.com/embed/QILiHiTD3uc'
|
||||
frameborder='0' allowfullscreen>
|
||||
</iframe>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
{next}
|
@ -4,9 +4,21 @@ A Student is a person who has enrolled at your institute and you have accepted t
|
||||
The Student doctype maintains detials like personal information, date of birth, address etc. It also records the **Guardian** and sibling details.
|
||||
|
||||
<img class="screenshot" alt="Student" src="/docs/assets/img/education/student/student.png">
|
||||
|
||||
The student is enrolled in a **Program** when the application is approved. Once the enrollement is done the **Student Applicant** status is update to Admitted.
|
||||
|
||||
You can view every doctype created for a particular student. Eg : Fees, Student Group, etc
|
||||
|
||||
#### Video Tutorial on Student Management
|
||||
|
||||
|
||||
<div>
|
||||
<style>.embed-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; } .embed-container iframe, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
|
||||
</style>
|
||||
<div class='embed-container'>
|
||||
<iframe src='https://www.youtube.com/embed//nIUsbl0rEE0' frameborder='0' allowfullscreen>
|
||||
</iframe>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
{next}
|
Loading…
Reference in New Issue
Block a user