Implementing in WEB

Started by venkat aadithan, December 20, 2017, 10:12:17 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

venkat aadithan

Hi,

I'm implement fet in a web application PHP project.

I have collected datas Institution,Days,Periods,Activity(Stdudentgroups,Subject,Teacher),

Now i need to get the activity constrains from user.

Don't know the structure of activity constraint xml.

please me with some examples for all activity constraints.

Note: Anyone implemented it in web interface kindly send a link
Thanks in advance.

Liviu Lalescu

To find the structure of the constraints in the .fet XML file, you can either consult the file fet-v.v.v/translations/test-all-constraints.fet, or write yourself all the constraints in FET, save as a .fet file and read the file with a text/XML editor.

venkat aadithan

Is it Mandatory/necessary to give Activity_group_id in all activities?

help me

Volker Dirr

FET need to know the group id if there are 2 or more activites together.
if there is only 1 activity you can just write "0" as group id.

venkat aadithan

Thanks a lot Mr.Volker Dirr, :) :) :) :) :) :)