-
Notifications
You must be signed in to change notification settings - Fork 6
Strategy
BaKaPlan generate seating plan on the basis of subject code. All strategies allocate seats acording to subject code whether it is continuous or dis-continuous subjects. Simplest strategy is Cushy. If examination has multiple set of subject then this is best.
- Cushy
- Flip Flop
- Triplet
- Quad-let
- Serpentine
Description
Cushy means easy. This is the simplest strategy. In this strategy, seating plan is done continuously. For example, seating plan is done by allocating all roll nos. of first subject code then continuous with 2nd subject code and so on.
Requirement
- Minimum 1 Class/Branch with minimum 1 subject code.
When to use
- When their is only one subject code.
- If examination has multiple sets of subjects.
- If seats in examination has more space between them.
- When there are equal seats with total students means there are no more extra rooms/seats.
- When only their is only one class for seating plan.
When not to use
- When there is any entrance examination.
- When there is no sets/codes for subjects.
Example of 4 * 4 room
1 2 3 4
1 A A A B
2 A A B B
3 A A B B
4 A A B B
Here A is 1st subject code and B is second subject code. And this is continuous to C, D and so.
Description
Flip Flop is the second strategy. In this strategy, seating plan is done by mixing two subject codes i.e. 1st subject code, 2nd subject code, 1st subject code and so on.
Requirement
- Minimum 2 classes or 1 class with 2 subject codes.
When to use
- When there is minimum 2 subject codes.