Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
CODE PROJECT For Those Who Code
  • Home
  • Articles
  • FAQ
Community
  1. Home
  2. Web Development
  3. ASP.NET
  4. Exam Room Allocation

Exam Room Allocation

Scheduled Pinned Locked Moved ASP.NET
5 Posts 4 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • S Offline
    S Offline
    Satish_S
    wrote on last edited by
    #1

    Hi i need to allocate students to the exam hall,These are the rules for placing an exam to a room: 1. If total of students is bigger than the biggest room capability, then the class will be split. (ex. if the total of students is 120, but the biggest capacity of room is 40, then the exam will be split into three rooms) 2. One room can handle two (maximum, cant more than 2 exams) exams at the same time and day. I am going to minimize the use of room and day. So the exam will be held densely (lets say, if the timetable made by human will product a timetable for 12 days, i want to minimize it to 10 days.. or 9 days can you give me what logic i should start with. thanks

    B L D 3 Replies Last reply
    0
    • S Satish_S

      Hi i need to allocate students to the exam hall,These are the rules for placing an exam to a room: 1. If total of students is bigger than the biggest room capability, then the class will be split. (ex. if the total of students is 120, but the biggest capacity of room is 40, then the exam will be split into three rooms) 2. One room can handle two (maximum, cant more than 2 exams) exams at the same time and day. I am going to minimize the use of room and day. So the exam will be held densely (lets say, if the timetable made by human will product a timetable for 12 days, i want to minimize it to 10 days.. or 9 days can you give me what logic i should start with. thanks

      B Offline
      B Offline
      Blue_Boy
      wrote on last edited by
      #2

      Ok, and now you want logic for query or to design your web application?


      I Love T-SQL "VB.NET is developed with C#.NET" If my post helps you kindly save my time by voting my post. www.cacttus.com

      S 1 Reply Last reply
      0
      • B Blue_Boy

        Ok, and now you want logic for query or to design your web application?


        I Love T-SQL "VB.NET is developed with C#.NET" If my post helps you kindly save my time by voting my post. www.cacttus.com

        S Offline
        S Offline
        Satish_S
        wrote on last edited by
        #3

        Hi Logic for design thanks

        1 Reply Last reply
        0
        • S Satish_S

          Hi i need to allocate students to the exam hall,These are the rules for placing an exam to a room: 1. If total of students is bigger than the biggest room capability, then the class will be split. (ex. if the total of students is 120, but the biggest capacity of room is 40, then the exam will be split into three rooms) 2. One room can handle two (maximum, cant more than 2 exams) exams at the same time and day. I am going to minimize the use of room and day. So the exam will be held densely (lets say, if the timetable made by human will product a timetable for 12 days, i want to minimize it to 10 days.. or 9 days can you give me what logic i should start with. thanks

          L Offline
          L Offline
          Lost User
          wrote on last edited by
          #4

          sathimailin1 wrote:

          can you give me what logic i should start with.

          You have specified the logic in your question, just write down how you would calculate how many rooms you need, how many exams you can run per day, etc.

          The best things in life are not things.

          1 Reply Last reply
          0
          • S Satish_S

            Hi i need to allocate students to the exam hall,These are the rules for placing an exam to a room: 1. If total of students is bigger than the biggest room capability, then the class will be split. (ex. if the total of students is 120, but the biggest capacity of room is 40, then the exam will be split into three rooms) 2. One room can handle two (maximum, cant more than 2 exams) exams at the same time and day. I am going to minimize the use of room and day. So the exam will be held densely (lets say, if the timetable made by human will product a timetable for 12 days, i want to minimize it to 10 days.. or 9 days can you give me what logic i should start with. thanks

            D Offline
            D Offline
            David Mujica
            wrote on last edited by
            #5

            if this is a "real" problem, then you should also consider that all students taking the "history exam" need to be scheduled on the same day. Otherwise the students who take the exam on day 1 will tell the students on day 2 about the exam. This sounds too much like a homework assignment, so your not going to get specific help in doing your homework.

            1 Reply Last reply
            0
            Reply
            • Reply as topic
            Log in to reply
            • Oldest to Newest
            • Newest to Oldest
            • Most Votes


            • Login

            • Don't have an account? Register

            • Login or register to search.
            • First post
              Last post
            0
            • Categories
            • Recent
            • Tags
            • Popular
            • World
            • Users
            • Groups