Great Deal! Get Instant $10 FREE in Account on First Order + 10% Cashback on Every Order Order Now

CSIT 128 – ASSIGNMENT 3 (5%) MARKING CRITERIA: Task 1: Student correctly include JavaScript validation and display error message using span – 1 mark Task 2: Student correctly include all JavaScript...

1 answer below »
CSIT 128 – ASSIGNMENT 3 (5%)
MARKING CRITERIA:
Task 1: Student co
ectly include JavaScript validation and display e
or message using span – 1 mark
Task 2: Student co
ectly include all JavaScript regular expression – 1 mark
Task 3: Student co
ectly include Mouse, Keyboard and Form events. – 1 mark
Student creatively implement JS events – 1 marks
Student clearly explain the code and able to modify the code during demonstration – 1 mark
Task 1:
1. Modify previous register form created in Assignment 2 (Task 2).
2. Make sure that all input must be filled. Include JavaScript validation, to check on this.
3. Use to display e
or message and red font color to display all e
or message.
4. If the user has entered co
ect input, then remove the previous e
or message.





Task 2:
1. Modify previous HTML form created in Assignment 2 (Task 1).
2. Students must use JavaScript validation and include the regular expression pattern. The
condition should be as follows:
 All input is required.
 First name and Last name must be starts with Capital Letter. User must enter at least 3
character. Example: John
 Email should be valid to this format: XXXXXXXXXX
 The birth date for must be from 1st January 2000 until 31st December 2002.
o Note 1: Please use input type text, not date for this.
o Note 2: For Chrome Web
owser, the date will display as YYYY-MM-DD.
 The password and re-type password must match. The password is at least 8 characters:
a combination of letters, numbers and one special character.
3. When the user “submit” the form, it will display back all information at the bottom of the page.






Task 3:
1. Apply THREE (5) different JavaScript Mouse events.
2. Apply THREE (5) different JavaScript Input events.
3. Apply TWO (2) different Load Events
mailto: XXXXXXXXXX
Submission:
1. During demonstration, your attendance is required.
a. During demonstration, 1 mark will be awarded to the student if the student able to
clearly demonstrate, modify and answer question(s) given from the instructor.
. If student didn’t demonstrate the work, 0 marks will be given.
2. The marks will be awarded according to tasks completion and ability to explain the code.
3. Paste all HTML code into a text file (save it as Assignment3.txt). You must include the following:
a. Student declaration. (refer page 2)
(If student didn’t submit this section, the instructor has the right to NOT MARK the
student’s work).
. Student’s Assignment (code) separated by file name. (refer page 3)
Example of Student’s declaration
--------------------------------------
STUDENT DECLARATION
--------------------------------------
I have read the policy for plagiarism at University of Wollongong.
I declare that this assignment is entirely my work.
If found to be plagiarized, I will receive 0 marks.
--------------------------------------
STUDENT DETAILS
--------------------------------------
STUDENT ID NUMBER:
STUDENT NAME:
STUDENT FAMILY NAME:
UOW EMAIL: Example of Student’s Code

--------------------------------------
Filename: index.html
--------------------------------------
!DOCTYPE html>
html>
head>
Index<br />title> <br />head> <br />ody> <br />This is index page <br />a href="about.html">About Me<br />a> <br />a href="media.html">Media<br />a> <br />a href="contact.html">Contact Me<br />a> <br />ody> <br />html> <br />-------------------------------------- <br />Filename: about.html <br />-------------------------------------- <br />!DOCTYPE html> <br />html> <br />head> <br /> <title>About <br />title> <br />head> <br />ody> <br />This is about page <br />a href="about.html">About Me<br />a> <br />a href="media.html">Media<br />a> <br />a href="contact.html">Contact Me<br />a> <br />ody> <br />html<br /> <br />Page 1 of 3 <br /> <br />CSIT 128 – ASSIGNMENT 6 (5%)<br />REMINDER: <br />1. Students must attend the lab session and demonstrate the assignment. <br />2. Plagiarism will not be tolerated. Student will be given 0 marks.<br />Reference: <br />1. Lecture Note 9 (AJAX). <br />2. https:<br />www.w3schools.com/xml<br />Note: <br />1. Please don’t copy/ refer code from W3School. You must refer to Lecture Note 9 (AJAX). <br />2. You must use JavaScript code. This subject will not cover about jQuery code (jQuery code will <br />use $ as selector).<br />Task XXXXXXXXXXmark): <br />1. Download the XML file (credit_card.xml) from Moodle subject page. Prepare HTML page with <br />JavaScript to read data from XML document. In your HTML webpage, include a button that will <br />trigger the process to read data from XML file. <br />2. Once you have prepared the AJAX call script, create another function to display back data in <br />HTML table. See sample output below. <br /> <br /> <br />Figure 1: Sample output after including logical decision using JavaScript<br />Task XXXXXXXXXXmark): <br />a) From your previous output in Task 1a, modify your code to include the additional criteria. You may <br />efer to sample image below as reference. <br />• Include cu<br />ency unit for previous balance, expenses and payment. <br />https:<br />www.w3schools.com/xml<br />Page 2 of 3 <br /> <br />• Find the average value for expenses. <br />• Find the maximum value for expenses. (hint: use Math max for a<br />ay) <br />• Find the minimum value for expenses. (hint: use Math min for a<br />ay) <br />• Include a proper decision logic (in JavaScript) to display new balance and status. <br />i. new balance = previous balance + expenses – payments. <br />ii. Each card has a credit limit of RM 1000. If the new balance is more than credit limit, <br />then display the status. <br />iii. Use ‘red font’ for value beyond the credit limit and ‘green font’ for under the limit. <br /> <br /> <br />Figure 1: Sample output after including logical decision using JavaScript<br /> <br />Figure 2: Sample output for average, minimum and maximum expenses<br />Submission: <br />1. Please do not submit the XML document (credit_card.xml) <br />2. During demonstration, your attendance is required. If the student didn’t demonstrate the <br />work, 0 marks will be given. <br />3. The marks will be awarded according to tasks completion and ability to explain the code. <br />4. Paste all HTML code into a text file (save it as Assignment6.txt). You must include the following: <br />a. Student declaration. (refer page 3) <br />(If student didn’t submit this section, the instructor has the right to NOT MARK the <br />student’s work). <br />. Student’s Assignment (code) separated by file name. (refer page 3)<br />Page 3 of 3 <br /> <br />Example of Student’s declaration<br />Example of Student’s Code<br />-------------------------------------- <br />STUDENT DECLARATION <br />-------------------------------------- <br />I have read the policy for plagiarism at University of Wollongong. <br />I declare that this assignment is entirely my work. <br />If found to be plagiarized, I will receive 0 marks. <br />-------------------------------------- <br />STUDENT DETAILS <br />-------------------------------------- <br />STUDENT ID NUMBER: <put your UOW/INTI ID here> <br />STUDENT NAME: <put your name here> <br />STUDENT FAMILY NAME: <put your family name here> <br />UOW EMAIL: <put your UOW email address here<br />-------------------------------------- <br />Filename: index.html <br />-------------------------------------- <br />!DOCTYPE html> <br />html> <br />head> <br /> <title>Index<br />title> <br />head> <br />ody> <br />This is index page <br />a href="about.html">About Me<br />a> <br />a href="media.html">Media<br />a> <br />a href="contact.html">Contact Me<br />a> <br />ody> <br />html<br /> <br />Page 1 of 2 <br /> <br />CSIT 128 – ASSIGNMENT 7 (5%)<br />REMINDER: <br />1. Students must attend the lab session and demonstrate the assignment. <br />2. Plagiarism will not be tolerated. Student will be given 0 marks.<br />Reference: <br />1. Lecture Note 12 (HTML 5 and Local DB). <br />2. https:<br />www.tutorialspoint.com/html5/html5_web_sql.htm <br />3. https:<br />www.w3schools.com/xml<br />Task XXXXXXXXXXmark): <br />1. Continue from Assignment 3 (Task 2), you will use register.html again. <br />2. Once the user clicks “submit”. The data will be inserted into WebSQL table. <br /> <br />Task XXXXXXXXXXmark): <br />1. From your code in Task 1, read data from WebSQL and display the data in HTML table.<br />Task 3 (2 mark): <br />1. Create new HTML page to search for data in WebSQL table. The user can either search by id or <br />last name.<br />Submission: <br />1. During demonstration, your attendance is required. If the student didn’t demonstrate the <br />work, 0 marks will be given. <br />2. The marks will be awarded according to tasks completion and ability to explain the code. <br />3. Paste all HTML code into a text file (save it as Assignment5.txt). You must include the following: <br />a. Student declaration. (refer page 3) <br />(If student didn’t submit this section, the instructor has the right to NOT MARK the <br />student’s work). <br />. Student’s Assignment (code) separated by file name. (refer page 3)<br />https:<br />www.tutorialspoint.com/html5/html5_web_sql.htm<br />https:<br />www.w3schools.com/xml<br />Page 2 of 2 <br />Example of Student’s declaration<br />Example of Student’s Code<br />-------------------------------------- <br />STUDENT DECLARATION <br />-------------------------------------- <br />I have read the policy for plagiarism at University of Wollongong. <br />I declare that this assignment is entirely my work. <br />If found to be plagiarized, I will receive 0 marks. <br />-------------------------------------- <br />STUDENT DETAILS <br />-------------------------------------- <br />STUDENT ID NUMBER: <put your UOW/INTI ID here> <br />STUDENT NAME: <put your name here> <br />STUDENT FAMILY NAME: <put your family name here> <br />UOW EMAIL: <put your UOW email address here<br />-------------------------------------- <br />Filename: index.html <br />-------------------------------------- <br />!DOCTYPE html> <br />html> <br />head> <br /> <title>Index<br />title> <br />head> <br />ody> <br />This is index page <br />a href="about.html">About Me<br />a> <br />a href="media.html">Media<br />a> <br />a href="contact.html">Contact Me<br />a> <br />ody> <br />html<br />head> <br /> <title>Index<br />title> <br />head> <br />ody> <br />This is index page <br />a href="about.html">About Me<br />a> <br />a href="media.html">Media<br />a> <br />a href="contact.html">Contact Me<br />a> <br /> <br />Page 1 of 2 <br /> <br />CSIT 128 – ASSIGNMENT 8 (5%)<br />MARKING CRITERIA: <br />Task 1: Co<br />ectly use FIVE (5) different Canvas elements – 1 mark <br />Task 1: Complexity and Creativity of FIVE (5) different Canvas elements – 1.5 mark <br />Task 2: Co<br />ect application and Creativity of Bootstrap elements – 2.5 marks<br />REMINDER: <br />1. Please submit original works. <br />2. Plagiarism will not be tolerated. Student will be given 0 marks. <br />3. All student must demonstrate their work, otherwise no mark given.<br />ASSIGNMENT 8: HTML 5 Canvas and Bootstrap.<br />Task 1 (SVG) <br />1. Prepare webpages with FIVE <div class="row txtSpac"> <div class='attachdoc'><a href='/attached-files/csit128-assignment3-javascript-pxesb4ya.pdf?did=1' download='csit128-assignment3-javascript-pxesb4ya.pdf' target='_blank'><span class='glyphicon glyphicon-download-alt' aria-hidden='true'></span> csit128-assignment3-javascript-pxesb4ya.pdf </a><a href='/attached-files/csit128-assignment6-ajax-bdw4uhuv.pdf?did=1' download='csit128-assignment6-ajax-bdw4uhuv.pdf' target='_blank'><span class='glyphicon glyphicon-download-alt' aria-hidden='true'></span> csit128-assignment6-ajax-bdw4uhuv.pdf </a><a href='/attached-files/csit128-assignment7-websql-ogucpbzq.pdf?did=1' download='csit128-assignment7-websql-ogucpbzq.pdf' target='_blank'><span class='glyphicon glyphicon-download-alt' aria-hidden='true'></span> csit128-assignment7-websql-ogucpbzq.pdf </a><a href='/attached-files/csit128-assignment8-canvasandbootstrap-vk25mi3c.pdf?did=1' download='csit128-assignment8-canvasandbootstrap-vk25mi3c.pdf' target='_blank'><span class='glyphicon glyphicon-download-alt' aria-hidden='true'></span> csit128-assignment8-canvasandbootstrap-vk25mi3c.pdf </a><a href='/attached-files/csit128-lab-task-5-2rhbcjxs.docx?did=1' download='csit128-lab-task-5-2rhbcjxs.docx' target='_blank'><span class='glyphicon glyphicon-download-alt' aria-hidden='true'></span> csit128-lab-task-5-2rhbcjxs.docx </a></div> </div> </div> <script type='application/ld+json'>{"@context":"http://schema.org","@type":"QAPage","mainEntity":{"@type":"Question","name":"CSIT 128 – ASSIGNMENT 3 (5%)MARKING CRITERIA: Task 1: Student coectly include JavaScript validation...","author":{"@type":"Person","name":"Anonymous"},"dateCreated":"2021-06-27T17:35:58","text":"CSIT 128 – ASSIGNMENT 3 (5%)MARKING CRITERIA: Task 1: Student coectly include JavaScript validation and display eor message using span – 1 mark Task 2: Student coectly include all JavaScript regular expression – 1 mark Task 3: Student coectly include Mouse, Keyboard and Form events. – 1 mark Student creatively implement JS events – 1 marksStudent clearly explain the code and able to modify the code during demonstration – 1 markTask 1: 1. Modify previous register form created in Assignment 2 (Task 2). 2. Make sure that all input must be filled. Include JavaScript validation, to check on this. 3. Use to display eor message and red font color to display all eor message. 4. If the user has entered coect input, then remove the previous eor message. Task 2: 1. Modify previous HTML form created in Assignment 2 (Task 1). 2. Students must use JavaScript validation and include the regular expression pattern. The condition should be as follows:  All input is required.  First name and Last name must be starts with Capital Letter. User must enter at least 3 character. Example: John  Email should be valid to this format: XXXXXXXXXX  The birth date for must be from 1st January 2000 until 31st December 2002. o Note 1: Please use input type text, not date for this. o Note 2: For Chrome Web owser, the date will display as YYYY-MM-DD.  The password and re-type password must match. The password is at least 8 characters: a combination of letters, numbers and one special character. 3. When the user “submit” the form, it will display back all information at the bottom of the page. Task 3: 1. Apply THREE (5) different JavaScript Mouse events. 2. Apply THREE (5) different JavaScript Input events. 3. Apply TWO (2) different Load Eventsmailto: XXXXXXXXXXSubmission: 1. During demonstration, your attendance is required. a. During demonstration, 1 mark will be awarded to the student if the student able to clearly demonstrate, modify and answer question(s) given from the instructor. . If student didn’t demonstrate the work, 0 marks will be given. 2. The marks will be awarded according to tasks completion and ability to explain the code. 3. Paste all HTML code into a text file (save it as Assignment3.txt). You must include the following: a. Student declaration. (refer page 2) (If student didn’t submit this section, the instructor has the right to NOT MARK the student’s work). . Student’s Assignment (code) separated by file name. (refer page 3)Example of Student’s declaration-------------------------------------- STUDENT DECLARATION -------------------------------------- I have read the policy for plagiarism at University of Wollongong. I declare that this assignment is entirely my work. If found to be plagiarized, I will receive 0 marks. -------------------------------------- STUDENT DETAILS -------------------------------------- STUDENT ID NUMBER: STUDENT NAME: STUDENT FAMILY NAME: UOW EMAIL: Example of Student’s Code -------------------------------------- Filename: index.html -------------------------------------- !DOCTYPE html> html> head> Indextitle> head> ody> This is index page a href=\"about.html\">About Mea> a href=\"media.html\">Mediaa> a href=\"contact.html\">Contact Mea> ody> html> -------------------------------------- Filename: about.html -------------------------------------- !DOCTYPE html> html> head> About title> head> ody> This is about page a href=\"about.html\">About Mea> a href=\"media.html\">Mediaa> a href=\"contact.html\">Contact Mea> ody> html Page 1 of 3 CSIT 128 – ASSIGNMENT 6 (5%)REMINDER: 1. Students must attend the lab session and demonstrate the assignment. 2. Plagiarism will not be tolerated. Student will be given 0 marks.Reference: 1. Lecture Note 9 (AJAX). 2. https:www.w3schools.com/xmlNote: 1. Please don’t copy/ refer code from W3School. You must refer to Lecture Note 9 (AJAX). 2. You must use JavaScript code. This subject will not cover about jQuery code (jQuery code will use $ as selector).Task XXXXXXXXXXmark): 1. Download the XML file (credit_card.xml) from Moodle subject page. Prepare HTML page with JavaScript to read data from XML document. In your HTML webpage, include a button that will trigger the process to read data from XML file. 2. Once you have prepared the AJAX call script, create another function to display back data in HTML table. See sample output below. Figure 1: Sample output after including logical decision using JavaScriptTask XXXXXXXXXXmark): a) From your previous output in Task 1a, modify your code to include the additional criteria. You may efer to sample image below as reference. • Include cuency unit for previous balance, expenses and payment. https:www.w3schools.com/xmlPage 2 of 3 • Find the average value for expenses. • Find the maximum value for expenses. (hint: use Math max for aay) • Find the minimum value for expenses. (hint: use Math min for aay) • Include a proper decision logic (in JavaScript) to display new balance and status. i. new balance = previous balance + expenses – payments. ii. Each card has a credit limit of RM 1000. If the new balance is more than credit limit, then display the status. iii. Use ‘red font’ for value beyond the credit limit and ‘green font’ for under the limit. Figure 1: Sample output after including logical decision using JavaScript Figure 2: Sample output for average, minimum and maximum expensesSubmission: 1. Please do not submit the XML document (credit_card.xml) 2. During demonstration, your attendance is required. If the student didn’t demonstrate the work, 0 marks will be given. 3. The marks will be awarded according to tasks completion and ability to explain the code. 4. Paste all HTML code into a text file (save it as Assignment6.txt). You must include the following: a. Student declaration. (refer page 3) (If student didn’t submit this section, the instructor has the right to NOT MARK the student’s work). . Student’s Assignment (code) separated by file name. (refer page 3)Page 3 of 3 Example of Student’s declarationExample of Student’s Code-------------------------------------- STUDENT DECLARATION -------------------------------------- I have read the policy for plagiarism at University of Wollongong. I declare that this assignment is entirely my work. If found to be plagiarized, I will receive 0 marks. -------------------------------------- STUDENT DETAILS -------------------------------------- STUDENT ID NUMBER: STUDENT NAME: STUDENT FAMILY NAME: UOW EMAIL: -------------------------------------- Filename: index.html -------------------------------------- !DOCTYPE html> html> head> Indextitle> head> ody> This is index page a href=\"about.html\">About Mea> a href=\"media.html\">Mediaa> a href=\"contact.html\">Contact Mea> ody> html Page 1 of 2 CSIT 128 – ASSIGNMENT 7 (5%)REMINDER: 1. Students must attend the lab session and demonstrate the assignment. 2. Plagiarism will not be tolerated. Student will be given 0 marks.Reference: 1. Lecture Note 12 (HTML 5 and Local DB). 2. https:www.tutorialspoint.com/html5/html5_web_sql.htm 3. https:www.w3schools.com/xmlTask XXXXXXXXXXmark): 1. Continue from Assignment 3 (Task 2), you will use register.html again. 2. Once the user clicks “submit”. The data will be inserted into WebSQL table. Task XXXXXXXXXXmark): 1. From your code in Task 1, read data from WebSQL and display the data in HTML table.Task 3 (2 mark): 1. Create new HTML page to search for data in WebSQL table. The user can either search by id or last name.Submission: 1. During demonstration, your attendance is required. If the student didn’t demonstrate the work, 0 marks will be given. 2. The marks will be awarded according to tasks completion and ability to explain the code. 3. Paste all HTML code into a text file (save it as Assignment5.txt). You must include the following: a. Student declaration. (refer page 3) (If student didn’t submit this section, the instructor has the right to NOT MARK the student’s work). . Student’s Assignment (code) separated by file name. (refer page 3)https:www.tutorialspoint.com/html5/html5_web_sql.htmhttps:www.w3schools.com/xmlPage 2 of 2 Example of Student’s declarationExample of Student’s Code-------------------------------------- STUDENT DECLARATION -------------------------------------- I have read the policy for plagiarism at University of Wollongong. I declare that this assignment is entirely my work. If found to be plagiarized, I will receive 0 marks. -------------------------------------- STUDENT DETAILS -------------------------------------- STUDENT ID NUMBER: STUDENT NAME: STUDENT FAMILY NAME: UOW EMAIL: -------------------------------------- Filename: index.html -------------------------------------- !DOCTYPE html> html> head> Indextitle> head> ody> This is index page a href=\"about.html\">About Mea> a href=\"media.html\">Mediaa> a href=\"contact.html\">Contact Mea> ody> htmlhead> Indextitle> head> ody> This is index page a href=\"about.html\">About Mea> a href=\"media.html\">Mediaa> a href=\"contact.html\">Contact Mea> Page 1 of 2 CSIT 128 – ASSIGNMENT 8 (5%)MARKING CRITERIA: Task 1: Coectly use FIVE (5) different Canvas elements – 1 mark Task 1: Complexity and Creativity of FIVE (5) different Canvas elements – 1.5 mark Task 2: Coect application and Creativity of Bootstrap elements – 2.5 marksREMINDER: 1. Please submit original works. 2. Plagiarism will not be tolerated. Student will be given 0 marks. 3. All student must demonstrate their work, otherwise no mark given.ASSIGNMENT 8: HTML 5 Canvas and Bootstrap.Task 1 (SVG) 1. Prepare webpages with FIVE","acceptedAnswer":{"@type":"Answer","url":"https://www.topassignmentexperts.com/questions/csit-128-assignment-3-5-marking-criteria-task-1-student-correctly-include-javas-149928.html#pnlSolution","author":{"@type":"Person","name":"Harsimran"},"dateCreated":"2021-06-29T11:00:26","text":"Register\r\n \r\n \r\n \r\n \r\n \r\n \r\n ☰\r\n \r\n \r\n \t\r\n HOMEPAGE\r\n \r\n\t\r\n LATEST NEWS ON UOW\r\n \r\n\t\r\n CONTACT\r\n \r\n\t\r\n REGISTER\r\n\r\n \r\n \r\n\r\n\t\t\t\t\t\t\r\n\t\t\t\t\t\t \r\n\t\t\t\t\t\t\tRegister\r\n\t\t\t\t\t\t\t\r\n Title\r\n\t\t\t\t\t\t\tPlease Select\r\nMr.\r\nMrs.\r\nMiss.\r\n \r\n First Name\r\n\t\t\t\t\t\t\t\r\n \r\n Last Name\r\n \r\n \r\n\t\t\t\t\t\t\tEmail address\r\n\t\t\t\t\t\t\t\r\n \r\n\t\t\t\t\t\t\tBirth date\r\n\t\t\t\t\t\t\t\r\n \r\n\t\t\t\t\t\t\tPassword\r\n\t\t\t\t\t\t\t\r\n \r\n\t\t\t\t\t\t\tRe-type Password\r\n\t\t\t\t\t\t\t\r\n \r\n\t\t\t\t\t\t\tUOW undergraduate Cource\r\n\t\t\t\t\t\t\t Bachelor in Computer Science\r\n Bachelor in Information Technology\r\n\r\n\t\t\t\t\t\t\tI have read and agree to read and agree to be bound by UOW Terms And condition.I understand how my privacy will be protected as well processing of my personal data.\r\n \r\n Submit\r\n\t\t\t\t\t\t \r\n\t\t\t\t\t\t\r\n\t\t\t\t\t\r\n\r\n \r\n \r\n \r\n \r\n Copyright © 2020 Pravin Kaur","upvoteCount":145,"aggregateRating":4.32},"answerCount":1}}</script> </div> <div class="info"> <span class="solved" title="Solved"><em class="ico"></em> Answered Same Day</span> <span class="postedtime" title="Posted On"><em class="ico"></em> Jun 27, 2021</span> </div> </div> <div class="clear"></div> <div id="pnlSolvedQuestionStatus"> <div id="pnlSolution" class="solutionsbox"> <h2>Solution <span class="bdr"></span></h2> <div class="expert-answered"> <b> <span class="expert-pic"></span> Harsimran</b> answered on <b> Jun 29 2021</b> </div> <div class="rating-vote"> <div class="cont"> <span class='star'><span class='rating' style='width: 86.4%'></span></span> <span class="vote"><b> 145</b> Votes</span> </div> </div> <div class="soln-snippet"> Registe<br /> <br /> <br /> <br /> <br /> <br /> <br /> ☰<br /> <br /> <br />     <br /> HOMEPAGE<br /> <br />    <br /> LATEST NEWS ON UOW<br /> <br />    <br /> CONTACT<br /> <br />    <br /> ... </div> </div> <div class="pdf-solution"> <a href="javascript:void(0);" id="hypGetSolution" data-action="main_cta" data-requirelogin="true" class="download" data-category="Solved" data-label="149928" role="button" data-navigateurl="/myaccount/QuestionRequest.aspx?qid=149928" data-gaq="true">SOLUTION.PDF</a> </div> <div class="pdf-solution solnfixed"> <div class="cont"> <a href="javascript:void(0);" id="hypGetSolutionBottom" data-action="main_cta_bottom" data-requirelogin="true" class="download" data-category="Solved" data-label="149928" role="button" data-navigateurl="/myaccount/QuestionRequest.aspx?qid=149928" data-gaq="true">SOLUTION.PDF</a> <h2>Answer To This Question Is Available To Download</h2> </div> </div> </div> <div id="dvRecentQuestionList"> <div id="pnlRecentRelatedQuestionList"> <div class="rel-que"> <h2>Related Questions & Answers<span class="bdr"></span></h2> <ul> <li> <a id="hypQuestionUrl" href="https://www.topassignmentexperts.com/questions/it-is-very-important-to-read-the-instructions-this-is-doctoral-work-turnitin-an-3442714.html">IT IS VERY IMPORTANT TO READ THE INSTRUCTIONS!!! THIS IS DOCTORAL WORK. Turnitin and Waypoint are being used to check for plagiarism, and please use APA format. Please pay close attention I NEED...</a> <div class="info"> <span class="solved" title="solved"><em class="ico"></em>Solved</span> <span class="postedtime"><em class="ico"></em> Apr 13, 2024</span> </div> </li> <li> <a id="hypQuestionUrl" href="https://www.topassignmentexperts.com/questions/it-is-very-important-to-read-the-instructions-this-is-doctoral-work-turnitin-an-3442713.html">IT IS VERY IMPORTANT TO READ THE INSTRUCTIONS!!! THIS IS DOCTORAL WORK. Turnitin and Waypoint are being used to check for plagiarism, and please use APA format. Please pay close attention I NEED...</a> <div class="info"> <span class="solved" title="solved"><em class="ico"></em>Solved</span> <span class="postedtime"><em class="ico"></em> Apr 13, 2024</span> </div> </li> <li> <a id="hypQuestionUrl" href="https://www.topassignmentexperts.com/questions/please-read-the-instructions-this-is-doctoral-work-provide-one-response-to-each-3442703.html">For your responses, you will take on the role of the CIO and review the IT manager’s presented proposal.  Evaluate your peer’s suggested solution and consider whether or not the solution clearly...</a> <div class="info"> <span class="solved" title="solved"><em class="ico"></em>Solved</span> <span class="postedtime"><em class="ico"></em> Apr 12, 2024</span> </div> </li> <li> <a id="hypQuestionUrl" href="https://www.topassignmentexperts.com/questions/please-read-the-instructions-this-is-doctoral-work-provide-one-response-to-each-3442701.html">For your response, assume the role of a senior manager responsible for signing off on whether or not the company in the scenario described will implement the ERP system. Provide a minimum of two...</a> <div class="info"> <span class="solved" title="solved"><em class="ico"></em>Solved</span> <span class="postedtime"><em class="ico"></em> Apr 12, 2024</span> </div> </li> <li> <a id="hypQuestionUrl" href="https://www.topassignmentexperts.com/questions/please-read-the-instructions-this-is-doctoral-work-provide-1-response-to-this-p-3442651.html">PLEASE READ THE INSTRUCTIONS This is doctoral work !! Provide 1 response to this post. VERY IMPORTANT-This instructor grades really hard and I need quality response for this student post. Please no...</a> <div class="info"> <span class="solved" title="solved"><em class="ico"></em>Solved</span> <span class="postedtime"><em class="ico"></em> Apr 06, 2024</span> </div> </li> <li> <a id="hypQuestionUrl" href="https://www.topassignmentexperts.com/questions/very-important-to-read-the-instructions-this-is-doctoral-work-turnitin-and-wayp-3442650.html">SDLC Diagram Prior to beginning work on this assignment, read Chapters 8 and 9 in the textbook, The SDLC is *Not* a Project Management Methodology Links to an external site. article, and the Week...</a> <div class="info"> <span class="solved" title="solved"><em class="ico"></em>Solved</span> <span class="postedtime"><em class="ico"></em> Apr 06, 2024</span> </div> </li> <li> <a id="hypQuestionUrl" href="https://www.topassignmentexperts.com/questions/it-is-very-important-to-read-the-instructions-this-is-doctoral-work-turnitin-an-3442649.html">IT IS VERY IMPORTANT TO READ THE INSTRUCTIONS!!! THIS IS DOCTORAL WORK. Turnitin and Waypoint are being used to check for plagiarism, and please use APA format. Please pay close attention I NEED...</a> <div class="info"> <span class="solved" title="solved"><em class="ico"></em>Solved</span> <span class="postedtime"><em class="ico"></em> Apr 06, 2024</span> </div> </li> <li> <a id="hypQuestionUrl" href="https://www.topassignmentexperts.com/questions/it-is-very-important-to-read-the-instructions-this-is-doctoral-work-turnitin-an-3442648.html">IT IS VERY IMPORTANT TO READ THE INSTRUCTIONS!!! THIS IS DOCTORAL WORK. Turnitin and Waypoint are being used to check for plagiarism, and please use APA format. Please pay close attention I NEED...</a> <div class="info"> <span class="solved" title="solved"><em class="ico"></em>Solved</span> <span class="postedtime"><em class="ico"></em> Apr 06, 2024</span> </div> </li> <li> <a id="hypQuestionUrl" href="https://www.topassignmentexperts.com/questions/this-assignment-consists-of-two-parts-please-follow-the-instructions-to-complet-3442647.html">This assignment consists of two parts. Please follow the instructions to complete both parts of the assignment.PART 1: Prototype DevelopmentApplication.Choose an application to create a high-fidelity...</a> <div class="info"> <span class="solved" title="solved"><em class="ico"></em>Solved</span> <span class="postedtime"><em class="ico"></em> Apr 06, 2024</span> </div> </li> <li> <a id="hypQuestionUrl" href="https://www.topassignmentexperts.com/questions/please-read-the-instructions-this-is-doctoral-work-provide-one-response-to-each-3442637.html">Analyze your peer’s post and identify at least one additional area or element of risk where further consideration should be taken. Evaluate your peer’s recommendation regarding cloud computing for...</a> <div class="info"> <span class="solved" title="solved"><em class="ico"></em>Solved</span> <span class="postedtime"><em class="ico"></em> Apr 04, 2024</span> </div> </li> </ul> <div class="clearfix"></div> <a id="hypMoreRelatedQuestion" class="moreque" href="/computer-science-homework-help/">More Questions »</a> </div> </div> </div> </div> <div class="col-md-4"> <div class="submit-assignment"> <div id="dvQuestionContainer"> <div class="assignment-frm"> <div id="dvTitle"><h3>Submit New Assignment</h3></div> <div class="row"> <div class="col-xs-12 col-sm-6 col-md-6" id="dvSubject"> <div class="form-group"> <input name="ctl00$MainContent$QuestionBox$txtSubject" type="text" id="txtSubject" class="form-control" placeholder="Subject" /> <span class="help-block filled" id="spnSubjectName" style="display: none;"><span class="parsley-checkemailavailability">Please select subject</span></span> </div> </div> <div class="col-xs-12 col-sm-6 col-md-6" id="dvDeadLine"> <div class="form-group"> <input name="ctl00$MainContent$QuestionBox$txtDeadLine" type="text" readonly="readonly" id="txtDeadLine" class="form-control" placeholder="Deadline" /> <span class="help-block filled" id="spnDeadline" style="display: none;"><span class="parsley-checkemailavailability">Please select deadline for your assignment</span></span> </div> </div> </div> <div class="row"> <div class="col-xs-12 col-sm-6 col-md-6" id="dvNoOfPages"> <div class="form-group"> <select name="ctl00$MainContent$QuestionBox$ddlNoOfPages" id="ddlNoOfPages" class="form-control"> <option value="-1">Select No Of Pages</option> <option value="0">Not Applicable</option> <option value="1">Pages/Words: 1/250</option> <option value="2">Pages/Words: 2/500</option> <option value="3">Pages/Words: 3/750</option> <option value="4">Pages/Words: 4/1000</option> <option value="5">Pages/Words: 5/1250</option> <option value="6">Pages/Words: 6/1500</option> <option value="7">Pages/Words: 7/1750</option> <option value="8">Pages/Words: 8/2000</option> <option value="9">Pages/Words: 9/2250</option> <option value="10">Pages/Words: 10/2500</option> <option value="11">Pages/Words: 11/2750</option> <option value="12">Pages/Words: 12/3000</option> <option value="13">Pages/Words: 13/3250</option> <option value="14">Pages/Words: 14/3500</option> <option value="15">Pages/Words: 15/3750</option> <option value="16">Pages/Words: 16/4000</option> <option value="17">Pages/Words: 17/4250</option> <option value="18">Pages/Words: 18/4500</option> <option value="19">Pages/Words: 19/4750</option> <option value="20">Pages/Words: 20/5000</option> <option value="21">Pages/Words: 21/5250</option> <option value="22">Pages/Words: 22/5500</option> <option value="23">Pages/Words: 23/5750</option> <option value="24">Pages/Words: 24/6000</option> <option value="25">Pages/Words: 25/6250</option> <option value="26">Pages/Words: 26/6500</option> <option value="27">Pages/Words: 27/6750</option> <option value="28">Pages/Words: 28/7000</option> <option value="29">Pages/Words: 29/7250</option> <option value="30">Pages/Words: 30/7500</option> <option value="31">Pages/Words: 31/7750</option> <option value="32">Pages/Words: 32/8000</option> <option value="33">Pages/Words: 33/8250</option> <option value="34">Pages/Words: 34/8500</option> <option value="35">Pages/Words: 35/8750</option> <option value="36">Pages/Words: 36/9000</option> <option value="37">Pages/Words: 37/9250</option> <option value="38">Pages/Words: 38/9500</option> <option value="39">Pages/Words: 39/9750</option> <option value="40">Pages/Words: 40/10000</option> <option value="41">Pages/Words: 41/10250</option> <option value="42">Pages/Words: 42/10500</option> <option value="43">Pages/Words: 43/10750</option> <option value="44">Pages/Words: 44/11000</option> <option value="45">Pages/Words: 45/11250</option> <option value="46">Pages/Words: 46/11500</option> <option value="47">Pages/Words: 47/11750</option> <option value="48">Pages/Words: 48/12000</option> <option value="49">Pages/Words: 49/12250</option> <option value="50">Pages/Words: 50/12500</option> <option value="51">Pages/Words: 51/12750</option> <option value="52">Pages/Words: 52/13000</option> <option value="53">Pages/Words: 53/13250</option> <option value="54">Pages/Words: 54/13500</option> <option value="55">Pages/Words: 55/13750</option> <option value="56">Pages/Words: 56/14000</option> <option value="57">Pages/Words: 57/14250</option> <option value="58">Pages/Words: 58/14500</option> <option value="59">Pages/Words: 59/14750</option> <option value="60">Pages/Words: 60/15000</option> <option value="61">Pages/Words: 61/15250</option> <option value="62">Pages/Words: 62/15500</option> <option value="63">Pages/Words: 63/15750</option> <option value="64">Pages/Words: 64/16000</option> <option value="65">Pages/Words: 65/16250</option> <option value="66">Pages/Words: 66/16500</option> <option value="67">Pages/Words: 67/16750</option> <option value="68">Pages/Words: 68/17000</option> <option value="69">Pages/Words: 69/17250</option> <option value="70">Pages/Words: 70/17500</option> <option value="71">Pages/Words: 71/17750</option> <option value="72">Pages/Words: 72/18000</option> <option value="73">Pages/Words: 73/18250</option> <option value="74">Pages/Words: 74/18500</option> <option value="75">Pages/Words: 75/18750</option> <option value="76">Pages/Words: 76/19000</option> <option value="77">Pages/Words: 77/19250</option> <option value="78">Pages/Words: 78/19500</option> <option value="79">Pages/Words: 79/19750</option> <option value="80">Pages/Words: 80/20000</option> <option value="81">Pages/Words: 81/20250</option> <option value="82">Pages/Words: 82/20500</option> <option value="83">Pages/Words: 83/20750</option> <option value="84">Pages/Words: 84/21000</option> <option value="85">Pages/Words: 85/21250</option> <option value="86">Pages/Words: 86/21500</option> <option value="87">Pages/Words: 87/21750</option> <option value="88">Pages/Words: 88/22000</option> <option value="89">Pages/Words: 89/22250</option> <option value="90">Pages/Words: 90/22500</option> <option value="91">Pages/Words: 91/22750</option> <option value="92">Pages/Words: 92/23000</option> <option value="93">Pages/Words: 93/23250</option> <option value="94">Pages/Words: 94/23500</option> <option value="95">Pages/Words: 95/23750</option> <option value="96">Pages/Words: 96/24000</option> <option value="97">Pages/Words: 97/24250</option> <option value="98">Pages/Words: 98/24500</option> <option value="99">Pages/Words: 99/24750</option> <option value="100">Pages/Words: 100/25000</option> </select> <span class="help-block filled" id="spnNoOfPages" style="display: none;"><span class="parsley-checkemailavailability">Please select no of pages for your assignment</span></span> </div> </div> <div class="col-xs-12 col-sm-6 col-md-6" id="dvReferenceId"> <div class="form-group"> <select name="ctl00$MainContent$QuestionBox$ddlReferenceId" id="ddlReferenceId" class="form-control"> <option value="0">Referencing Style</option> <option value="1">Harvard</option> <option value="2">MLA</option> <option value="3">Vancouver</option> <option value="4">Chicago/Turabian</option> <option value="5">APA</option> <option value="6">Oxford</option> <option value="7">Oscola</option> <option value="8">AGLC</option> <option value="9">MHRA</option> <option value="10">Others</option> <option value="11">BMJ</option> <option value="12">Chicago</option> <option value="13">Footnotes</option> <option value="14">Footnotes and bibliography</option> <option value="15">IEEE</option> <option value="16">Open</option> <option value="17">OSCOLA</option> <option value="18">Turabian</option> </select> <span class="help-block filled" id="spnReferenceId" style="display: none;"><span class="parsley-checkemailavailability">Please select references for your assignment</span></span> </div> </div> </div> <div class="row"> <div class="col-xs-12 col-sm-6 col-md-6" id="dvLevelId"> <div class="form-group"> <select name="ctl00$MainContent$QuestionBox$ddlLevelId" id="ddlLevelId" class="form-control"> <option value="0">Select Level</option> <option value="1">Certification</option> <option value="2">Diploma</option> <option value="3">Advanced Diploma</option> <option value="4">Undergraduate</option> <option value="5">Masters</option> <option value="6">Others</option> </select> <span class="help-block filled" id="spnLevelId" style="display: none;"><span class="parsley-checkemailavailability">Please select level for your assignment</span></span> </div> </div> <div class="col-xs-12 col-sm-6 col-md-6"> <div id="dvNoOfCopies"> <div class="form-group"> <div class="input-group multiple-copies"> <span class="input-group-btn"> <button class="btn btn-default" data-dir="dwn" id="btnDown"><span class="glyphicon glyphicon-minus"></span></button> </span> <input name="ctl00$MainContent$QuestionBox$txtNoOfCopies" type="text" value="No Of Copies: 1" id="txtNoOfCopies" class="form-control text-center" data-noofcopies="1" placeholder="No Of Copies" /> <input type="hidden" name="ctl00$MainContent$QuestionBox$hdnNoOfCopies" id="hdnNoOfCopies" value="1" /> <span class="input-group-btn"> <button class="btn btn-default" data-dir="up" id="btnUp"><span class="glyphicon glyphicon-plus"></span></button> </span> </div> <i class="glyphicon glyphicon-info-sign popinfo" data-toggle="popover" data-trigger="focus" title="" data-html="true" data-content="<ul><li>Extra 10% discount upto 3 copies (2-3 copies)</li><li>Extra 20% discount for more than 3 copies</li></ul>"></i> </div> </div> </div> </div> <div class="row"> <div class="col-xs-12" id="dvName"> <div class="form-group"> <input name="ctl00$MainContent$QuestionBox$txtName" type="text" id="txtName" class="form-control" placeholder="Your Name" /> <span class="help-block filled" id="spnUserName" style="display: none;"><span class="parsley-checkemailavailability">Please Enter your name</span></span> </div> </div> </div> <div class="form-group"> <div class="nicEdit-main" id="txtDescription">Copy and Paste Your Assignment Here</div> <span class="help-block filled" id="spnDescription" style="display: none;"><span class="parsley-checkemailavailability">Please Enter your question</span></span> </div> <div class="row"> <div class="col-xs-12 col-sm-6 col-md-6"> <div class="form-group"> <a href="javascript:void(0);" id="hypAttachFiles" class="attach-file">Attach File</a> </div> </div> <div class="col-xs-12 col-sm-6 col-md-6"> <input type="submit" name="ctl00$MainContent$QuestionBox$btnSubmit" value="Get a Free Quote" id="btnSubmit" class="submit" /> <input type="hidden" name="ctl00$MainContent$QuestionBox$hdnSubjectId" id="hdnSubjectId" /> <input type="hidden" name="ctl00$MainContent$QuestionBox$hdnDescription" id="hdnDescription" /> <input type="hidden" name="ctl00$MainContent$QuestionBox$hdnDeadline" id="hdnDeadline" /> </div> <div id="dvUploadFileContainer" class="atchcont" style="display: none;"> <div id="dvQFile1" class="hide row"> <div class="attach-btn"> <input type="file" name="ctl00$MainContent$QuestionBox$qFile1" id="qFile1" class="filestyle" data-buttonBefore="true" /> </div> <a href="javascript:void(0);" class="clearupload" data-id="1">Cancel</a> </div> <div id="dvQFile2" class="hide row"> <div class="attach-btn"> <input type="file" name="ctl00$MainContent$QuestionBox$qFile2" id="qFile2" class="filestyle" data-buttonBefore="true" /> </div> <a href="javascript:void(0);" class="clearupload" data-id='2'>Cancel</a> </div> <div id="dvQFile3" class="hide row"> <div class="attach-btn"> <input type="file" name="ctl00$MainContent$QuestionBox$qFile3" id="qFile3" class="filestyle" data-buttonBefore="true" /> </div> <a href="javascript:void(0);" class="clearupload" data-id='3'>Cancel</a> </div> <div id="dvQFile4" class="hide row"> <div class="attach-btn"> <input type="file" name="ctl00$MainContent$QuestionBox$qFile4" id="qFile4" class="filestyle" data-buttonBefore="true" /> </div> <a href="javascript:void(0);" class="clearupload" data-id='4'>Cancel</a> </div> <div id="dvQFile5" class="hide row"> <div class="attach-btn"> <input type="file" name="ctl00$MainContent$QuestionBox$qFile5" id="qFile5" class="filestyle" data-buttonBefore="true" /> </div> <a href="javascript:void(0);" class="clearupload" data-id='5'>Cancel</a> </div> <a id="hypMoreFile" class="havemorefiles" href="javascript:void(0);" style="float: right;">Attach More File</a> </div> </div> <div class="modal fade" id="dvSubjectContaner" data-keyboard="false" data-backdrop="static" tabindex="-1" role="dialog" aria-hidden="true"> <div class="modal-dialog"> <div class="modal-content"> <div class="modal-header"> <button type="button" class="close" data-dismiss="modal" aria-label="Close"><span aria-hidden="true">×</span></button> </div> <div class="modal-body"> <ul class='nav nav-tabs' role='tablist'> <li role='presentation' class='active'><a href='#accounting' aria-controls='accounting' role='tab' data-toggle='tab'>Accounting</a></li> <li role='presentation'><a href='#computer-science' aria-controls='computer-science' role='tab' data-toggle='tab'>Computer Science</a></li> <li role='presentation'><a href='#economics' aria-controls='economics' role='tab' data-toggle='tab'>Economics</a></li> <li role='presentation'><a href='#engineering' aria-controls='engineering' role='tab' data-toggle='tab'>Engineering</a></li> <li role='presentation'><a href='#finance' aria-controls='finance' role='tab' data-toggle='tab'>Finance</a></li> <li role='presentation'><a href='#thesis' aria-controls='thesis' role='tab' data-toggle='tab'>Thesis</a></li> <li role='presentation'><a href='#management' aria-controls='management' role='tab' data-toggle='tab'>Management</a></li> <li role='presentation'><a href='#science_math' aria-controls='science_math' role='tab' data-toggle='tab'>Science/Math</a></li> <li role='presentation'><a href='#statistics' aria-controls='statistics' role='tab' data-toggle='tab'>Statistics</a></li> <li role='presentation'><a href='#writing' aria-controls='writing' role='tab' data-toggle='tab'>Writing</a></li> <li role='presentation'><a href='#dissertations' aria-controls='dissertations' role='tab' data-toggle='tab'>Dissertations</a></li> <li role='presentation'><a href='#essays' aria-controls='essays' role='tab' data-toggle='tab'>Essays</a></li> <li role='presentation'><a href='#programming' aria-controls='programming' role='tab' data-toggle='tab'>Programming</a></li> <li role='presentation'><a href='#healthcare' aria-controls='healthcare' role='tab' data-toggle='tab'>Healthcare</a></li> <li role='presentation'><a href='#law' aria-controls='law' role='tab' data-toggle='tab'>Law</a></li> <li role='presentation'><a href='#humanities' aria-controls='humanities' role='tab' data-toggle='tab'>Humanities</a></li> </ul> <div class='tab-content'> <div role='tabpanel' class='tab-pane active' id='accounting'> <ul> <li><a href='javascript:void(0);' data-subjectid='1' data-topicid='14'>» Accounting - Others</a></li> <li><a href='javascript:void(0);' data-subjectid='1' data-topicid='15'>» Advanced Accounting</a></li> <li><a href='javascript:void(0);' data-subjectid='1' data-topicid='16'>» Auditing</a></li> <li><a href='javascript:void(0);' data-subjectid='1' data-topicid='17'>» Cost Accounting</a></li> <li><a href='javascript:void(0);' data-subjectid='1' data-topicid='18'>» Financial Accounting</a></li> <li><a href='javascript:void(0);' data-subjectid='1' data-topicid='19'>» Managerial Accounting</a></li> <li><a href='javascript:void(0);' data-subjectid='1' data-topicid='20'>» Payroll Accounting</a></li> <li><a href='javascript:void(0);' data-subjectid='1' data-topicid='142'>» Taxation</a></li> </ul> </div> <div role='tabpanel' class='tab-pane' id='computer-science'> <ul> <li><a href='javascript:void(0);' data-subjectid='2' data-topicid='21'>» Automata or Computationing</a></li> <li><a href='javascript:void(0);' data-subjectid='2' data-topicid='22'>» Computer Architecture</a></li> <li><a href='javascript:void(0);' data-subjectid='2' data-topicid='23'>» Computer Graphics and Multimedia Applications</a></li> <li><a href='javascript:void(0);' data-subjectid='2' data-topicid='24'>» Computer Network Security</a></li> <li><a href='javascript:void(0);' data-subjectid='2' data-topicid='25'>» Data Structures</a></li> <li><a href='javascript:void(0);' data-subjectid='2' data-topicid='26'>» Database Management System</a></li> <li><a href='javascript:void(0);' data-subjectid='2' data-topicid='27'>» Design and Analysis of Algorithms</a></li> <li><a href='javascript:void(0);' data-subjectid='2' data-topicid='28'>» Information Technology</a></li> <li><a href='javascript:void(0);' data-subjectid='2' data-topicid='29'>» Linux Environment</a></li> <li><a href='javascript:void(0);' data-subjectid='2' data-topicid='30'>» Networking</a></li> <li><a href='javascript:void(0);' data-subjectid='2' data-topicid='31'>» Operating System</a></li> <li><a href='javascript:void(0);' data-subjectid='2' data-topicid='32'>» Software Engineering</a></li> <li><a href='javascript:void(0);' data-subjectid='2' data-topicid='33'>» Big Data</a></li> <li><a href='javascript:void(0);' data-subjectid='2' data-topicid='34'>» Android</a></li> <li><a href='javascript:void(0);' data-subjectid='2' data-topicid='35'>» iOS</a></li> <li><a href='javascript:void(0);' data-subjectid='2' data-topicid='36'>» Matlab</a></li> </ul> </div> <div role='tabpanel' class='tab-pane' id='economics'> <ul> <li><a href='javascript:void(0);' data-subjectid='3' data-topicid='37'>» Economics - Others</a></li> <li><a href='javascript:void(0);' data-subjectid='3' data-topicid='38'>» International Economics</a></li> <li><a href='javascript:void(0);' data-subjectid='3' data-topicid='39'>» Macro Economics</a></li> <li><a href='javascript:void(0);' data-subjectid='3' data-topicid='40'>» Micro Economics</a></li> <li><a href='javascript:void(0);' data-subjectid='3' data-topicid='41'>» Game Theory</a></li> </ul> </div> <div role='tabpanel' class='tab-pane' id='engineering'> <ul> <li><a href='javascript:void(0);' data-subjectid='4' data-topicid='42'>» Chemical Engineering</a></li> <li><a href='javascript:void(0);' data-subjectid='4' data-topicid='43'>» Civil Engineering</a></li> <li><a href='javascript:void(0);' data-subjectid='4' data-topicid='44'>» Electrical Engineering</a></li> <li><a href='javascript:void(0);' data-subjectid='4' data-topicid='45'>» Mechanical Engineering</a></li> <li><a href='javascript:void(0);' data-subjectid='4' data-topicid='143'>» Electronics and communication Engineering</a></li> </ul> </div> <div role='tabpanel' class='tab-pane' id='finance'> <ul> <li><a href='javascript:void(0);' data-subjectid='5' data-topicid='46'>» Corporate Finance</a></li> <li><a href='javascript:void(0);' data-subjectid='5' data-topicid='47'>» International Financial Management</a></li> <li><a href='javascript:void(0);' data-subjectid='5' data-topicid='48'>» Investment</a></li> <li><a href='javascript:void(0);' data-subjectid='5' data-topicid='49'>» Risk Management</a></li> <li><a href='javascript:void(0);' data-subjectid='5' data-topicid='50'>» Personal Finance</a></li> <li><a href='javascript:void(0);' data-subjectid='5' data-topicid='51'>» Behavioral Finance</a></li> <li><a href='javascript:void(0);' data-subjectid='5' data-topicid='136'>» Finance - Others</a></li> </ul> </div> <div role='tabpanel' class='tab-pane' id='thesis'> <ul> <li><a href='javascript:void(0);' data-subjectid='6' data-topicid='93'>» Accounting Thesis</a></li> <li><a href='javascript:void(0);' data-subjectid='6' data-topicid='94'>» Economics Thesis</a></li> <li><a href='javascript:void(0);' data-subjectid='6' data-topicid='95'>» Finance Thesis</a></li> <li><a href='javascript:void(0);' data-subjectid='6' data-topicid='96'>» Management Thesis</a></li> <li><a href='javascript:void(0);' data-subjectid='6' data-topicid='97'>» Other Thesis Topics</a></li> </ul> </div> <div role='tabpanel' class='tab-pane' id='management'> <ul> <li><a href='javascript:void(0);' data-subjectid='7' data-topicid='52'>» Business Law</a></li> <li><a href='javascript:void(0);' data-subjectid='7' data-topicid='53'>» Human Resource Management</a></li> <li><a href='javascript:void(0);' data-subjectid='7' data-topicid='54'>» Management - Others</a></li> <li><a href='javascript:void(0);' data-subjectid='7' data-topicid='55'>» Managing Information Technology</a></li> <li><a href='javascript:void(0);' data-subjectid='7' data-topicid='56'>» Marketing Management</a></li> <li><a href='javascript:void(0);' data-subjectid='7' data-topicid='57'>» Strategic Management</a></li> <li><a href='javascript:void(0);' data-subjectid='7' data-topicid='58'>» Supply Chain Management / Operations Management</a></li> <li><a href='javascript:void(0);' data-subjectid='7' data-topicid='59'>» Hospitality Management</a></li> <li><a href='javascript:void(0);' data-subjectid='7' data-topicid='60'>» Business Ethics</a></li> <li><a href='javascript:void(0);' data-subjectid='7' data-topicid='61'>» International Business</a></li> <li><a href='javascript:void(0);' data-subjectid='7' data-topicid='62'>» Business Communications</a></li> <li><a href='javascript:void(0);' data-subjectid='7' data-topicid='124'>» Project Management</a></li> </ul> </div> <div role='tabpanel' class='tab-pane' id='science_math'> <ul> <li><a href='javascript:void(0);' data-subjectid='8' data-topicid='63'>» Advanced Mathematics</a></li> <li><a href='javascript:void(0);' data-subjectid='8' data-topicid='64'>» Biology</a></li> <li><a href='javascript:void(0);' data-subjectid='8' data-topicid='65'>» Chemistry</a></li> <li><a href='javascript:void(0);' data-subjectid='8' data-topicid='66'>» Earth Science</a></li> <li><a href='javascript:void(0);' data-subjectid='8' data-topicid='67'>» Maths</a></li> <li><a href='javascript:void(0);' data-subjectid='8' data-topicid='68'>» Physics</a></li> </ul> </div> <div role='tabpanel' class='tab-pane' id='statistics'> <ul> <li><a href='javascript:void(0);' data-subjectid='9' data-topicid='69'>» ANOVA</a></li> <li><a href='javascript:void(0);' data-subjectid='9' data-topicid='70'>» Applied Statistics</a></li> <li><a href='javascript:void(0);' data-subjectid='9' data-topicid='71'>» Basics of Statistics</a></li> <li><a href='javascript:void(0);' data-subjectid='9' data-topicid='72'>» Central Tendency</a></li> <li><a href='javascript:void(0);' data-subjectid='9' data-topicid='73'>» Descriptive Statistics</a></li> <li><a href='javascript:void(0);' data-subjectid='9' data-topicid='74'>» Hypothesis Testing</a></li> <li><a href='javascript:void(0);' data-subjectid='9' data-topicid='75'>» Operational Research</a></li> <li><a href='javascript:void(0);' data-subjectid='9' data-topicid='76'>» Regression</a></li> <li><a href='javascript:void(0);' data-subjectid='9' data-topicid='77'>» Sampling Theory</a></li> <li><a href='javascript:void(0);' data-subjectid='9' data-topicid='78'>» Statistics - Others</a></li> <li><a href='javascript:void(0);' data-subjectid='9' data-topicid='79'>» Stochastic processes</a></li> <li><a href='javascript:void(0);' data-subjectid='9' data-topicid='80'>» Time Series Analysis</a></li> </ul> </div> <div role='tabpanel' class='tab-pane' id='writing'> <ul> <li><a href='javascript:void(0);' data-subjectid='10' data-topicid='81'>» Academic writing</a></li> <li><a href='javascript:void(0);' data-subjectid='10' data-topicid='82'>» Admission Services</a></li> <li><a href='javascript:void(0);' data-subjectid='10' data-topicid='83'>» Capstone</a></li> <li><a href='javascript:void(0);' data-subjectid='10' data-topicid='84'>» Paper Writing</a></li> <li><a href='javascript:void(0);' data-subjectid='10' data-topicid='135'>» Spanish</a></li> </ul> </div> <div role='tabpanel' class='tab-pane' id='dissertations'> <ul> <li><a href='javascript:void(0);' data-subjectid='11' data-topicid='85'>» Accounting Dissertation</a></li> <li><a href='javascript:void(0);' data-subjectid='11' data-topicid='86'>» Economics Dissertation</a></li> <li><a href='javascript:void(0);' data-subjectid='11' data-topicid='87'>» Finance Dissertation</a></li> <li><a href='javascript:void(0);' data-subjectid='11' data-topicid='88'>» Human Resource Management Dissertation</a></li> <li><a href='javascript:void(0);' data-subjectid='11' data-topicid='89'>» Management Dissertation</a></li> <li><a href='javascript:void(0);' data-subjectid='11' data-topicid='90'>» Marketing Management Dissertation</a></li> <li><a href='javascript:void(0);' data-subjectid='11' data-topicid='91'>» Project Management Dissertation</a></li> <li><a href='javascript:void(0);' data-subjectid='11' data-topicid='92'>» Statistics Dissertation</a></li> </ul> </div> <div role='tabpanel' class='tab-pane' id='essays'> <ul> <li><a href='javascript:void(0);' data-subjectid='12' data-topicid='98'>» Narrative Essay</a></li> <li><a href='javascript:void(0);' data-subjectid='12' data-topicid='99'>» Scholarship Essay</a></li> <li><a href='javascript:void(0);' data-subjectid='12' data-topicid='100'>» Admission Essay</a></li> <li><a href='javascript:void(0);' data-subjectid='12' data-topicid='101'>» Persuasive Essay</a></li> <li><a href='javascript:void(0);' data-subjectid='12' data-topicid='102'>» Descriptive Essay</a></li> <li><a href='javascript:void(0);' data-subjectid='12' data-topicid='103'>» Expository Essay</a></li> <li><a href='javascript:void(0);' data-subjectid='12' data-topicid='104'>» accounting essay</a></li> <li><a href='javascript:void(0);' data-subjectid='12' data-topicid='105'>» finance essay</a></li> <li><a href='javascript:void(0);' data-subjectid='12' data-topicid='106'>» economics essay</a></li> <li><a href='javascript:void(0);' data-subjectid='12' data-topicid='107'>» leadership essay</a></li> <li><a href='javascript:void(0);' data-subjectid='12' data-topicid='108'>» statistics essay</a></li> <li><a href='javascript:void(0);' data-subjectid='12' data-topicid='109'>» College Essay</a></li> <li><a href='javascript:void(0);' data-subjectid='12' data-topicid='110'>» Other Essay Topics</a></li> </ul> </div> <div role='tabpanel' class='tab-pane' id='programming'> <ul> <li><a href='javascript:void(0);' data-subjectid='13' data-topicid='111'>» Java</a></li> <li><a href='javascript:void(0);' data-subjectid='13' data-topicid='112'>» Python</a></li> <li><a href='javascript:void(0);' data-subjectid='13' data-topicid='113'>» C/C++</a></li> <li><a href='javascript:void(0);' data-subjectid='13' data-topicid='114'>» HTML</a></li> <li><a href='javascript:void(0);' data-subjectid='13' data-topicid='115'>» Ruby</a></li> <li><a href='javascript:void(0);' data-subjectid='13' data-topicid='116'>» PHP</a></li> <li><a href='javascript:void(0);' data-subjectid='13' data-topicid='117'>» Javascript</a></li> <li><a href='javascript:void(0);' data-subjectid='13' data-topicid='118'>» R Programming</a></li> <li><a href='javascript:void(0);' data-subjectid='13' data-topicid='119'>» .NET/C#</a></li> <li><a href='javascript:void(0);' data-subjectid='13' data-topicid='120'>» Other Programming Language</a></li> </ul> </div> <div role='tabpanel' class='tab-pane' id='healthcare'> <ul> <li><a href='javascript:void(0);' data-subjectid='121' data-topicid='122'>» Nursing</a></li> <li><a href='javascript:void(0);' data-subjectid='121' data-topicid='123'>» Healthcare - Others</a></li> </ul> </div> <div role='tabpanel' class='tab-pane' id='law'> <ul> <li><a href='javascript:void(0);' data-subjectid='125' data-topicid='126'>» Tax Law</a></li> <li><a href='javascript:void(0);' data-subjectid='125' data-topicid='127'>» Intellectual Property Law</a></li> <li><a href='javascript:void(0);' data-subjectid='125' data-topicid='128'>» Family Law</a></li> <li><a href='javascript:void(0);' data-subjectid='125' data-topicid='129'>» Criminal Law</a></li> <li><a href='javascript:void(0);' data-subjectid='125' data-topicid='130'>» Constitutional Law</a></li> <li><a href='javascript:void(0);' data-subjectid='125' data-topicid='131'>» Civil Litigates</a></li> <li><a href='javascript:void(0);' data-subjectid='125' data-topicid='132'>» International Law</a></li> <li><a href='javascript:void(0);' data-subjectid='125' data-topicid='133'>» Labour/Employment Law</a></li> <li><a href='javascript:void(0);' data-subjectid='125' data-topicid='134'>» Other law</a></li> </ul> </div> <div role='tabpanel' class='tab-pane' id='humanities'> <ul> <li><a href='javascript:void(0);' data-subjectid='137' data-topicid='138'>» Sociology</a></li> <li><a href='javascript:void(0);' data-subjectid='137' data-topicid='139'>» Psychology</a></li> <li><a href='javascript:void(0);' data-subjectid='137' data-topicid='140'>» Foreign language</a></li> <li><a href='javascript:void(0);' data-subjectid='137' data-topicid='141'>» Proofreading</a></li> </ul> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> </section> <div id="pnlRegister" class="login-popup" style="display: none;"> <div class="modal" id="dvLoginRegister" data-keyboard="false" data-backdrop="static" tabindex="-1" role="dialog" aria-hidden="false" style="display: block;"> <div class="modal-backdrop fade in" style="height: 100%;"></div> <div class="modal-dialog"> <div class="modal-content login"> <button type="button" class="close" id="btnCloseLogin" data-dismiss="modal" aria-label="Close"><span aria-hidden="true">×</span></button> <div class="modal-body"> <div class="container"> <div class="col-xs-12"> <div class="wrapper" id="wrapper"> <div class="login-form" id="dvLoginRegisterContainer"> <div class="col-md-6"> <div id="pnlRegister"> <div id="register"> <div class="heading">Create an Account</div> <div class="form-group"><input name="ctl00$MainContent$LoginRegister$txtFisrtName" type="text" id="txtFisrtName" class="form-control name" data-parsley-required="true" data-parsley-pattern="^[A-Za-z\d\s]+$" data-parsley-pattern-message="Name should be alphanumeric." data-parsley-required-message="Please Enter your name." placeholder="Your Name" data-parsley-trigger="foucusout" /> </div> <div class="form-group"> <input name="ctl00$MainContent$LoginRegister$txtUserName" type="text" id="txtUserName" placeholder="Email Id" data-parsley-trigger="foucusout" data-parsley-type="email" class="form-control email-address" data-parsley-checkemailavailability="true" data-parsley-group="email" data-parsley-required-message="Please Enter your email id." data-parsley-required="true" data-parsley-checkemailavailability-message="Email is already registerd. Please login or choose another email id." /> </div> <div class="form-group"> <input name="ctl00$MainContent$LoginRegister$txtUserPassword" type="password" id="txtUserPassword" data-parsley-error-message="The password Should be at least 6 characters and can be a maximum of 15 characters." data-parsley-required="true" data-parsley-maxlength="15" data-parsley-minlength="6" class="form-control password" placeholder="Password" /> </div> <div class="form-group"> <input type="submit" name="ctl00$MainContent$LoginRegister$btnRegister" value="Sign Up" id="btnRegister" class="btn btn-success btn-block" data-gaq="true" data-category="Solved" data-label="149928" data-action="sign_up" /> <p class="frm-btm">Already registered? <a href="javascript:void(0)" id="login-link">Login</a> </p> </div> </div> </div> <div id="pnlLogin"> <div id="login" style="display: none"> <div class="heading">Log In to Your Account</div> <div class="form-group"> <input name="ctl00$MainContent$LoginRegister$txtEmailId" type="text" id="txtEmailId" data-parsley-error-message="Please Enter your email id." data-parsley-required="true" data-parsley-type="email" class="form-control email-address" placeholder="Email Id" /> </div> <div class="form-group"> <input name="ctl00$MainContent$LoginRegister$txtPassword" type="password" id="txtPassword" data-parsley-error-message="Please enter your password" data-parsley-required="true" data-parsley-maxlength="15" data-parsley-minlength="6" class="form-control password" placeholder="Password" /> </div> <div class="form-group"> <div class="forgotlink"> <a href="javascript:void(0)" id="forgotlink">Forgot Password</a> </div> <input type="submit" name="ctl00$MainContent$LoginRegister$btnLogin" value="Login" id="btnLogin" class="btn btn-success btn-block" data-gaq="true" data-category="Solved" data-label="149928" data-action="sign_in" /> <p class="frm-btm"> Not Account? <a href="javascript:void(0)" id="sign-link">Sign up</a> </p> </div> </div> </div> <div id="pnlForgotPassword"> <div id="dvForgotPassword" style="display: none"> <h2>Get Password?</h2> <p>Enter your email address to reset your password</p> <div class="form-group"> <input name="ctl00$MainContent$LoginRegister$txtResetPassowrdEmail" type="text" id="txtResetPassowrdEmail" data-parsley-error-message="Please Enter your email id." data-parsley-required="true" data-parsley-type="email" class="form-control email-address" placeholder="Email Id" /> </div> <div class="form-group"> <input type="submit" name="ctl00$MainContent$LoginRegister$btnForgotPassword" value="Reset Password" id="btnForgotPassword" class="btn btn-success btn-block" /> <p class="frm-btm">Back to Login? <a href="javascript:void(0)" id="lnkbackToLogin">Click here</a> </p> </div> </div> </div> </div> <div class="col-md-6"> <div class="login-benifits"> <div class="heading"> 96% of students say that they get better grades when they use TAE </div> <ul> <li>Millions of Homework Answers and Textbook Solutions</li> <li>If stuck, Ask Questions to Our Experts ANYTIME</li> <li>24X7 Support Available</li> </ul> </div> </div> <div class="clear"></div> <input type="hidden" name="ctl00$MainContent$LoginRegister$hdnCountryName" id="hdnCountryName" value="India" /> <input type="hidden" name="ctl00$MainContent$LoginRegister$hdnUserName" id="hdnUserName" /> <input type="hidden" name="ctl00$MainContent$LoginRegister$hdnIsLoginFailed" id="hdnIsLoginFailed" /> <input type="hidden" name="ctl00$MainContent$LoginRegister$hdnEntityId" id="hdnEntityId" /> <input type="hidden" name="ctl00$MainContent$LoginRegister$hdnNavigationUrl" id="hdnNavigationUrl" value="/myaccount/QuestionRequest.aspx?qid=149928" /> <div class="clear"></div> </div> </div> </div> </div> <!-- Login end --> </div> </div> </div> </div> </div> <footer> <div class="cont"> <div class="container"> <div class="row"> <div class="col-md-4 col-sm-6 col-xs-12"> <div class="ftr-logo"> <img src="../assets/images/logo.png" width="270" height="46" /> </div> <div class="ftr-mail"><a href="mailto:info@topassignmentexperts.com" rel="nofollow">info@topassignmentexperts.com</a></div> </div> <div class="col-md-8 col-sm-6 col-xs-12"> <div class="col-md-4 col-sm-6 col-xs-12"> <a href="/assignment-help/">» Assignment Help</a> <a href="/homework-help/">» Homework Help</a> <a href="/assignment-writing-services/">» Assignment writing services</a> <a href="/buy-assignment-online/">» Buy assignment online</a> <a href="/best-essay-writing-service/">» Best essay writing service</a> </div> <div class="col-md-4 col-sm-6 col-xs-12"> <a href="/do-my-assignment-for-me/">» Do my assignment for me</a> <a href="/write-my-essay-for-me/">» Write my essay for me</a> <a href="/best-dissertation-help/">» Best Dissertation Help</a> <a href="/dissertation-writing-help/">» Dissertation Writing Help</a> </div> <div class="col-md-4 col-sm-6 col-xs-12"> <a href="/about-us.aspx" rel="nofollow">» About TAE</a> <a href="/contact-us.aspx" rel="nofollow">» Contact Us</a> <a href="/privacy-policy.aspx" rel="nofollow">» Privacy Policy</a> <a href="/revision-refund-policy.aspx" rel="nofollow">» Revision Refund Policy</a> <a href="/terms-and-condition.aspx" rel="nofollow">» T&C </a> </div> </div> </div> </div> </div> <div class="copyright text-center"> <p>Disclaimer: The reference papers provided by TAE serve as model papers for students and are not to be submitted as it is. These papers are intended to be used for research and reference purposes only.</p> Copyright © 2024. All rights reserved. </div> </footer> <div id="pnlOnlineChatModule" ng-app="OnlineChatModule"> <div id="pnlOnlineChatController" ng-controller="VisitorChatController" ng-init="initOnlineChatController('https://api.unifolks.com/signalr','visitorChatHub','https://chat.unifolks.com/',3,'{"DomainId":3,"AssignmentId":0,"LastAssignmentId":0,"UserId":0,"ConnectionId":null,"UserAgent":null,"ChatUserType":1,"EmailId":"","FirstName":"","DisplayName":"","IsExpert":false,"IsStudent":false,"IsModerator":false,"AdminUserTypeId":0,"AdminUserType":0,"TimeZoneId":"UTC","Country":null,"UserSourceTypeId":0,"IsApprovedForInstantChat":false,"IsExpertEngaged":false,"UserSourceType":0,"UserSourceText":"Not Defined","ConnectionIds":[],"IsConnectedToInstantChat":false,"InstantChatSubjects":[],"ExpertApprovedSubject":[]}')" data-ChatHubUrl="https://api.unifolks.com/signalr" data-AzureChatHubUrl="https://chat.unifolks.com/" data-OnlineChatHub="visitorChatHub" data-DomainId="3" data-UserInfo="'{"DomainId":3,"AssignmentId":0,"LastAssignmentId":0,"UserId":0,"ConnectionId":null,"UserAgent":null,"ChatUserType":1,"EmailId":"","FirstName":"","DisplayName":"","IsExpert":false,"IsStudent":false,"IsModerator":false,"AdminUserTypeId":0,"AdminUserType":0,"TimeZoneId":"UTC","Country":null,"UserSourceTypeId":0,"IsApprovedForInstantChat":false,"IsExpertEngaged":false,"UserSourceType":0,"UserSourceText":"Not Defined","ConnectionIds":[],"IsConnectedToInstantChat":false,"InstantChatSubjects":[],"ExpertApprovedSubject":[]}'"> <div id="live-user-chat" style="display: none;"> <div class="live-user-chat-top" ng-click="OnChatHeadClick($event)"> <a href="javascript:void(0);" class="live-user-chat-close">x</a> <div class="live-user-chat-head"> <div class="live-user-chat-agent"><i class="fa fa-online" aria-hidden="true"></i> <ng-bind ng-bind="ChatSessionInfo.AdminDisplayName"></ng-bind></div> I am Online - Talk to me! <div class="live-user-chat-subhead" style="display: none">Please fill out the form below to start chatting with the next available agent.</div> </div> <div class="online-chat-person" style="display: none">Mehmet Mert</div> <span class="live-user-chat-message-counter" style="display: none">3</span> </div> <div class="live-user-chat-box" ng-show="ChatStepId>0"> <div class="dissabledbox" class="ng-hide" ng-show="!IsChatReady"></div> <div class="live-user-chat-order clearfix ng-hide" ng-show="ChatStepId==1"> <div class="live-user-chat-message clearfix"> <img src="/assets/images/avatar.png" alt="" width="32" height="32"> <div class="live-user-chat-message-content clearfix"> I am <b>Monica</b>. I am here to assist you. But please let me know whether you are here for a new order or an exising one. </div> </div> <div class="live-user-chat-button clearfix"> <input type="button" value="New Order" ng-click="OrderTypeChanged(1)" class="live-chat-order-new" /> <input type="button" value="Existing Order" ng-click="OrderTypeChanged(2)" class="live-chat-order-new" /> </div> </div> <div class="live-user-chat-history ng-hide" ng-show="ChatStepId==2" ng-scrollbars ng-scrollbars-update="updateChatConversationScrollbar" ng-scrollbars-config="chatScrollbarConfig"> <div class="live-user-chat-message clearfix" ng-repeat="item in ChatSessionInfo.ChatConversationList | orderBy: DateCreated:true" ng-class="{'user':item.SenderTypeId==1}"> <img src="/assets/images/avatar.png" alt="" width="32" height="32" ng-show="item.SenderTypeId==2"> <div class="live-user-chat-message-content clearfix"> <div class="live-user-chat-person" ng-show="item.SenderTypeId==2"> <ng-bind ng-bind="item.AdminDisplayName"></ng-bind> </div> <ng-bind-html ng-bind-html="item.ConversationText|trustAsHtml" ng-show="item.Conversation"></ng-bind-html> <ng-bind-html ng-bind-html="item.ConversationFiles |trustAsHtml"></ng-bind-html> <span class="live-user-chat-time"> <ng-bind ng-bind="item.DateCreated | utcToLocal:'hh.mm a'"></ng-bind> </span> </div> </div> </div> <div class="ng-hide" ng-show="IsAgentTyping"> <div class="messageBody clearfix"> <ng-bind ng-bind="AgentTypingMessage"></ng-bind> </div> </div> <div class="attached-file" style="display: none;" id="dvChatFileContainer"></div> <!-- end chat-history --> <div class="live-user-ask-questionng-hide" ng-show="ChatStepId==2"> <textarea rows="5" cols="10" ng-keyup="onChatKeyPress($event)" ng-model="ChatMessage" enter-submit="InsertChatConversation($event)" class="form-control" placeholder="Ask Your Question Here...:-)"></textarea> <div class="live-chat-msg-btn"> <input type="button" value="Submit" class="live-chat-send" ng-click="InsertChatConversation($event)" /> <div class="live-chat-attachcont"> <div id="btnChatDropzone" class="live-chat-attach"></div> <div class="dragnupload dz-clickable dz-message" id="chatDropzone" options="dzChatOptions" callbacks="dzChatCallbacks" methods="dzChatMethods" ng-dropzone></div> </div> </div> </div> </div> <!-- end chat --> </div> </div> </div> <script id="scrSiteHome" src="/assets/2.9.478/js/dist/cms-chatbox-template.js" ></script> <script src="https://chat.unifolks.com/js/signalr/dist/browser/signalr.js" ></script> <script src="/assets/2.9.478/js/src/public/pages/VisitorChat.js" ></script> <script src="/assets/js/src/public/pages/tfth.popuplogin.js" ></script> <script src="/assets/js/src/global/datetimepicker/jquery.datetimepicker.js" ></script> <script src="/assets/js/src/global/jquery.expander.js"></script> <script> window.EventCategory = 'Solved'; window.EventLabel = '149928'; window.NavigationUrl = '/myaccount/QuestionRequest.aspx?qid=149928'; $(function () { $(document).on("click", '[data-gaq="true"]', function () { var item = $(this), action = item.data("action"), category = item.data("category"), label = item.data("label"); gtag('event', action, { 'event_category': category, 'event_label': label }); }); $(document).on("click", '#hypNoOfAnswers', function () { gtag('event', 'answer_below', { 'event_category': window.EventCategory, 'event_label': window.EventLabel }); }); if (gtag) { gtag('event', 'page_load', { 'event_category': window.EventCategory, 'event_label': window.EventLabel }); } $('header').addClass("darkbg"); $('.country-top .dropdown-menu a').on('click', function () { $(this).parent().parent().prev().html($(this).html() + '<span class="caret"></span>'); }); $('div.desc').expander({ slicePoint: 500, expandText: "<br clear='all'>View more »", userCollapseText: "View less »", moreClass: "more-link", lessClass: "less-link", expandPrefix: "", expandSpeed: 0, collapseSpeed: 0, beforeExpand: function () { }, afterExpand: function () { var action = 'view_more'; gtag('event', action, { 'event_category': window.EventCategory, 'event_label': window.EventLabel }); }, onCollapse: function () { $("html, body").animate({ scrollTop: $("header").position().top }); } }); var dateToDisable = new Date(); dateToDisable.setFullYear(dateToDisable.getFullYear() + 2, dateToDisable.getMonth(), dateToDisable.getDate()); var btnDeadline = $('#btnDeadline'); var hdnQuestionDeadline = $('#hdnQuestionDeadline'); var btnRequestQuestion = $('#btnRequestQuestion'); btnDeadline.show(); btnRequestQuestion.hide(); btnDeadline.datetimepicker({ minDate: 0, format: 'd/m/Y H:i', yearStart: new Date().getFullYear(), yearEnd: new Date().getFullYear() + 2, maxDate: dateToDisable, step: 30, onChangeDateTime: function (currentTime, input, event) { if (!currentTime) { return false; } var selectedDateTime = new Date(); if (currentTime) { selectedDateTime = new Date(currentTime); } selectedDateTime.setSeconds(0); btnDeadline.datetimepicker({ value: selectedDateTime }); }, onClose: function (currentTime, input) { var selectedDateTime = new Date(); if (currentTime) { selectedDateTime = new Date(currentTime); } if (selectedDateTime.getMinutes() > 0) { selectedDateTime.setMinutes(selectedDateTime.getMinutes() + 30); } selectedDateTime.setMinutes(0); selectedDateTime.setSeconds(0); selectedDateTime.setMilliseconds(0); var localDateTime = new Date(); if (localDateTime.getMinutes() > 0) { localDateTime.setMinutes(localDateTime.getMinutes() + 30); } localDateTime.setMinutes(0); localDateTime.setSeconds(0); localDateTime.setMilliseconds(0); if (selectedDateTime <= localDateTime) { $('#spnNewDeadline').show(); btnRequestQuestion.hide(); hdnQuestionDeadline.val(''); } else { $('#spnNewDeadline').hide(); btnRequestQuestion.show(); hdnQuestionDeadline.val(btnDeadline.val()); } } }); btnDeadline.click(function (e) { btnDeadline.datetimepicker('show'); if (gtag) { gtag('event', 'main_cta', { 'event_category': window.EventCategory, 'event_label': window.EventLabel }); } e.preventDefault(); return false; }); if (hdnQuestionDeadline.val()) { btnDeadline.hide(); btnRequestQuestion.show(); btnRequestQuestion.on('click', function () { if (gtag) { gtag('event', 'main_cta', { 'event_category': window.EventCategory, 'event_label': window.EventLabel }); } }); } else { btnDeadline.show(); btnRequestQuestion.hide(); } var downloadSolutions = $('#hypGetSolution, #hypGetSolutionBottom, #hypGetSolutionSolved, #hypGetSolutionSolvedBottom'); downloadSolutions.on('click', function (e) { var requirelogin = $(this).data('requirelogin'); if (requirelogin) { e.preventDefault(); $('#pnlRegister').show(); } }); $('#btnCloseLogin').on('click', function (e) { $('#pnlRegister').hide(); }); var options = { Register: { registerContainer: '#register', txtUserName: '#txtUserName', txtUserPassword: '#txtUserPassword', txtName: '#txtFisrtName', hdnCountryName: '#hdnCountryName', hdnUserName: '#hdnUserName', btnRegister: '#btnRegister' }, Login: { loginContainer: '#login', txtEmailId: '#txtEmailId', txtPassword: '#txtPassword', forgotlink: '#forgotlink', btnLogin: '#btnLogin', dvForgotPassword: '#dvForgotPassword', btnForgotPassword: '#btnForgotPassword', }, hdnIsLoginFailed: '#hdnIsLoginFailed', navigationUrl: window.NavigationUrl }; $('#dvLoginRegisterContainer').loginregister(options); var isLoginFailed = $('#hdnIsLoginFailed').val(); if (isLoginFailed === 'true') { $('#pnlRegister').show(); } }); </script> <script> var IsSubjectEnabled = true, DefaultSubjectId = 0, IsDeadlineEnabled = false, DeadLineHours = 10, IsNoOfPageEnabled = true, NoOfPages = 0, IsReferenceEnabled = true,IsLevelEnabled = true, ReferenceId = 0,LevelId=0, IsNameEnabled = true,eventCategory='',eventAction='',eventLabel=''; $(function () { var options = { dvQuestionContainer: '#dvQuestionContainer', dvSubject: '#dvSubject', dvSubjectContaner: '#dvSubjectContaner', dvDeadLine: '#dvDeadLine', dvNoOfPages: '#dvNoOfPages', dvReferenceId: '#dvReferenceId', dvLevelId: '#dvLevelId ', txtSubject: '#txtSubject', txtDeadLine: '#txtDeadLine', ddlNoOfPages: '#ddlNoOfPages', hdnNoOfPages: '#hdnNoOfPages', btnPageDown: '#btnPageDown', btnPageUp: '#btnPageUp', ddlReferenceId: '#ddlReferenceId', ddlLevelId: '#ddlLevelId', txtName: '#txtName', txtDescription: '#txtDescription', btnSubmit: '#btnSubmit', hdnSubjectId: '#hdnSubjectId', hypAttachFiles: '#hypAttachFiles', settings: { IsSubjectEnabled: IsSubjectEnabled, DefaultSubjectId: DefaultSubjectId, IsDeadlineEnabled: IsDeadlineEnabled, DeadLineHours: DeadLineHours, IsNoOfPageEnabled: IsNoOfPageEnabled, NoOfPages: NoOfPages, IsReferenceEnabled: IsReferenceEnabled, ReferenceId: ReferenceId, IsLevelEnabled: IsLevelEnabled, LevelId: LevelId, IsNameEnabled: IsNameEnabled } }; $("header").addClass("active"); $('#dvQuestionContainer').questionbox(options); $('#ulTopNavTab li').removeClass('active'); $('#ulTopNavTab li:nth-child(2)').addClass('active'); var downloadsoln = $('.pdf-solution'); SolnDownload = function () { downloadsoln.offset().top - $(window).scrollTop() > $(window).height() ? $(".solnfixed").slideDown() : $(".solnfixed").slideUp() }; downloadsoln.is(":visible") && (SolnDownload(), $(window).scroll(function () { SolnDownload() })); }); $('[data-toggle="popover"]').popover({ container: 'body' }); </script> <script type="text/javascript"> $(function () { }); </script> <div class="aspNetHidden"> <input type="hidden" name="__VIEWSTATEGENERATOR" id="__VIEWSTATEGENERATOR" value="8A868A75" /> <input type="hidden" name="__EVENTVALIDATION" id="__EVENTVALIDATION" value="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" /> </div></form> </body> </html>