Quantcast
Channel: ASP.NET Core
Viewing all articles
Browse latest Browse all 9386

Display MCQ's one by one For Test onclick Next button

$
0
0
//listOfQuestion contains all questions of the test

List<StudentQuestionPprModel> listOfQuestion = new StudentDAL().GetTestQuestionsForTest(Convert.ToInt32(HiddenTestID.Value));


//where to display questions
lblQuestion.Text = question.Qs;
radio1.Text = question.Choice1;
radio2.Text = question.Choice2;
radio3.Text = question.Choice3;
radio4.Text = question.Choice4;


Viewing all articles
Browse latest Browse all 9386

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>