-2
Greetings! I am developing a web application, with the tools (HTML+CSS+JAVASCRIPT){Bootstrap}+PHP+Mysql. It is a kind of teacher’s notebook, and at some point the teacher will have to introduce the formula for calculating the average frequency for example. Based on the formula that the prof will enter, I will need to generate a table where the student’s grade will be displayed in each of the variables entered in the formula.
Example: The formula being: Mf = T1(25%) + T2(25%) + TG(35%) + AC(15%); where: Mf -> average frequency; T1 -> Teste1; T2 -> Group work; AC -> Ava; continuous action;
The point is that I am looking for a way for the user to enter the formula as simply as possible. How can I do this?
Thanks, help!
– 5enta