WordProblem.questionArray = [
    {
        "operationType": "Addition",
        "arrayElements":[
            {
                "questionId": 1,
                "operation": "Addition",
                "question": "@ ने अपने जन्मदिन के ~ के ! समान भाग किये| उनमे से ! हिस्सा & को दिया| & को ~ के कितने भाग मिले?",
                "subjectSingular": [
                    "मिनू",
                    "प्रशांत",
                ],
                "subjectPlural": [],
                "objectSingular": [
                    "केक",
                ],
                "objectPlural": [
                    "केक",
                ],
                "given": [
                    "given1", 
                    "given2",
                ],
                "toFind": "& को ~ के कितने भाग मिले?",
                "descriptionMsg": '& को मिले हुए भाग ',
                "descriptionAns": '& को ~ के ! भाग मिले|',
                "unit": [
                    "रु."
                ]
            },
        ]
    },
    {
        "operationType": "Subtraction",
        "arrayElements":[
            {
                "questionId": 2,
                "operation": "Subtraction",
                "question": "@ ने अपने जन्मदिन के ~ के ! समान भाग किये| उनमे से ! हिस्सा & को दिया| & को ~ के कितने भाग मिले?",
                "subjectSingular": [
                    "मिनू",
                    "प्रशांत",
                ],
                "subjectPlural": [],
                "objectSingular": [
                    "केक",
                ],
                "objectPlural": [
                    "केक",
                ],
                "given": [
                    "given1", 
                    "given2",
                ],
                "toFind": "& को ~ के कितने भाग मिले?",
                "descriptionMsg": '& को मिले हुए भाग ',
                "descriptionAns": '& को ~ के ! भाग मिले|',
                "unit": [
                    "रु."
                ]
            },
        ]
    }
];