pd start page changes : kdk

This commit is contained in:
dineshkumarkannan 2018-11-08 23:22:02 +05:30
parent c97070ec25
commit 2c15ad0cb5

View File

@ -43,7 +43,8 @@ export class StartPdComponent implements OnInit, OnDestroy {
// getQuestionsLength:number; // getQuestionsLength:number;
// answerList:any=[]; // answerList:any=[];
// ansPDList:any=[]; // ansPDList:any=[];
// pdFullDetails:any=[];
pdFullDetails:any=[];
// category static form buttons // category static form buttons
categoryFormButtons: any; categoryFormButtons: any;
@ -167,6 +168,7 @@ export class StartPdComponent implements OnInit, OnDestroy {
this.actualQuestions = data.records.counts.overall_question_count; this.actualQuestions = data.records.counts.overall_question_count;
this.answeredQuestions = data.records.counts.overall_answered_count; this.answeredQuestions = data.records.counts.overall_answered_count;
this.pdFullDetails = data.records
} }
else { else {
this.pdMasterList = ""; this.pdMasterList = "";