Want a help in development of Assesment

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
jai
Forum Newbie
Posts: 2
Joined: Fri Mar 19, 2010 7:03 am

Want a help in development of Assesment

Post by jai »

I was developing e-learning in PHP. I want to know how we can retrieve the contents for e-learning based on the assessment For instance if the learner as scored 5 or less than 5 he must be given a basic content. If he has scored 5-8 he must be given a medium content. If he has scored more than 8 he must be given a hard content. These contents will be stored in a text file and must be retrieved from there.
Post Reply