I have found the Vikas and he is amazing developer, he had always delivered the product under the timeline, on budget and with 100% accuracy, He is totally problem solving guys.
How To Build a Learning Management System in Drupal ?
0 comments |
Drupal already has everything we need! The ingredients:
- Quiz
- Webform
- Content (CCK)
- Book
- Registration/Signup
- Commerce/Ubercart
- Certificate
We just need something to glue it all together and bake up an LMS! Here we are building a Course. Firstly download Course Module. This module allows any content type to be used as e-learning course, containing any number of graded or ungraded course objects.
You need to also download these modules
- Chaos tools
- Views 3.x
- Views Bulk Operations for built in functionality like adding, editing, and removing course enrollments
- Time period
- Entity API for providing CRUD, Rules, and Views integration.
- UUID
In this blog we are going to implement book for respective Course.
Download the above module and enable in your drupal site. After enable, you will get a "course content type" and "book content type". Also Course in administrative Menu
Follow below process to create to create course and book
Create a course "/node/add/course"
After that save your course content , you will get
From here you can add book pages to this Course by clicking on "Course Outline" and add Book as Object
Then you will be redirected to add Book page, so add content to book page. Click on "Take Course" will list your created book, from where you can read course book you have added.
Now one course and book is done. Right now this is only for you until you enrolle another user for this course. To do this , click on Enrollment tab and enroll user.
In this way you have create a course and book page to it. Also given read permission to another user by enrolling them to Course. For more funtionality and use you can create views for Course and list accordingly.
Add new comment