Advertisement
Guest User

Untitled

a guest
Apr 30th, 2017
44
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 0.49 KB | None | 0 0
  1. answerDTO{
  2.  
  3.     int questionNumber;
  4.    
  5.     int radioButtonSelection; //sita fielda setinti, kai yra radioButton klausimas
  6.    
  7.     List<boolean> checkboxSelection; //sita fielda setinti, kai yra checbox klausimas
  8.    
  9.     String answerToText; //sita fielda setinti, kai yra atviras klausimas
  10.    
  11.     int scaleSelection; //sita fielda setinti, kai reikia pasirinkti skaiciu
  12. }
  13.  
  14. t.y. JS daryti taip
  15.  
  16. question.radioButtonSelection
  17.  
  18. question.checkboxSelection
  19.  
  20. question.answerToText
  21.  
  22. question.scaleSelection
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement