Şuanki Dizin: /home/wwwdreamtechnolo/public_html/uesmahilamahavidyalaya.org/old/Views/Main/ |
Şuanki Dosya : /home/wwwdreamtechnolo/public_html/uesmahilamahavidyalaya.org/old/Views/Main/TeacherFb.aspx |
<%@ Page Title="" Language="C#" MasterPageFile="~/Views/GenralMasterPage.Master" Inherits="System.Web.Mvc.ViewPage<urdumelajobs.Models.TeacherFb>" %> <asp:Content ID="Content1" ContentPlaceHolderID="TitleContent" runat="server"> Union Education Society's Mahila Mahavidyalaya </asp:Content> <asp:Content ID="Content2" ContentPlaceHolderID="MainContent" runat="server"> <style>.chip { display: inline-block; padding: 0 25px; height: 50px; font-size: 20px; line-height: 50px; border-radius: 25px; background-color:#999900; width:100%; color:#ffffff; text-align:center; } </style> <% using (Html.BeginForm("TeacherFb", "Main", FormMethod.Post, new { @id = "form2", @enctype = "multipart/form-data" })) {%> <div class="chip">Teacher Feedback Form </div> <br/><br/> <div class="alert alert-danger"> <i class="mandatory">All Fields are mandatory</i> <%= Html.ValidationSummary(false, "", new { @class = "mandatory" })%> </div> <div class="col-md-3"><span style="color:black; font-family:'Times New Roman', Times, serif"> Name of Teacher</span> </div> <div class="col-md-9"><%: Html.TextBoxFor(m => m.TName, new { placeholder = "Enter Teacher Name",style="color:#3b2c54" }) %></div><br /><br /> <div class="col-md-3"><span style="color:black; font-family:'Times New Roman', Times, serif"> Email Id </span></div> <div class="col-md-9"><%: Html.TextBoxFor(m => m.Email, new { placeholder = "Enter Email",style="color:#3b2c54" }) %></div><br /><br /> <div class="col-md-3"><span style="color:black; font-family:'Times New Roman', Times, serif"> Contact No </span></div> <div class="col-md-9"><%: Html.TextBoxFor(m => m.Contact, new { placeholder = "Enter Contact No" ,style="color:#3b2c54"}) %></div><br /><br /> <div class="col-md-3"><span style="color:black; font-family:'Times New Roman', Times, serif"> Name of Department </span></div> <div class="col-md-9"><%: Html.TextBoxFor(m => m.Department, new { placeholder = "Enter Department Name",style="color:#3b2c54" }) %></div><br /><br /> <div class="col-md-3"> <span style="color:black; font-family:'Times New Roman', Times, serif">Subject </span> </div> <div class="col-md-9"><%: Html.TextBoxFor(m => m.Subject, new {placeholder = "Enter Subject Name",style="color:#3b2c54" }) %></div><br /><br /> <div class="col-md-12"><span style="color:black; font-family:'Times New Roman', Times, serif" > 1. Role in designing the curriculum. </span></div><br /> <div class="col-md-1"></div> <div class="col-md-11"><%: Html.RadioButtonFor(m => m.Q1, "YES") %><span style="color:black;margin-right:25px; font-family:'Times New Roman', Times, serif"> Yes </span> <%: Html.RadioButtonFor(m => m.Q1, "No") %><span style="color:black; font-family:'Times New Roman', Times, serif"> No </span> </div><br /> <div class="col-md-12"> </div><br /> <div class="col-md-12"><span style="color:black; font-family:'Times New Roman', Times, serif"> 2. Syllabus accurately describes the course</span> </div><br /> <div class="col-md-1"></div> <div class="col-md-11"><%: Html.RadioButtonFor(m => m.Q2, "YES") %><span style="color:black;margin-right:25px; font-family:'Times New Roman', Times, serif"> Yes </span> <%: Html.RadioButtonFor(m => m.Q2, "No") %><span style="color:black; font-family:'Times New Roman', Times, serif"> No </span> </div><br /> <div class="col-md-12"> </div><br /> <div class="col-md-12"> <span style="color:black; font-family:'Times New Roman', Times, serif">3. Syllabus includes useful textbooks </span></div><br /> <div class="col-md-1"></div> <div class="col-md-11"><%: Html.RadioButtonFor(m => m.Q3, "YES") %><span style="color:black;margin-right:25px; font-family:'Times New Roman', Times, serif"> Yes </span> <%: Html.RadioButtonFor(m => m.Q3, "No") %><span style="color:black; font-family:'Times New Roman', Times, serif"> No </span> </div><br /> <div class="col-md-12"> </div><br /> <div class="col-md-12"> <span style="color:black; font-family:'Times New Roman', Times, serif">4. Allotted time to complete the syllabus is sufficient </span></div><br /> <div class="col-md-1"></div> <div class="col-md-11"><%: Html.RadioButtonFor(m => m.Q4, "YES") %><span style="color:black;margin-right:25px; font-family:'Times New Roman', Times, serif"> Yes </span> <%: Html.RadioButtonFor(m => m.Q4, "No") %><span style="color:black; font-family:'Times New Roman', Times, serif;"> No </span> </div><br /> <div class="col-md-12"> </div><br /> <div class="col-md-12"> <span style="color:black; font-family:'Times New Roman', Times, serif">5. Syllabus entails reference work </span></div><br /> <div class="col-md-1"></div> <div class="col-md-11"><%: Html.RadioButtonFor(m => m.Q5, "YES") %><span style="color:black;margin-right:25px; font-family:'Times New Roman', Times, serif"> Yes </span> <%: Html.RadioButtonFor(m => m.Q5, "No") %><span style="color:black; font-family:'Times New Roman', Times, serif"> No </span> </div><br /> <div class="col-md-12"> </div><br /> <div class="col-md-12"> <span style="color:black; font-family:'Times New Roman', Times, serif">6. Objectives are appropriate & explained clearly </span></div><br /> <div class="col-md-1"></div> <div class="col-md-11"><%: Html.RadioButtonFor(m => m.Q6, "YES") %><span style="color:black;margin-right:25px; font-family:'Times New Roman', Times, serif"> Yes </span> <%: Html.RadioButtonFor(m => m.Q6, "No") %><span style="color:black; font-family:'Times New Roman', Times, serif"> No </span> </div><br /> <div class="col-md-12"> </div><br /> <div class="col-md-12"> <span style="color:black; font-family:'Times New Roman', Times, serif">7. Work required for the course is sufficient </span></div><br /> <div class="col-md-1"></div> <div class="col-md-11"><%: Html.RadioButtonFor(m => m.Q7, "YES") %><span style="color:black;margin-right:25px; font-family:'Times New Roman', Times, serif"> Yes </span> <%: Html.RadioButtonFor(m => m.Q7, "No") %><span style="color:black; font-family:'Times New Roman', Times, serif"> No </span> </div><br /> <div class="col-md-12"> </div><br /> <div class="col-md-12"> <span style="color:black; font-family:'Times New Roman', Times, serif">Suggestions if any </span></div><br /> <div class="col-md-12"><%: Html.TextAreaFor(m => m.sugestion1,new{ style="color:#3b2c54"}) %></div><br /> <div class="col-md-12"> </div><br /> <hr /> <div class="col-md-12"> <span style="color:black; font-family:'Times New Roman', Times, serif">8. Syllabus is suitable to the course and need based. </span></div><br /> <div class="col-md-1"></div> <div class="col-md-11"><%: Html.RadioButtonFor(m => m.Q11, "1") %><span style="color:black;margin-right:25px; font-family:'Times New Roman', Times, serif"> 1 </span> <%: Html.RadioButtonFor(m => m.Q11, "2") %><span style="color:black; margin-right:25px;font-family:'Times New Roman', Times, serif"> 2 </span> <%: Html.RadioButtonFor(m => m.Q11, "3")%><span style="color:black;margin-right:25px; font-family:'Times New Roman', Times, serif"> 3 </span> <%: Html.RadioButtonFor(m => m.Q11, "4") %><span style="color:black; font-family:'Times New Roman', Times, serif"> 4 </span></div><br /> <div class="col-md-12"> </div><br /> <div class="col-md-12"> <span style="color:black; font-family:'Times New Roman', Times, serif">9. I have the freedom to adopt/adapt new techniques/strategies of testing and assessment of students. </span></div><br /> <div class="col-md-1"></div> <div class="col-md-11"><%: Html.RadioButtonFor(m => m.Q12, "1") %><span style="color:black;margin-right:25px; font-family:'Times New Roman', Times, serif"> 1 </span> <%: Html.RadioButtonFor(m => m.Q12, "2") %><span style="color:black;margin-right:25px; font-family:'Times New Roman', Times, serif"> 2 </span> <%: Html.RadioButtonFor(m => m.Q12, "3")%><span style="color:black;margin-right:25px; font-family:'Times New Roman', Times, serif"> 3 </span> <%: Html.RadioButtonFor(m => m.Q12, "4") %><span style="color:black; font-family:'Times New Roman', Times, serif"> 4 </span></div><br /> <div class="col-md-12"> </div><br /> <div class="col-md-12"> <span style="color:black; font-family:'Times New Roman', Times, serif">10.Aims and objectives of the syllabi are well defined and clear to teachers and students. </span></div><br /> <div class="col-md-1"></div> <div class="col-md-11"><%: Html.RadioButtonFor(m => m.Q13, "1") %><span style="color:black;margin-right:25px; font-family:'Times New Roman', Times, serif"> 1 </span> <%: Html.RadioButtonFor(m => m.Q13, "2") %><span style="color:black;margin-right:25px; font-family:'Times New Roman', Times, serif"> 2 </span> <%: Html.RadioButtonFor(m => m.Q13, "3")%><span style="color:black;margin-right:25px; font-family:'Times New Roman', Times, serif"> 3 </span> <%: Html.RadioButtonFor(m => m.Q13, "4") %><span style="color:black; font-family:'Times New Roman', Times, serif"> 4 </span></div><br /> <div class="col-md-12"> </div><br /> <div class="col-md-12"> <span style="color:black; font-family:'Times New Roman', Times, serif">11. Sufficient numbers of prescribed books are available in the Library.</span></div><br /> <div class="col-md-1"></div> <div class="col-md-11"><%: Html.RadioButtonFor(m => m.Q14, "1") %><span style="color:black;margin-right:25px; font-family:'Times New Roman', Times, serif"> 1 </span> <%: Html.RadioButtonFor(m => m.Q14, "2") %><span style="color:black;margin-right:25px; font-family:'Times New Roman', Times, serif"> 2 </span> <%: Html.RadioButtonFor(m => m.Q14, "3")%><span style="color:black;margin-right:25px; font-family:'Times New Roman', Times, serif"> 3 </span> <%: Html.RadioButtonFor(m => m.Q14, "4") %><span style="color:black; font-family:'Times New Roman', Times, serif"> 4 </span></div><br /> <div class="col-md-12"> </div><br /> <div class="col-md-12"> <span style="color:black; font-family:'Times New Roman', Times, serif">12. I have the freedom to propose, modify, suggest and incorporate new topics in the syllabus.</span></div><br /> <div class="col-md-1"></div> <div class="col-md-11"><%: Html.RadioButtonFor(m => m.Q15, "1") %><span style="color:black;margin-right:25px; font-family:'Times New Roman', Times, serif"> 1 </span> <%: Html.RadioButtonFor(m => m.Q15, "2") %><span style="color:black;margin-right:25px; font-family:'Times New Roman', Times, serif"> 2 </span> <%: Html.RadioButtonFor(m => m.Q15, "3")%><span style="color:black;margin-right:25px; font-family:'Times New Roman', Times, serif"> 3 </span> <%: Html.RadioButtonFor(m => m.Q15, "4") %><span style="color:black; font-family:'Times New Roman', Times, serif"> 4 </span></div><br /> <div class="col-md-12"> </div><br /> <div class="col-md-12"> <span style="color:black; font-family:'Times New Roman', Times, serif">13. The course/syllabus has good balance of cross-cutting issues. </span></div><br /> <div class="col-md-1"></div> <div class="col-md-11"><%: Html.RadioButtonFor(m => m.Q16, "1") %><span style="color:black;margin-right:25px; font-family:'Times New Roman', Times, serif"> 1 </span> <%: Html.RadioButtonFor(m => m.Q16, "2") %><span style="color:black;margin-right:25px; font-family:'Times New Roman', Times, serif"> 2 </span> <%: Html.RadioButtonFor(m => m.Q16, "3")%><span style="color:black;margin-right:25px; font-family:'Times New Roman', Times, serif"> 3 </span> <%: Html.RadioButtonFor(m => m.Q16, "4") %><span style="color:black; font-family:'Times New Roman', Times, serif"> 4 </span></div><br /> <div class="col-md-12"> </div><br /> <div class="col-md-12"> <span style="color:black; font-family:'Times New Roman', Times, serif">14. The course/syllabus has made me interested in the subject area. </span></div><br /> <div class="col-md-1"></div> <div class="col-md-11"><%: Html.RadioButtonFor(m => m.Q17, "1") %><span style="color:black;margin-right:25px; font-family:'Times New Roman', Times, serif"> 1 </span> <%: Html.RadioButtonFor(m => m.Q17, "2") %><span style="color:black;margin-right:25px; font-family:'Times New Roman', Times, serif"> 2 </span> <%: Html.RadioButtonFor(m => m.Q17, "3")%><span style="color:black; margin-right:25px;font-family:'Times New Roman', Times, serif"> 3 </span> <%: Html.RadioButtonFor(m => m.Q17, "4") %><span style="color:black; font-family:'Times New Roman', Times, serif"> 4 </span></div><br /> <div class="col-md-12"> </div><br /> <div class="col-md-12"> <span style="color:black; font-family:'Times New Roman', Times, serif">15. The course/syllabus of this subject increased my knowledge and perspective in the subject area. </span></div><br /> <div class="col-md-1"></div> <div class="col-md-11"><%: Html.RadioButtonFor(m => m.Q18, "1") %><span style="color:black;margin-right:25px; font-family:'Times New Roman', Times, serif"> 1 </span> <%: Html.RadioButtonFor(m => m.Q18, "2") %><span style="color:black;margin-right:25px; font-family:'Times New Roman', Times, serif"> 2 </span> <%: Html.RadioButtonFor(m => m.Q18, "3")%><span style="color:black;margin-right:25px; font-family:'Times New Roman', Times, serif"> 3 </span> <%: Html.RadioButtonFor(m => m.Q18, "4") %><span style="color:black; font-family:'Times New Roman', Times, serif"> 4 </span></div><br /> <div class="col-md-12"> </div><br /> <div class="col-md-12"> <span style="color:black; font-family:'Times New Roman', Times, serif">16. Tests and examinations are conducted well in time with proper coverage of all units in the syllabus. </span></div><br /> <div class="col-md-1"></div> <div class="col-md-11"><%: Html.RadioButtonFor(m => m.Q19, "1") %><span style="color:black;margin-right:25px; font-family:'Times New Roman', Times, serif"> 1 </span> <%: Html.RadioButtonFor(m => m.Q19, "2") %><span style="color:black;margin-right:25px; font-family:'Times New Roman', Times, serif"> 2 </span> <%: Html.RadioButtonFor(m => m.Q19, "3")%><span style="color:black; margin-right:25px; font-family:'Times New Roman', Times, serif"> 3 </span> <%: Html.RadioButtonFor(m => m.Q19, "4") %><span style="color:black; font-family:'Times New Roman', Times, serif"> 4 </span></div><br /> <div class="col-md-12"> </div><br /> <div class="col-md-12"> <span style="color:black; font-family:'Times New Roman', Times, serif">11. I have the freedom to adopt new techniques/strategies of teaching such as seminar presentations, group discussions and learners’ participations.</span></div><br /> <div class="col-md-1"></div> <div class="col-md-11"><%: Html.RadioButtonFor(m => m.Q110, "1") %><span style="color:black;margin-right:25px; font-family:'Times New Roman', Times, serif"> 1 </span> <%: Html.RadioButtonFor(m => m.Q110, "2") %><span style="color:black;margin-right:25px; font-family:'Times New Roman', Times, serif"> 2 </span> <%: Html.RadioButtonFor(m => m.Q110, "3")%><span style="color:black;margin-right:25px; font-family:'Times New Roman', Times, serif"> 3 </span> <%: Html.RadioButtonFor(m => m.Q110, "4") %><span style="color:black; font-family:'Times New Roman', Times, serif"> 4 </span></div><br /> <div class="col-md-12"> </div><br /> <div class="col-md-12"> <span style="color:black; font-family:'Times New Roman', Times, serif">Suggestions if any </span></div><br /> <div class="col-md-12"><%: Html.TextAreaFor(m => m.sugestion2,new{ style="color:#3b2c54"}) %></div><br /> <div class="col-md-12"> </div><br /> <hr /> <div class="col-md-12"> <span style="color:black; font-family:'Times New Roman', Times, serif">18. Syllabus is suitable to the course and need based. </span></div><br /> <div class="col-md-1"></div> <div class="col-md-11"><%: Html.RadioButtonFor(m => m.Q21, "A") %><span style="color:black;margin-right:25px; font-family:'Times New Roman', Times, serif"> A </span> <%: Html.RadioButtonFor(m => m.Q21, "B") %><span style="color:black;margin-right:25px; font-family:'Times New Roman', Times, serif"> B </span> <%: Html.RadioButtonFor(m => m.Q21, "C")%><span style="color:black;margin-right:25px; font-family:'Times New Roman', Times, serif"> C </span> <%: Html.RadioButtonFor(m => m.Q21, "D") %><span style="color:black; font-family:'Times New Roman', Times, serif"> D </span></div><br /> <div class="col-md-12"> </div><br /> <div class="col-md-12"> <span style="color:black; font-family:'Times New Roman', Times, serif">19. I have the freedom to adopt/adapt new techniques/strategies of testing and assessment of students. </span></div><br /> <div class="col-md-1"></div> <div class="col-md-11"><%: Html.RadioButtonFor(m => m.Q22, "A") %><span style="color:black;margin-right:25px; font-family:'Times New Roman', Times, serif"> A </span> <%: Html.RadioButtonFor(m => m.Q22, "B") %><span style="color:black;margin-right:25px; font-family:'Times New Roman', Times, serif"> B </span> <%: Html.RadioButtonFor(m => m.Q22, "C")%><span style="color:black;margin-right:25px; font-family:'Times New Roman', Times, serif"> C </span> <%: Html.RadioButtonFor(m => m.Q22, "D") %><span style="color:black; font-family:'Times New Roman', Times, serif"> D </span></div><br /> <div class="col-md-12"> </div><br /> <div class="col-md-12"> <span style="color:black; font-family:'Times New Roman', Times, serif">20.Aims and objectives of the syllabi are well defined and clear to teachers and students. </span></div><br /> <div class="col-md-1"></div> <div class="col-md-11"><%: Html.RadioButtonFor(m => m.Q23, "A") %><span style="color:black;margin-right:25px; font-family:'Times New Roman', Times, serif"> A </span> <%: Html.RadioButtonFor(m => m.Q23, "B") %><span style="color:black;margin-right:25px; font-family:'Times New Roman', Times, serif"> B</span> <%: Html.RadioButtonFor(m => m.Q23, "C")%><span style="color:black;margin-right:25px; font-family:'Times New Roman', Times, serif"> C</span> <%: Html.RadioButtonFor(m => m.Q23, "D") %><span style="color:black; font-family:'Times New Roman', Times, serif"> D </span></div><br /> <div class="col-md-12"> </div><br /> <div class="col-md-12"> <span style="color:black; font-family:'Times New Roman', Times, serif">21. Sufficient numbers of prescribed books are available in the Library.</span></div><br /> <div class="col-md-1"></div> <div class="col-md-11"><%: Html.RadioButtonFor(m => m.Q24, "A") %><span style="color:black;margin-right:25px; font-family:'Times New Roman', Times, serif"> A </span> <%: Html.RadioButtonFor(m => m.Q24, "B") %><span style="color:black; margin-right:25px; font-family:'Times New Roman', Times, serif"> B </span> <%: Html.RadioButtonFor(m => m.Q24, "C")%><span style="color:black;margin-right:25px; font-family:'Times New Roman', Times, serif"> C </span> <%: Html.RadioButtonFor(m => m.Q24, "D") %><span style="color:black; font-family:'Times New Roman', Times, serif"> D </span></div><br /> <div class="col-md-12"> </div><br /> <div class="col-md-12"> <span style="color:black; font-family:'Times New Roman', Times, serif">22. I have the freedom to propose, modify, suggest and incorporate new topics in the syllabus. </span></div><br /> <div class="col-md-1"></div> <div class="col-md-11"><%: Html.RadioButtonFor(m => m.Q25, "A") %><span style="color:black; margin-right:25px; font-family:'Times New Roman', Times, serif"> A </span> <%: Html.RadioButtonFor(m => m.Q25, "B") %><span style="color:black; margin-right:25px; font-family:'Times New Roman', Times, serif"> B </span> <%: Html.RadioButtonFor(m => m.Q25, "C")%><span style="color:black; margin-right:25px; font-family:'Times New Roman', Times, serif"> C </span> <%: Html.RadioButtonFor(m => m.Q25, "D") %><span style="color:black; font-family:'Times New Roman', Times, serif"> D </span></div><br /> <div class="col-md-12"> </div><br /> <div class="col-md-12"> <span style="color:black; font-family:'Times New Roman', Times, serif">23. The course/syllabus has good balance of cross-cutting issues. </span></div><br /> <div class="col-md-1"></div> <div class="col-md-11"><%: Html.RadioButtonFor(m => m.Q26, "A") %><span style="color:black; margin-right:25px; font-family:'Times New Roman', Times, serif"> A </span> <%: Html.RadioButtonFor(m => m.Q26, "B") %><span style="color:black; margin-right:25px; font-family:'Times New Roman', Times, serif"> B </span> <%: Html.RadioButtonFor(m => m.Q26, "C")%><span style="color:black; margin-right:25px; font-family:'Times New Roman', Times, serif"> C </span> <%: Html.RadioButtonFor(m => m.Q26, "D") %><span style="color:black; font-family:'Times New Roman', Times, serif"> D </span></div><br /> <div class="col-md-12"> </div><br /> <div class="col-md-12"> <span style="color:black; font-family:'Times New Roman', Times, serif">24.The course/syllabus has made me interested in the subject area. </span></div><br /> <div class="col-md-1"></div> <div class="col-md-11"><%: Html.RadioButtonFor(m => m.Q27, "A") %><span style="color:black; margin-right:25px; font-family:'Times New Roman', Times, serif"> A </span> <%: Html.RadioButtonFor(m => m.Q27, "B") %><span style="color:black; margin-right:25px; font-family:'Times New Roman', Times, serif"> B </span> <%: Html.RadioButtonFor(m => m.Q27, "C")%><span style="color:black; margin-right:25px; font-family:'Times New Roman', Times, serif"> C </span> <%: Html.RadioButtonFor(m => m.Q27, "D") %><span style="color:black; font-family:'Times New Roman', Times, serif"> D </span></div><br /> <div class="col-md-12"> </div><br /> <div class="col-md-12"> <span style="color:black; font-family:'Times New Roman', Times, serif">25.The course/syllabus of this subject increased my knowledge and perspective in the subject area </span></div><br /> <div class="col-md-1"></div> <div class="col-md-11"><%: Html.RadioButtonFor(m => m.Q28, "A") %><span style="color:black; margin-right:25px; font-family:'Times New Roman', Times, serif"> A </span> <%: Html.RadioButtonFor(m => m.Q28, "B") %><span style="color:black; margin-right:25px; font-family:'Times New Roman', Times, serif"> B </span> <%: Html.RadioButtonFor(m => m.Q28, "C")%><span style="color:black; margin-right:25px; font-family:'Times New Roman', Times, serif"> C </span> <%: Html.RadioButtonFor(m => m.Q28, "D") %><span style="color:black; font-family:'Times New Roman', Times, serif"> D </span></div><br /> <div class="col-md-12"> </div><br /> <div class="col-md-12"> <span style="color:black; font-family:'Times New Roman', Times, serif">26.Tests and examinations are conducted well in time with proper coverage of all units in the syllabus. </span></div><br /> <div class="col-md-1"></div> <div class="col-md-11"><%: Html.RadioButtonFor(m => m.Q29, "A") %><span style="color:black; margin-right:25px; font-family:'Times New Roman', Times, serif"> A </span> <%: Html.RadioButtonFor(m => m.Q29, "B") %><span style="color:black; margin-right:25px; font-family:'Times New Roman', Times, serif"> B </span> <%: Html.RadioButtonFor(m => m.Q29, "C")%><span style="color:black; margin-right:25px; font-family:'Times New Roman', Times, serif"> C </span> <%: Html.RadioButtonFor(m => m.Q29, "D") %><span style="color:black; font-family:'Times New Roman', Times, serif"> D </span></div><br /> <div class="col-md-12"> </div><br /> <div class="col-md-12"> <span style="color:black; font-family:'Times New Roman', Times, serif">27.I have the freedom to adopt new techniques/strategies of teaching such as seminar presentations, group discussions and learners’ participations.</span></div><br /> <div class="col-md-1"></div> <div class="col-md-11"><%: Html.RadioButtonFor(m => m.Q210, "A") %><span style="color:black; margin-right:25px; font-family:'Times New Roman', Times, serif"> A </span> <%: Html.RadioButtonFor(m => m.Q210, "B") %><span style="color:black; margin-right:25px; font-family:'Times New Roman', Times, serif"> B </span> <%: Html.RadioButtonFor(m => m.Q210, "C")%><span style="color:black; margin-right:25px; font-family:'Times New Roman', Times, serif"> C </span> <%: Html.RadioButtonFor(m => m.Q210, "D") %><span style="color:black; margin-right:25px; font-family:'Times New Roman', Times, serif"> D </span></div><br /> <div class="col-md-12"> </div><br /> <input type="submit" class="btn btn-success" value="Submit" /><br /><br /> <div></div> <%} %> </asp:Content>
Linux 65-254-81-4.cprapid.com 5.14.0-284.11.1.el9_2.x86_64 #1 SMP PREEMPT_DYNAMIC Tue May 9 05:49:00 EDT 2023 x86_64
Apache
65.254.81.4