You are on page 1of 3

Input fields for creating a course.

1. Course Name: (Text Field)


Name of the course.
2. Course Short description (Excerpt): (Text Field)
To show on small course description panel.

3. Course Long description: (Text Field)

4. Subjects: (Multiple Text Fields)


This text field is to add the subjects which will
be taught in the course.
There may be single or multiple subjects in a
course.

Once a subject is added there should be a remove


button and an Add lessons button below the added
Subjects. New entries should be created in the
database according to the number of subjects
added.

Backend: The subjects should be displayed above


after adding them and should be removed if remove
button is clicked.
5. Add Lessons: (Button)
This button is to add the names of lessons that
will be taught in the particular subject.
There may be single or multiple lessons in a
subject.
A pop up window should open on clicking the add
lessons button.

6. Lesson description – (Text field)


Lesson description will include introduction of
lesson. Imp topics etc.

7. Lesson description – (edit button)

8. Duration of lecture – (Numeric) (hrs. & mins)

9. Difficulty level – (Drop Down)


 Beginner
 Intermediate
 Advanced

2
 Other (For Stages) (0-4) (dropdown menu) –
Beginner 1, Beginner 2, Beginner 3 (will be
described in description)
10. Age Group: From (numeric field) (compulsory) &
To (numeric field) (not compulsory)
11. Image – .jpg,.png with fixed size (or not)
12. Board – (text) (dropdown menu) (State, CBSE,
ICSE, etc.) (None aur other ka bhi option hona
chayiye)
If State -> select which state
If Other -> enter what other (text input)
13. Actual Price – (numeric)
14. Discount? -> if yes, then specify how much
(percentage) (price bhi display karna hai, after
discount kitna hoga)
*Display both -> actual price & discounted price.
(backend)
15. Mode of instruction – (multiple text fields)
(English, Hindi, etc.)
16. No. of students enrolled: There should be an
option to add the number and will increment as
students register for the course.

To be Calculated:

Lesson Duration: Numeric


To be calculated from lecture timings.

Subject Duration: Numeric

Course Duration: Numeric


Course duration is the total duration of all
lectures in the course. *this will be calculated
using the lecture time specified by the teacher.

You might also like