Advertisement
Guest User

html

a guest
Aug 30th, 2012
368
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 30.60 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <title>Repeatsurvey</title>
  5. <link href="/assets/application.css?body=1" media="all" rel="stylesheet" type="text/css" />
  6. <link href="/assets/active_scaffold.css?body=1" media="all" rel="stylesheet" type="text/css" />
  7. <link href="/assets/jquery.ui.core.css?body=1" media="all" rel="stylesheet" type="text/css" />
  8. <link href="/assets/jquery.ui.theme.css?body=1" media="all" rel="stylesheet" type="text/css" />
  9. <link href="/assets/bootstrap_and_overrides.css?body=1" media="all" rel="stylesheet" type="text/css" />
  10. <link href="/assets/items.css?body=1" media="all" rel="stylesheet" type="text/css" />
  11. <link href="/assets/programs.css?body=1" media="all" rel="stylesheet" type="text/css" />
  12. <link href="/assets/questions.css?body=1" media="all" rel="stylesheet" type="text/css" />
  13. <link href="/assets/reports.css?body=1" media="all" rel="stylesheet" type="text/css" />
  14. <link href="/assets/respondents.css?body=1" media="all" rel="stylesheet" type="text/css" />
  15. <link href="/assets/rounds.css?body=1" media="all" rel="stylesheet" type="text/css" />
  16. <link href="/assets/scaffolds.css?body=1" media="all" rel="stylesheet" type="text/css" />
  17. <link href="/assets/values.css?body=1" media="all" rel="stylesheet" type="text/css" />
  18. <script src="/assets/jquery.js?body=1" type="text/javascript"></script>
  19. <script src="/assets/jquery_ujs.js?body=1" type="text/javascript"></script>
  20. <script src="/assets/twitter/bootstrap/bootstrap-transition.js?body=1" type="text/javascript"></script>
  21. <script src="/assets/twitter/bootstrap/bootstrap-alert.js?body=1" type="text/javascript"></script>
  22. <script src="/assets/twitter/bootstrap/bootstrap-modal.js?body=1" type="text/javascript"></script>
  23. <script src="/assets/twitter/bootstrap/bootstrap-dropdown.js?body=1" type="text/javascript"></script>
  24. <script src="/assets/twitter/bootstrap/bootstrap-scrollspy.js?body=1" type="text/javascript"></script>
  25. <script src="/assets/twitter/bootstrap/bootstrap-tab.js?body=1" type="text/javascript"></script>
  26. <script src="/assets/twitter/bootstrap/bootstrap-tooltip.js?body=1" type="text/javascript"></script>
  27. <script src="/assets/twitter/bootstrap/bootstrap-popover.js?body=1" type="text/javascript"></script>
  28. <script src="/assets/twitter/bootstrap/bootstrap-button.js?body=1" type="text/javascript"></script>
  29. <script src="/assets/twitter/bootstrap/bootstrap-collapse.js?body=1" type="text/javascript"></script>
  30. <script src="/assets/twitter/bootstrap/bootstrap-carousel.js?body=1" type="text/javascript"></script>
  31. <script src="/assets/twitter/bootstrap/bootstrap-typeahead.js?body=1" type="text/javascript"></script>
  32. <script src="/assets/twitter/bootstrap/bootstrap-affix.js?body=1" type="text/javascript"></script>
  33. <script src="/assets/twitter/bootstrap.js?body=1" type="text/javascript"></script>
  34. <script src="/assets/jquery-ui.js?body=1" type="text/javascript"></script>
  35. <script src="/assets/jquery-ui-timepicker-addon.js?body=1" type="text/javascript"></script>
  36. <script src="/assets/jquery/active_scaffold.js?body=1" type="text/javascript"></script>
  37. <script src="/assets/jquery/jquery.editinplace.js?body=1" type="text/javascript"></script>
  38. <script src="/assets/jquery/date_picker_bridge.js?body=1" type="text/javascript"></script>
  39. <script src="/assets/jquery/draggable_lists.js?body=1" type="text/javascript"></script>
  40. <script src="/assets/active_scaffold.js?body=1" type="text/javascript"></script>
  41. <script src="/assets/bootstrap.js?body=1" type="text/javascript"></script>
  42. <script src="/assets/items.js?body=1" type="text/javascript"></script>
  43. <script src="/assets/jquery.sparkline.min.js?body=1" type="text/javascript"></script>
  44. <script src="/assets/programs.js?body=1" type="text/javascript"></script>
  45. <script src="/assets/questions.js?body=1" type="text/javascript"></script>
  46. <script src="/assets/reports.js?body=1" type="text/javascript"></script>
  47. <script src="/assets/respondents.js?body=1" type="text/javascript"></script>
  48. <script src="/assets/rounds.js?body=1" type="text/javascript"></script>
  49. <script src="/assets/save-reports.js?body=1" type="text/javascript"></script>
  50. <script src="/assets/values.js?body=1" type="text/javascript"></script>
  51. <script src="/assets/application.js?body=1" type="text/javascript"></script>
  52. <meta content="authenticity_token" name="csrf-param" />
  53. <meta content="6cxUhrKS8o7hKGYr81jjj/uk7hsZgpDvgocZnLswYSc=" name="csrf-token" />
  54. </head>
  55. <body>
  56. <div class="container">
  57.  
  58. <div class="page-header">
  59. <h1>Program 'JBS 2012'</h1>
  60. </div>
  61.  
  62. <div class="tabbable">
  63. <ul class="nav nav-tabs">
  64. <li class="active">
  65. <a href="#report-pane" data-toggle="tab">Reports</a>
  66. </li>
  67. <li class="">
  68. <a href="#summary-pane" data-toggle="tab">Summary Stats</a>
  69. </li>
  70. <li class="">
  71. <a href="#round-pane" data-toggle="tab">Rounds</a>
  72. </li>
  73. <li class="">
  74. <a href="#setting-pane" data-toggle="tab">Settings</a>
  75. </li>
  76. <li class="">
  77. <a href="#question-pane" data-toggle="tab">Questions</a>
  78. </li>
  79. <li class="">
  80. <a href="#participant-pane" data-toggle="tab">Partipants</a>
  81. </li>
  82. </ul>
  83.  
  84.  
  85. <div class="tab-content">
  86. <div class="tab-pane active" id="report-pane">
  87. <div class="container">
  88. <div class="row">
  89. <div class="span2">
  90. <ul class="nav nav-pills nav-stacked">
  91. <li>
  92. <a href="#" data-toggle="pill">Trend lines for all questions</a>
  93. </li>
  94. <li>
  95. <a href="/programs/1/reports/report1" data-remote="true" data-toggle="pill" id="reports-navlist">Summary of all questions</a>
  96. <li class="active">
  97. <a href="#" data-toggle="pill">Trend lines for all questions</a>
  98. </li>
  99. <li>
  100. <a href="#" data-toggle="pill">Details on all questions</a>
  101. </li>
  102. </ul>
  103. </div>
  104. <div class="span10">
  105. </div>
  106. </div>
  107. </div>
  108. </div>
  109. <div class="tab-pane" id="summary-pane">
  110. <h3>Summary Statistics</h3>
  111. </div>
  112. <div class="tab-pane" id="setting-pane">
  113. <h3>Project Settings</h3>
  114. </div>
  115. <div class="tab-pane" id="participant-pane">
  116. <h3>Participants</h3>
  117. <table class="table table-condensed table-bordered">
  118. <thead>
  119. <tr>
  120. <th>Participant Name</th>
  121. </tr>
  122. </thead>
  123. <tbody>
  124. <tr>
  125. <td><a href="/programs/1/respondents/1">Unknown</a></td>
  126. </tr><tr>
  127. <td><a href="/programs/1/respondents/2">Rachel</a></td>
  128. </tr><tr>
  129. <td><a href="/programs/1/respondents/3">Jeremy Coffman</a></td>
  130. </tr><tr>
  131. <td><a href="/programs/1/respondents/4">Sam</a></td>
  132. </tr><tr>
  133. <td><a href="/programs/1/respondents/5">Eitan</a></td>
  134. </tr><tr>
  135. <td><a href="/programs/1/respondents/6">Kendall</a></td>
  136. </tr><tr>
  137. <td><a href="/programs/1/respondents/7">Avishek Neupane</a></td>
  138. </tr><tr>
  139. <td><a href="/programs/1/respondents/8">Mustapha Isa</a></td>
  140. </tr><tr>
  141. <td><a href="/programs/1/respondents/9">Shu Lin</a></td>
  142. </tr><tr>
  143. <td><a href="/programs/1/respondents/10">Fatima</a></td>
  144. </tr><tr>
  145. <td><a href="/programs/1/respondents/11">Ezra</a></td>
  146. </tr><tr>
  147. <td><a href="/programs/1/respondents/12">Tom</a></td>
  148. </tr>
  149. </tbody>
  150. </table>
  151. </div>
  152. <div class="tab-pane" id="question-pane">
  153. <h2> Question </h2>
  154. <p>Each survey has a series of questions. Generally they are quantitative, for example for a rating or an amount. This is in the nature of this product, which is to analyze a recurrent survey over a series of rounds and to produce longitudinal statistics.</p>
  155. <p>Best practice is not to change the set of questions once the survey is underway. However you often find that you decide on new questions you want to ask as the study proceeds.</p>
  156. <p>From this screen you may add new questions, and also activate and deactivate questions during the study. However note well that the statistics are a little more difficult to interpret when questions appear and dissappear during the surveys lifetime.</p>
  157.  
  158. <div>
  159. <table class="table table-bordered table-compressed">
  160. <thead>
  161. <tr>
  162. <th class="ordering">
  163. Ordering
  164. <div class="order"><a href="/?questions_grid%5Bdescending%5D=false&amp;questions_grid%5Border%5D=ordering" class="order asc">&uarr;</a> <a href="/?questions_grid%5Bdescending%5D=true&amp;questions_grid%5Border%5D=ordering" class="order desc">&darr;</a></div>
  165. </th>
  166. <th class="text">
  167. Text
  168. <div class="order"><a href="/?questions_grid%5Bdescending%5D=false&amp;questions_grid%5Border%5D=text" class="order asc">&uarr;</a> <a href="/?questions_grid%5Bdescending%5D=true&amp;questions_grid%5Border%5D=text" class="order desc">&darr;</a></div>
  169. </th>
  170. <th class="active">
  171. Active
  172. <div class="order"><a href="/?questions_grid%5Bdescending%5D=false&amp;questions_grid%5Border%5D=active" class="order asc">&uarr;</a> <a href="/?questions_grid%5Bdescending%5D=true&amp;questions_grid%5Border%5D=active" class="order desc">&darr;</a></div>
  173. </th>
  174. <th class="responses so far">
  175. Responses so far
  176.  
  177. </th>
  178. <th class="data type">
  179. Data type
  180.  
  181. </th>
  182. <th class="actions">
  183. Actions
  184.  
  185. </th>
  186. </tr>
  187.  
  188. </thead>
  189. <tbody>
  190. <tr class="">
  191. <td class="ordering">9</td>
  192. <td class="text"><a href="/programs/1/questions/2">Ruby Programming</a></td>
  193. <td class="active"></td>
  194. <td class="responses so far">12</td>
  195. <td class="data type"></td>
  196. <td class="actions"><a href="/programs/1/questions/2">Show</a> | <a href="/programs/1/questions/2/edit">Edit</a> | <a href="/programs/1/questions/2" class="icon-remove-sign" data-confirm="Are you sure?" data-method="delete" rel="nofollow"></a></td>
  197. </tr>
  198. <tr class="">
  199. <td class="ordering">10</td>
  200. <td class="text"><a href="/programs/1/questions/3">Ruby on Rails</a></td>
  201. <td class="active"></td>
  202. <td class="responses so far">12</td>
  203. <td class="data type"></td>
  204. <td class="actions"><a href="/programs/1/questions/3">Show</a> | <a href="/programs/1/questions/3/edit">Edit</a> | <a href="/programs/1/questions/3" class="icon-remove-sign" data-confirm="Are you sure?" data-method="delete" rel="nofollow"></a></td>
  205. </tr>
  206. <tr class="">
  207. <td class="ordering">11</td>
  208. <td class="text"><a href="/programs/1/questions/4">Unit tests (Rspec)</a></td>
  209. <td class="active"></td>
  210. <td class="responses so far">12</td>
  211. <td class="data type"></td>
  212. <td class="actions"><a href="/programs/1/questions/4">Show</a> | <a href="/programs/1/questions/4/edit">Edit</a> | <a href="/programs/1/questions/4" class="icon-remove-sign" data-confirm="Are you sure?" data-method="delete" rel="nofollow"></a></td>
  213. </tr>
  214. <tr class="">
  215. <td class="ordering">12</td>
  216. <td class="text"><a href="/programs/1/questions/5">Paper Prototyping</a></td>
  217. <td class="active"></td>
  218. <td class="responses so far">12</td>
  219. <td class="data type"></td>
  220. <td class="actions"><a href="/programs/1/questions/5">Show</a> | <a href="/programs/1/questions/5/edit">Edit</a> | <a href="/programs/1/questions/5" class="icon-remove-sign" data-confirm="Are you sure?" data-method="delete" rel="nofollow"></a></td>
  221. </tr>
  222. <tr class="">
  223. <td class="ordering">13</td>
  224. <td class="text"><a href="/programs/1/questions/6">Rails Models</a></td>
  225. <td class="active"></td>
  226. <td class="responses so far">12</td>
  227. <td class="data type"></td>
  228. <td class="actions"><a href="/programs/1/questions/6">Show</a> | <a href="/programs/1/questions/6/edit">Edit</a> | <a href="/programs/1/questions/6" class="icon-remove-sign" data-confirm="Are you sure?" data-method="delete" rel="nofollow"></a></td>
  229. </tr>
  230. <tr class="">
  231. <td class="ordering">14</td>
  232. <td class="text"><a href="/programs/1/questions/7">Rails Controllers</a></td>
  233. <td class="active"></td>
  234. <td class="responses so far">12</td>
  235. <td class="data type"></td>
  236. <td class="actions"><a href="/programs/1/questions/7">Show</a> | <a href="/programs/1/questions/7/edit">Edit</a> | <a href="/programs/1/questions/7" class="icon-remove-sign" data-confirm="Are you sure?" data-method="delete" rel="nofollow"></a></td>
  237. </tr>
  238. <tr class="">
  239. <td class="ordering">15</td>
  240. <td class="text"><a href="/programs/1/questions/8">Rails Views</a></td>
  241. <td class="active"></td>
  242. <td class="responses so far">12</td>
  243. <td class="data type"></td>
  244. <td class="actions"><a href="/programs/1/questions/8">Show</a> | <a href="/programs/1/questions/8/edit">Edit</a> | <a href="/programs/1/questions/8" class="icon-remove-sign" data-confirm="Are you sure?" data-method="delete" rel="nofollow"></a></td>
  245. </tr>
  246. <tr class="">
  247. <td class="ordering">16</td>
  248. <td class="text"><a href="/programs/1/questions/9">Model/View/Contoller</a></td>
  249. <td class="active"></td>
  250. <td class="responses so far">12</td>
  251. <td class="data type"></td>
  252. <td class="actions"><a href="/programs/1/questions/9">Show</a> | <a href="/programs/1/questions/9/edit">Edit</a> | <a href="/programs/1/questions/9" class="icon-remove-sign" data-confirm="Are you sure?" data-method="delete" rel="nofollow"></a></td>
  253. </tr>
  254. <tr class="">
  255. <td class="ordering">17</td>
  256. <td class="text"><a href="/programs/1/questions/10">Scrum and/or agile</a></td>
  257. <td class="active"></td>
  258. <td class="responses so far">12</td>
  259. <td class="data type"></td>
  260. <td class="actions"><a href="/programs/1/questions/10">Show</a> | <a href="/programs/1/questions/10/edit">Edit</a> | <a href="/programs/1/questions/10" class="icon-remove-sign" data-confirm="Are you sure?" data-method="delete" rel="nofollow"></a></td>
  261. </tr>
  262. <tr class="">
  263. <td class="ordering">18</td>
  264. <td class="text"><a href="/programs/1/questions/11">REST</a></td>
  265. <td class="active"></td>
  266. <td class="responses so far">12</td>
  267. <td class="data type"></td>
  268. <td class="actions"><a href="/programs/1/questions/11">Show</a> | <a href="/programs/1/questions/11/edit">Edit</a> | <a href="/programs/1/questions/11" class="icon-remove-sign" data-confirm="Are you sure?" data-method="delete" rel="nofollow"></a></td>
  269. </tr>
  270. <tr class="">
  271. <td class="ordering">19</td>
  272. <td class="text"><a href="/programs/1/questions/12">HTML and CSS</a></td>
  273. <td class="active"></td>
  274. <td class="responses so far">12</td>
  275. <td class="data type"></td>
  276. <td class="actions"><a href="/programs/1/questions/12">Show</a> | <a href="/programs/1/questions/12/edit">Edit</a> | <a href="/programs/1/questions/12" class="icon-remove-sign" data-confirm="Are you sure?" data-method="delete" rel="nofollow"></a></td>
  277. </tr>
  278. <tr class="">
  279. <td class="ordering">20</td>
  280. <td class="text"><a href="/programs/1/questions/13">Javascript</a></td>
  281. <td class="active"></td>
  282. <td class="responses so far">12</td>
  283. <td class="data type"></td>
  284. <td class="actions"><a href="/programs/1/questions/13">Show</a> | <a href="/programs/1/questions/13/edit">Edit</a> | <a href="/programs/1/questions/13" class="icon-remove-sign" data-confirm="Are you sure?" data-method="delete" rel="nofollow"></a></td>
  285. </tr>
  286. <tr class="">
  287. <td class="ordering">21</td>
  288. <td class="text"><a href="/programs/1/questions/14">Designing Data Models</a></td>
  289. <td class="active"></td>
  290. <td class="responses so far">12</td>
  291. <td class="data type"></td>
  292. <td class="actions"><a href="/programs/1/questions/14">Show</a> | <a href="/programs/1/questions/14/edit">Edit</a> | <a href="/programs/1/questions/14" class="icon-remove-sign" data-confirm="Are you sure?" data-method="delete" rel="nofollow"></a></td>
  293. </tr>
  294. <tr class="">
  295. <td class="ordering">22</td>
  296. <td class="text"><a href="/programs/1/questions/15">Internet architecture/TCP/IP etc</a></td>
  297. <td class="active"></td>
  298. <td class="responses so far">12</td>
  299. <td class="data type"></td>
  300. <td class="actions"><a href="/programs/1/questions/15">Show</a> | <a href="/programs/1/questions/15/edit">Edit</a> | <a href="/programs/1/questions/15" class="icon-remove-sign" data-confirm="Are you sure?" data-method="delete" rel="nofollow"></a></td>
  301. </tr>
  302. <tr class="">
  303. <td class="ordering">23</td>
  304. <td class="text"><a href="/programs/1/questions/16">Lean Startup</a></td>
  305. <td class="active"></td>
  306. <td class="responses so far">12</td>
  307. <td class="data type"></td>
  308. <td class="actions"><a href="/programs/1/questions/16">Show</a> | <a href="/programs/1/questions/16/edit">Edit</a> | <a href="/programs/1/questions/16" class="icon-remove-sign" data-confirm="Are you sure?" data-method="delete" rel="nofollow"></a></td>
  309. </tr>
  310. <tr class="">
  311. <td class="ordering">24</td>
  312. <td class="text"><a href="/programs/1/questions/17">Viral growth for social networks</a></td>
  313. <td class="active"></td>
  314. <td class="responses so far">12</td>
  315. <td class="data type"></td>
  316. <td class="actions"><a href="/programs/1/questions/17">Show</a> | <a href="/programs/1/questions/17/edit">Edit</a> | <a href="/programs/1/questions/17" class="icon-remove-sign" data-confirm="Are you sure?" data-method="delete" rel="nofollow"></a></td>
  317. </tr>
  318. <tr class="">
  319. <td class="ordering">25</td>
  320. <td class="text"><a href="/programs/1/questions/18">Mobile App Architectures</a></td>
  321. <td class="active"></td>
  322. <td class="responses so far">12</td>
  323. <td class="data type"></td>
  324. <td class="actions"><a href="/programs/1/questions/18">Show</a> | <a href="/programs/1/questions/18/edit">Edit</a> | <a href="/programs/1/questions/18" class="icon-remove-sign" data-confirm="Are you sure?" data-method="delete" rel="nofollow"></a></td>
  325. </tr>
  326. <tr class="">
  327. <td class="ordering">26</td>
  328. <td class="text"><a href="/programs/1/questions/19">Writing Scrum Stories</a></td>
  329. <td class="active"></td>
  330. <td class="responses so far">12</td>
  331. <td class="data type"></td>
  332. <td class="actions"><a href="/programs/1/questions/19">Show</a> | <a href="/programs/1/questions/19/edit">Edit</a> | <a href="/programs/1/questions/19" class="icon-remove-sign" data-confirm="Are you sure?" data-method="delete" rel="nofollow"></a></td>
  333. </tr>
  334. <tr class="">
  335. <td class="ordering">27</td>
  336. <td class="text"><a href="/programs/1/questions/20">How to do login and authentication in a web app</a></td>
  337. <td class="active"></td>
  338. <td class="responses so far">12</td>
  339. <td class="data type"></td>
  340. <td class="actions"><a href="/programs/1/questions/20">Show</a> | <a href="/programs/1/questions/20/edit">Edit</a> | <a href="/programs/1/questions/20" class="icon-remove-sign" data-confirm="Are you sure?" data-method="delete" rel="nofollow"></a></td>
  341. </tr>
  342. <tr class="">
  343. <td class="ordering">28</td>
  344. <td class="text"><a href="/programs/1/questions/21">Databases and migrations</a></td>
  345. <td class="active"></td>
  346. <td class="responses so far">12</td>
  347. <td class="data type"></td>
  348. <td class="actions"><a href="/programs/1/questions/21">Show</a> | <a href="/programs/1/questions/21/edit">Edit</a> | <a href="/programs/1/questions/21" class="icon-remove-sign" data-confirm="Are you sure?" data-method="delete" rel="nofollow"></a></td>
  349. </tr>
  350. <tr class="">
  351. <td class="ordering">29</td>
  352. <td class="text"><a href="/programs/1/questions/22">Scaling web based applications</a></td>
  353. <td class="active"></td>
  354. <td class="responses so far">12</td>
  355. <td class="data type"></td>
  356. <td class="actions"><a href="/programs/1/questions/22">Show</a> | <a href="/programs/1/questions/22/edit">Edit</a> | <a href="/programs/1/questions/22" class="icon-remove-sign" data-confirm="Are you sure?" data-method="delete" rel="nofollow"></a></td>
  357. </tr>
  358. <tr class="">
  359. <td class="ordering">31</td>
  360. <td class="text"><a href="/programs/1/questions/23">Regular Expressions</a></td>
  361. <td class="active"></td>
  362. <td class="responses so far">12</td>
  363. <td class="data type"></td>
  364. <td class="actions"><a href="/programs/1/questions/23">Show</a> | <a href="/programs/1/questions/23/edit">Edit</a> | <a href="/programs/1/questions/23" class="icon-remove-sign" data-confirm="Are you sure?" data-method="delete" rel="nofollow"></a></td>
  365. </tr>
  366. <tr class="">
  367. <td class="ordering">32</td>
  368. <td class="text"><a href="/programs/1/questions/24">Duck Typing in Ruby</a></td>
  369. <td class="active"></td>
  370. <td class="responses so far">12</td>
  371. <td class="data type"></td>
  372. <td class="actions"><a href="/programs/1/questions/24">Show</a> | <a href="/programs/1/questions/24/edit">Edit</a> | <a href="/programs/1/questions/24" class="icon-remove-sign" data-confirm="Are you sure?" data-method="delete" rel="nofollow"></a></td>
  373. </tr>
  374. <tr class="">
  375. <td class="ordering">33</td>
  376. <td class="text"><a href="/programs/1/questions/25">Conducting effective usability tests</a></td>
  377. <td class="active"></td>
  378. <td class="responses so far">12</td>
  379. <td class="data type"></td>
  380. <td class="actions"><a href="/programs/1/questions/25">Show</a> | <a href="/programs/1/questions/25/edit">Edit</a> | <a href="/programs/1/questions/25" class="icon-remove-sign" data-confirm="Are you sure?" data-method="delete" rel="nofollow"></a></td>
  381. </tr>
  382. <tr class="">
  383. <td class="ordering">34</td>
  384. <td class="text"><a href="/programs/1/questions/26">One to one, one to many, many to one data models</a></td>
  385. <td class="active"></td>
  386. <td class="responses so far">12</td>
  387. <td class="data type"></td>
  388. <td class="actions"><a href="/programs/1/questions/26">Show</a> | <a href="/programs/1/questions/26/edit">Edit</a> | <a href="/programs/1/questions/26" class="icon-remove-sign" data-confirm="Are you sure?" data-method="delete" rel="nofollow"></a></td>
  389. </tr>
  390. <tr class="">
  391. <td class="ordering">35</td>
  392. <td class="text"><a href="/programs/1/questions/27">HTTP, stateless protocols, GET, PUT, POST, etc.</a></td>
  393. <td class="active"></td>
  394. <td class="responses so far">12</td>
  395. <td class="data type"></td>
  396. <td class="actions"><a href="/programs/1/questions/27">Show</a> | <a href="/programs/1/questions/27/edit">Edit</a> | <a href="/programs/1/questions/27" class="icon-remove-sign" data-confirm="Are you sure?" data-method="delete" rel="nofollow"></a></td>
  397. </tr>
  398. <tr class="">
  399. <td class="ordering">36</td>
  400. <td class="text"><a href="/programs/1/questions/28">Object Oriented Design</a></td>
  401. <td class="active"></td>
  402. <td class="responses so far">12</td>
  403. <td class="data type"></td>
  404. <td class="actions"><a href="/programs/1/questions/28">Show</a> | <a href="/programs/1/questions/28/edit">Edit</a> | <a href="/programs/1/questions/28" class="icon-remove-sign" data-confirm="Are you sure?" data-method="delete" rel="nofollow"></a></td>
  405. </tr>
  406. <tr class="">
  407. <td class="ordering">37</td>
  408. <td class="text"><a href="/programs/1/questions/29">Elevator Pitch</a></td>
  409. <td class="active"></td>
  410. <td class="responses so far">12</td>
  411. <td class="data type"></td>
  412. <td class="actions"><a href="/programs/1/questions/29">Show</a> | <a href="/programs/1/questions/29/edit">Edit</a> | <a href="/programs/1/questions/29" class="icon-remove-sign" data-confirm="Are you sure?" data-method="delete" rel="nofollow"></a></td>
  413. </tr>
  414. <tr class="">
  415. <td class="ordering">39</td>
  416. <td class="text"><a href="/programs/1/questions/30">Relational Database</a></td>
  417. <td class="active"></td>
  418. <td class="responses so far">12</td>
  419. <td class="data type"></td>
  420. <td class="actions"><a href="/programs/1/questions/30">Show</a> | <a href="/programs/1/questions/30/edit">Edit</a> | <a href="/programs/1/questions/30" class="icon-remove-sign" data-confirm="Are you sure?" data-method="delete" rel="nofollow"></a></td>
  421. </tr>
  422. <tr class="">
  423. <td class="ordering">40</td>
  424. <td class="text"><a href="/programs/1/questions/31">NOSQL database</a></td>
  425. <td class="active"></td>
  426. <td class="responses so far">12</td>
  427. <td class="data type"></td>
  428. <td class="actions"><a href="/programs/1/questions/31">Show</a> | <a href="/programs/1/questions/31/edit">Edit</a> | <a href="/programs/1/questions/31" class="icon-remove-sign" data-confirm="Are you sure?" data-method="delete" rel="nofollow"></a></td>
  429. </tr>
  430.  
  431. </tbody>
  432. </table>
  433.  
  434. <a href="/programs/1/questions/new" class="btn btn-small">
  435. <i class="icon-info-sign"></i>
  436. New Question
  437. </a></div>
  438. </div>
  439. <div class="tab-pane" id="round-pane">
  440. <h2> Rounds </h2>
  441. <p>Each round corresponds to one round of responses to the survey from all participants. Rounds occur on a periodic basis, say once a week.</p>
  442. <table class="table table-condensed table-bordered">
  443. <thead>
  444. <tr>
  445. <th>Round number</th>
  446. <th>Status</th>
  447. <th>Responses so far</th>
  448. <th><span class="translation_missing" title="translation missing: en.helpers.actions">Actions</span></th>
  449. </tr>
  450. </thead>
  451. <tbody>
  452. <tr>
  453. <td>0</td>
  454. <td></td>
  455. <td>6</td>
  456. <td>
  457. <a href="/programs/1/rounds/1" class="btn btn-mini"><span class="translation_missing" title="translation missing: en.rounds.round.show">Show</span></a> |
  458. <a href="/programs/1/rounds/1/edit" class="btn btn-mini"><span class="translation_missing" title="translation missing: en.rounds.round.edit">Edit</span></a> |
  459. <a href="/programs/1/rounds/1" class="btn btn-mini btn-danger" data-confirm="Are you sure?" data-method="delete" rel="nofollow"><span class="translation_missing" title="translation missing: en.rounds.round.delete">Delete</span></a>
  460. </td>
  461. </tr><tr>
  462. <td>1</td>
  463. <td></td>
  464. <td>5</td>
  465. <td>
  466. <a href="/programs/2/rounds/1" class="btn btn-mini"><span class="translation_missing" title="translation missing: en.rounds.round.show">Show</span></a> |
  467. <a href="/programs/1/rounds/2/edit" class="btn btn-mini"><span class="translation_missing" title="translation missing: en.rounds.round.edit">Edit</span></a> |
  468. <a href="/programs/2/rounds/1" class="btn btn-mini btn-danger" data-confirm="Are you sure?" data-method="delete" rel="nofollow"><span class="translation_missing" title="translation missing: en.rounds.round.delete">Delete</span></a>
  469. </td>
  470. </tr><tr>
  471. <td>2</td>
  472. <td></td>
  473. <td>7</td>
  474. <td>
  475. <a href="/programs/3/rounds/1" class="btn btn-mini"><span class="translation_missing" title="translation missing: en.rounds.round.show">Show</span></a> |
  476. <a href="/programs/1/rounds/3/edit" class="btn btn-mini"><span class="translation_missing" title="translation missing: en.rounds.round.edit">Edit</span></a> |
  477. <a href="/programs/3/rounds/1" class="btn btn-mini btn-danger" data-confirm="Are you sure?" data-method="delete" rel="nofollow"><span class="translation_missing" title="translation missing: en.rounds.round.delete">Delete</span></a>
  478. </td>
  479. </tr><tr>
  480. <td>3</td>
  481. <td></td>
  482. <td>7</td>
  483. <td>
  484. <a href="/programs/4/rounds/1" class="btn btn-mini"><span class="translation_missing" title="translation missing: en.rounds.round.show">Show</span></a> |
  485. <a href="/programs/1/rounds/4/edit" class="btn btn-mini"><span class="translation_missing" title="translation missing: en.rounds.round.edit">Edit</span></a> |
  486. <a href="/programs/4/rounds/1" class="btn btn-mini btn-danger" data-confirm="Are you sure?" data-method="delete" rel="nofollow"><span class="translation_missing" title="translation missing: en.rounds.round.delete">Delete</span></a>
  487. </td>
  488. </tr><tr>
  489. <td>4</td>
  490. <td></td>
  491. <td>5</td>
  492. <td>
  493. <a href="/programs/5/rounds/1" class="btn btn-mini"><span class="translation_missing" title="translation missing: en.rounds.round.show">Show</span></a> |
  494. <a href="/programs/1/rounds/5/edit" class="btn btn-mini"><span class="translation_missing" title="translation missing: en.rounds.round.edit">Edit</span></a> |
  495. <a href="/programs/5/rounds/1" class="btn btn-mini btn-danger" data-confirm="Are you sure?" data-method="delete" rel="nofollow"><span class="translation_missing" title="translation missing: en.rounds.round.delete">Delete</span></a>
  496. </td>
  497. </tr><tr>
  498. <td>5</td>
  499. <td></td>
  500. <td>11</td>
  501. <td>
  502. <a href="/programs/6/rounds/1" class="btn btn-mini"><span class="translation_missing" title="translation missing: en.rounds.round.show">Show</span></a> |
  503. <a href="/programs/1/rounds/6/edit" class="btn btn-mini"><span class="translation_missing" title="translation missing: en.rounds.round.edit">Edit</span></a> |
  504. <a href="/programs/6/rounds/1" class="btn btn-mini btn-danger" data-confirm="Are you sure?" data-method="delete" rel="nofollow"><span class="translation_missing" title="translation missing: en.rounds.round.delete">Delete</span></a>
  505. </td>
  506. </tr><tr>
  507. <td>6</td>
  508. <td></td>
  509. <td>11</td>
  510. <td>
  511. <a href="/programs/7/rounds/1" class="btn btn-mini"><span class="translation_missing" title="translation missing: en.rounds.round.show">Show</span></a> |
  512. <a href="/programs/1/rounds/7/edit" class="btn btn-mini"><span class="translation_missing" title="translation missing: en.rounds.round.edit">Edit</span></a> |
  513. <a href="/programs/7/rounds/1" class="btn btn-mini btn-danger" data-confirm="Are you sure?" data-method="delete" rel="nofollow"><span class="translation_missing" title="translation missing: en.rounds.round.delete">Delete</span></a>
  514. </td>
  515. </tr><tr>
  516. <td>7</td>
  517. <td></td>
  518. <td>10</td>
  519. <td>
  520. <a href="/programs/8/rounds/1" class="btn btn-mini"><span class="translation_missing" title="translation missing: en.rounds.round.show">Show</span></a> |
  521. <a href="/programs/1/rounds/8/edit" class="btn btn-mini"><span class="translation_missing" title="translation missing: en.rounds.round.edit">Edit</span></a> |
  522. <a href="/programs/8/rounds/1" class="btn btn-mini btn-danger" data-confirm="Are you sure?" data-method="delete" rel="nofollow"><span class="translation_missing" title="translation missing: en.rounds.round.delete">Delete</span></a>
  523. </td>
  524. </tr><tr>
  525. <td>8</td>
  526. <td></td>
  527. <td>10</td>
  528. <td>
  529. <a href="/programs/9/rounds/1" class="btn btn-mini"><span class="translation_missing" title="translation missing: en.rounds.round.show">Show</span></a> |
  530. <a href="/programs/1/rounds/9/edit" class="btn btn-mini"><span class="translation_missing" title="translation missing: en.rounds.round.edit">Edit</span></a> |
  531. <a href="/programs/9/rounds/1" class="btn btn-mini btn-danger" data-confirm="Are you sure?" data-method="delete" rel="nofollow"><span class="translation_missing" title="translation missing: en.rounds.round.delete">Delete</span></a>
  532. </td>
  533. </tr>
  534. </tbody>
  535. </table>
  536. <a href="/programs/1/rounds/new" class="btn btn-primary"><span class="translation_missing" title="translation missing: en.helpers.links.new">New</span></a>
  537.  
  538. </div>
  539. </div>
  540. </div>
  541.  
  542.  
  543. </div>
  544. </body>
  545. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement