-
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
- 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 allocation 1st subject code then 2nd subject code and again 1st subject code and so on.