Home > Plugin, Programming, Wordpress > WordPress + Formidablepro Plugin

WordPress + Formidablepro Plugin

April 26th, 2011

Please, programmers experienced with WordPress and FormidablePro plugin ONLY!

I would like to track my customers learning progress:
Each user has to do 300 individual, consecutive tasks (offline).
They acknowledge the completion of each task online.
In the very beginning the user sets a goal, e.g. “30 tasks per week”. The completion date of all 300 tasks is calculated:
Actual date (today) + (30 x 7 days) = date when 300 tasks are finished
For each task the user enters the completion date (he acknowledges the completion of the task and the actual date is logged). The completion date is compared to the goal, and the progress (ahead of time or delayed) is displayed.
The tasks have to be finished one by one, e.g. the user cannot finish task 8 before task 6.
Each user can see his unique learning progress on his WordPress page. So he can see graphically if his progress is in line with his goal.
Each user will have a page, e.g. http://my.domain.com/firstnamelastname/ The pages will be accessible using the UAM (User Access Manager) plugin. (Any other solution will be considered.)

Important: If possible, I don’t want any hardcoding so I can easily apply changes later on using the formidable pro plugin.


Wordpress + Formidablepro Plugin

Comments are closed.
Bear