split same group with different ways

Started by dimzev, September 15, 2025, 08:44:41 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

dimzev

Hello !!! back again...
I have class A, which can be split into two groups, A1 and A2, with two teachers, or into groups Aa, Ab, Ac, Ad, Ae, with five teachers. How should I indicate this in the timetable?

please give me the way,,,

fet-6.25.0

Liviu Lalescu

Hello!

Please update to latest FET! (version 7.4.7)

Divide year A automatically by 2 categories, the first with 2 divisions and the second with 5 divisions.

dimzev

#2
Thank you but my system is:
$ cat /etc/os-release
PRETTY_NAME="Debian GNU/Linux 11 (bullseye)"
NAME="Debian GNU/Linux"
VERSION_ID="11"
VERSION="11 (bullseye)"
VERSION_CODENAME=bullseye
ID=debian
HOME_URL="https://www.debian.org/"
SUPPORT_URL="https://www.debian.org/support"
BUG_REPORT_URL="https://bugs.debian.org/"

i cant make work 7.4.7

What I have:

Operating System: Debian 11 Bullseye

GLIBC version: 2.28 (default for Debian 11)

What my system should have to run FET 7.4.7:

GLIBC version: at least 2.32–2.38

In short, the current system's GLIBC is too old for FET 7.4.7.

Liviu Lalescu

OK, no problem in this case. So, the GNU/Linux executable does not work for you?

Liviu Lalescu

Quote from: dimzev on September 16, 2025, 05:07:39 PMGLIBC version: 2.28 (default for Debian 11)

Oh, I see! I am sorry. I could help you with advice to compile the sources, if you want. Otherwise, even this old FET version is decent.

dimzev

#5
ok if my system stay safe  i follow your command

or give me help for my question 

"Class A can be divided into two sections for some subjects or into five sections for others. How do I declare this in the program?"

Liviu Lalescu

It is a bit complicated, I warn you. You need some time and patience.

It stays safe. Qt will occupy ~1.5 GB of disk space (you can uninstall it at any time, but the compiled FET-7.4.7 won't work anymore).

https://www.qt.io/download-qt-installer-oss , download probably the online installer Linux x64 - it is ~20 MB, make it executable, run it. It will require a Qt account for you (email address and password). Then, select Qt 6.9.2 Desktop GCC. It will download ~400 MB and install it.

You need g++ (GNU GCC) and make (GNU Make) commands and maybe other packages.

Then, unpack FET sources in, say, ~/fet-7.4.7, then type "~/Qt/6.9.2/gcc_64/bin/qmake" (this is fast) and "make -j 4" (this is slow) (4 is corresponding to your computer's number of threads, on my computer I use 16).

FET executable is obtained on my computer in ~4 minutes.

If you decide to do it, I will guide you if you meet problems, but note that I might sleep in ~2-3 hours.

Liviu Lalescu

Quote from: dimzev on September 16, 2025, 05:29:01 PMClass A can be divided into two sections for some subjects or into five sections for others. How do I declare this in the program?

I wrote above. Please enter "Years" dialog and click "Divide year by selecting categories". Then add 2 categories, the first with 2 divisions and the second with 5 divisions. Then use the groups in your activities. Don't delete the subgroups, which will be 2x5=10.

dimzev

I think it's better to leave the 7.4.7 solution, I'll stay with fet-6.25.0.

Thank you for everything and the immediate response

Liviu Lalescu


dimzev

Once again, outstanding work has been done!! Congratulations to everyone involved for their significant effort and prompt response to the issue!
I am already using the AppImage FET-7.4.7-1.1, which seems to work flawlessly...!!
If any problem arises, I will report it immediately...
Once again, congratulations and thank you very much!!