| |
| Easy learning |
Easy learning:- |
| There are many different ways available to improve our memory. One of the ways is playing matching Games to get the pairs matched in minimum attempts. There are lots of websites available to provide these types of memory matching games. We wanted to integrate this memory matching game along with the learning process. |
So, we released Easy learning. See this link
And also knowing more about this refer below link |
Easy learning Admin module:- |
| The admin module has three options for handling easy learning . |
- Add new topic
- Add new question for topic
- View existing question
|
Add New Topic:- |
The below screen shots for adding new topic/subject like php, javascript , software testing. |
 |
Add New question for newly added topic:- |
| There are two ways to add new question and answer for newly added topic/subject or existing one. |
One is follow the below screen shot and another one is add a bulk of question and answer from CSV files. |
The below screen shot specifies the add only one question at a time. It shows one drop-down box have the list of your added topics/subjects and side A question and side B question. |
You select any one topic/subject from drop down box and add respective question side A and side B question. |
 |
See the below screen shot. It shows two form fields. |
 |
| One is drop down topics/subjects and another one is file upload option. Here it only accepts the CSV files. So you store your bulk of questions and answers in excel file and save this as CSV. |
Once you complete this then come to this screen and select your topic/subject and upload the CSV file which contains your stored data. After clicking the submit button the data you stored in CSV file is moved to database with your selective topic/subject. |
View your existing question:- |
This page shows all your questions and answers as default. If you want to view particular topic/subject question, select topic/subject from drop down it shows all question and answer (side A and side B) of that selected topic only. |
 |
Edit existing question:- |
| You can also edit/update your existing questions. See the above screen shot it has one option ‘Edit’ link in right side of each record. Clicking the ‘Edit’ link will go to the screen like below screen shot. |
This page displays your question (side A and side B) with topic/subject drop down box. Once update needed part and click submit button it saves your changes in database. You can also change topic name if you want.
|
 |
For handling above all things we maintain only two tables. |
| One is for storing topic/subject name and another one is for storing side A, side B questions |
| |
| |
| |
| |