Share

Satyanash Scheduler

Tracker: Feature Requests

5 Course with 3 meeting times - ID: 1512886
Last Update: Comment added ( nobody )

It would be nice if courses with 3 different times
could be entered: e.g. Chem 101 has 2
different/alternate lectures on MWF, acommon exam
period on F, and various problem/discussion sections.
As of now, the program does not display the possible
problem sections --- only the 2 possible lectures and
the common exam time.


Nobody/Anonymous ( nobody ) - 2006-06-26 18:21

5

Open

None

Nobody/Anonymous

None

None

Public


Comment ( 1 )




Date: 2006-11-15 04:40
Sender: nobody

Logged In: NO

actually this is can be done. This scheduler operats on a sort of binary
time with an array of days [m tu w th f s sn]

here is an example of a course at my university that has six time
periods:

CHEM 102H Principles of Chemistry - Honors (MS) 4 credits

0101 MWF.......10:00am-10:50am (TBA) SMITH
F..........3:00pm- 4:15pm (TBA)
Th........12:00pm-12:50pm (TBA) DIS
M..........8:00am-10:00am (TBA) DIS
0201 MWF.......11:00am-11:50am (TBA) SMITH
F..........3:00pm- 4:15pm (TBA)
Th........12:00pm-12:50pm (TBA) DIS
Tu.........1:00pm- 3:00pm (TBA) DIS

For the scheduler the database looks like this:

CHEM#102H#0101#1043#Chemistry - Honors #SMITH # 252 0 192 3072 458944 0 0
CHEM#102H#0201#1044#Chemistry - Honors #SMITH # 768 61440 768 3072 459520
0 0

so make sure your parser or what ever you do to generate this database
operates correctly. and adds the appropriate values to the array.



Log in to comment.

Attached File

No Files Currently Attached

Change

No changes have been made to this artifact.