Main Menu
Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Messages - Michel

#1
Report a Bug / Re: Top Menu is not showing
August 05, 2015, 05:49:55 PM

Removing appmenu-qt5 made the menu reappear.

Thank you for your excellent support :)
#2
Report a Bug / Re: Top Menu is not showing
August 05, 2015, 05:37:17 PM
Okay I will go through the forum and check it
Thank you
#3
Report a Bug / Re: Top Menu is not showing
August 05, 2015, 05:21:22 PM
I do not believe it is a Gnome problem
I switch to a KDE environment and I am getting the same (please see screenshot)
and clicking on the dot did nothing
#4
Report a Bug / Re: Compilation error in 5.27.7
August 05, 2015, 04:55:01 PM
yes it worked. Thank you  :)
#5
Report a Bug / Re: Top Menu is not showing
August 05, 2015, 04:37:39 PM
the top menu is for earlier version.
Currently I am using 5.27.5
I usually compile with qmake
and then make

#6
Report a Bug / Top Menu is not showing
August 05, 2015, 04:27:34 PM
The top menu is not showing in the FET window

I am using ubuntu 14.04
#7
Report a Bug / Compilation error in 5.27.7
August 05, 2015, 04:19:53 PM
The compilation stops after some steps with the following error

interface/timetableprintform.cpp: In member function 'void TimetablePrintForm::print()':
interface/timetableprintform.cpp:1186:2: error: 'QMarginsF' was not declared in this scope
  QMarginsF printerMargins;
  ^

I am using:

  • ubuntu 14.04
  • QMake version 3.0
  • Using Qt version 5.2.1 in /usr/lib/x86_64-linux-gnu
  • gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04)
#8
Custom FET for Particular Needs / Teacher Constraints
October 07, 2009, 01:18:21 PM
To accommodate for all the students during their breaks, we divided the school into 3 groups. with their breaks shifted as follows

 [th][/td]
      [th]
Period 1[/th][td]Break[/td][td]||[/td]
      [th]Period 2[/th][td]Break[/td][td]||[/td]
      [th]Period 3[/th][td]Break[/td][td]||... not relevant[/td]
 [/tr]
 [tr][td]Group 1[/td]
      [td]8:00-8:55[/td][td](8:55-9:15)[/td][td]||[/td]
      [td]9:15-10:10[/td][td]-[/td][td]||[/td]
      [td]10:10-11:05[/td][td]-[/td][td]||...[/td]
 [/tr]
 [tr][td]Group 2[/td]
      [td]8:00-8:55[/td][td]-[/td][td]||[/td]
      [td]8:55-9:50[/td][td](9:50-10:10)[/td][td]||[/td]
      [td]10:10-11:05[/td][td]-[/td][td]||...[/td]
 [/tr]
 [tr][td]Group 3[/td]
      [td]8:00-8:55[/td][td]-[/td][td]||[/td]
      [td]8:55-9:50[/td][td]-[/td][td]||[/td]
      [td]9:50:10:45[/td][td](10:45-11:05)[/td][td]||...[/td]
 [/tr]
[/table]




The problem we have while scheduling is that a teacher who is teaching Group 1 during Period 2 cannot teach Period 3 in Group 3. (Period 2 in Group 1 finishes at 10:10, and Period 3 in Group 3 starts at 9:50). :exclamation

Is it possible to add a constraint where the same teacher cannot have a period in a certain Level and then followed by a period in a another level.

So lest we enumerate all the possible combination of classes, is it possible to group Years in a higher level (maybe called School/Section/....) and then set this condition based on them?
Cheers
#9
I tried to use FET to schedule the School Exam Calendar.  We have in an academic year, 3 semesters, and each semester has different number of weeks.  Usually they sum up to 30 weeks. Each class has different exams every week.
I tried to use FET and considered 1 Calendar week as one FET day, and one Calendar day as 1 FET period.
FET has only 28 days and it is mentioned on the site that this can be increased.

My suggestion is to increase to 52, or cater for weekly scheduling.
Thank you