SlideShare a Scribd company logo
1 of 10
[removed]// $file
',
remove:'
Remove
'},
list: '#submitted-file-list',
onFileSelect: function(element, value,
master_element){
//
jQuery(".uploadDocBox").attr('tabindex','-1').focus();
jQuery('.uploadSave').focus();
var uploadedFile = value;
uploadedFile =
uploadedFile.split('.').pop().toLowerCase();
jQuery("#error-msg").hide();
//jQuery("newAttempt").val("");
/* if(uploadedFile != "docx" &&
uploadedFile != "pdf" && uploadedFile != "doc" &&
uploadedFile != "jpeg"
&& uploadedFile != "jpg" &&
uploadedFile != "gif" && uploadedFile != "png" &&
uploadedFile != "tif"
&& uploadedFile != "xls" &&
uploadedFile != "xlsx" && uploadedFile != "txt" &&
uploadedFile != "ppt"
&& uploadedFile != "pptx" &&
uploadedFile != "rtf" && uploadedFile != "mpp" &&
uploadedFile != "wp"
&& uploadedFile != "wpd" &&
uploadedFile != "wp7" && uploadedFile != "mpp" &&
uploadedFile != "htm"
&& uploadedFile != "html" &&
uploadedFile != "swf" && uploadedFile != "avi" &&
uploadedFile != "mp3"
&& uploadedFile != "mp4" &&
uploadedFile != "wmv" && uploadedFile != "3gp" &&
uploadedFile != "mpg"
&& uploadedFile != "mpeg" &&
uploadedFile != "vob" && uploadedFile != "rm" &&
uploadedFile != "mov"
&& uploadedFile != "flv" &&
uploadedFile != "asf" && uploadedFile != "asx" &&
uploadedFile != "3g2"
&& uploadedFile != "zip" &&
uploadedFile != "rar" && uploadedFile != "rp" )
{
jQuery("#error-
msg").html("Enter a value with a valid extension.");
jQuery("#error-msg").show();
return false;
}
else
{
return true;
} */
},
onFileAppend: function(element,
value, master_element){
jQuery(element).attr('tabindex',"-1");
}
});
/*jQuery("#upload").validate({
rules: {
attemptTitle: {
required : {
check: function(value) {
alert("here in
check "+value);
if(value) {
return true;
}
else {
return false;
}
},
messages: {
attemptTitle: "Enter Title before
saving attempt"
}
}}}}); */
jQuery('.uploadSave').click(function() {
submitValidation();
if((jQuery.trim(jQuery("#attemptTitle").val()).length)>0){
if(fileUploadValidation())
{
if(jQuery("#submitDirectlyToInstructor").val() == '0'){
jQuery("#submitted-file-list div
span.atchmnt").each(function(){
var fileName =
jQuery(this).html();
activityData.createUploadDownloadActivity("UploadFile",'cd0d
d9c2-0af7-4305-8d9a-f4bceb3f5672','f91d3697-fff6-4d21-ab72-
2eea5ea612af',fileName,new Date().getTime().toString());
});
activityData.createActivityData('NewAttempt',userID,assignmen
tId,'bf00456f-af4e-49be-b41f-d3e38653e9ec');
}
else{
activityData.createActivityData('AssignmentFinalSubmit','cd0d
d9c2-0af7-4305-8d9a-f4bceb3f5672','f91d3697-fff6-4d21-ab72-
2eea5ea612af','bf00456f-af4e-49be-b41f-d3e38653e9ec');
}
var iframe = jQuery('");
}
jQuery.post(actionUrl, {assignmentId: data[0],
assignmentSubmissionId: data[1]},
function(data){
if(data != null) {
reponse = eval("(" + data +
")");
if(reponse.status ==
'success' ) {
jQuery('.remover_button').html("");
var now = new Date();
var date =
months[now.getMonth()] + " " + now.getDate() + ", " +
now.getFullYear();
jQuery('#' + id).html("
" + date);
jQuery("#reassignBox").hide();
}
else {
alert("Unable to
submit");
return false;
}
}
else {
alert("Unable to process
your request");
return false;
}
});
disablePopup2();
}
jQuery(function() {
jQuery(".allAttempts").click(function() {
//Set Parent IFrame Height
updateParentIFrameHeight( true, 2000 );
});
jQuery('.allAttempts').toggle(function() {
jQuery(".divAllAttempts").slideDown("slow");
jQuery('.allAttempts').html("Hide All
Attempts");
}, function() {
jQuery(".divAllAttempts").slideUp("slow");
jQuery('.allAttempts').html("View All
Attempts");
});
/* jQuery('.actionSubmit').click(function() {
}); */
jQuery('.submitRequest').click(function() {
activityData.createActivityData('AssignmentTIISubmit','cd
0dd9c2-0af7-4305-8d9a-f4bceb3f5672','f91d3697-fff6-4d21-
ab72-2eea5ea612af','bf00456f-af4e-49be-b41f-d3e38653e9ec');
jQuery(this).parent('td').addClass('remover');
jQuery('.remover').html("");
//jQuery('.submitRequest').parent().html("");
jQuery.post("assignment.html;jsessionid=9E1675E24AEE
A8D621298338641CD088.tc1_node7070?operation=turnitinSub
mit&assessmentSubmissionId=" + jQuery(this).attr('rel'), null,
function(response) {
});
});
});
// ]]>
[removed]
Assignments
Unit4 - Individual Project
Due Date:
Jul 05, 2014
Max Points:
140
Details:
Using the feedback you received from your instructor and
colleagues over the last few weeks, you will now revise your
rough draft into your final research paper. As you revise, feel
free to continue to expand your paper by adding additional
supporting evidence and analysis where you see a need. Have
you incorporated the information related to technology,
corrections, and any theories or policies related to the issue you
are researching?
Your final draft must be no less than 4 pages, not including the
reference page. It must be longer and more refined than your
Unit 3 Individual Project. This paper must follow APA style
format, and include in-text citations and a reference page. Be
sure to proofread your final paper and run the spell and
grammar checkers before submitting.
Note:
You will be asked to prepare and present your research in Unit
5, so please read the
microphone instructions
and then conduct a live test of your microphone during either
the small group chat or office hour session this week. This
testing is not required, but the understanding is that you must be
prepared to present to the class using the microphone when it is
called for in Unit 5.
Please submit your assignment.
For assistance with your assignment, please use your text, Web
resources, and all course materials.
Unit Materials

More Related Content

Similar to [removed] $file, removeRemove}, list #su.docx

amsterdamjs - jQuery 1.5
amsterdamjs - jQuery 1.5amsterdamjs - jQuery 1.5
amsterdamjs - jQuery 1.5mennovanslooten
 
JavaScript Testing for Rubyists
JavaScript Testing for RubyistsJavaScript Testing for Rubyists
JavaScript Testing for RubyistsJamie Dyer
 
JavaScript APIs - The Web is the Platform - MDN Hack Day - Buenos Aires
JavaScript APIs - The Web is the Platform - MDN Hack Day - Buenos AiresJavaScript APIs - The Web is the Platform - MDN Hack Day - Buenos Aires
JavaScript APIs - The Web is the Platform - MDN Hack Day - Buenos AiresRobert Nyman
 
Taming that client side mess with Backbone.js
Taming that client side mess with Backbone.jsTaming that client side mess with Backbone.js
Taming that client side mess with Backbone.jsJarod Ferguson
 
HTML5 APIs - Where no man has gone before! - Altran
HTML5 APIs - Where no man has gone before! - AltranHTML5 APIs - Where no man has gone before! - Altran
HTML5 APIs - Where no man has gone before! - AltranRobert Nyman
 
jQuery: out with the old, in with the new
jQuery: out with the old, in with the newjQuery: out with the old, in with the new
jQuery: out with the old, in with the newRemy Sharp
 
Understanding backbonejs
Understanding backbonejsUnderstanding backbonejs
Understanding backbonejsNick Lee
 
Writing Maintainable JavaScript
Writing Maintainable JavaScriptWriting Maintainable JavaScript
Writing Maintainable JavaScriptAndrew Dupont
 
jQuery Data Manipulate API - A source code dissecting journey
jQuery Data Manipulate API - A source code dissecting journeyjQuery Data Manipulate API - A source code dissecting journey
jQuery Data Manipulate API - A source code dissecting journeyHuiyi Yan
 
JavaScript APIs - The Web is the Platform - .toster conference, Moscow
JavaScript APIs - The Web is the Platform - .toster conference, MoscowJavaScript APIs - The Web is the Platform - .toster conference, Moscow
JavaScript APIs - The Web is the Platform - .toster conference, MoscowRobert Nyman
 
Advanced jQuery
Advanced jQueryAdvanced jQuery
Advanced jQuerysergioafp
 
JavaScript APIs - The Web is the Platform - MDN Hack Day, Sao Paulo
JavaScript APIs - The Web is the Platform - MDN Hack Day, Sao PauloJavaScript APIs - The Web is the Platform - MDN Hack Day, Sao Paulo
JavaScript APIs - The Web is the Platform - MDN Hack Day, Sao PauloRobert Nyman
 
Jqeury ajax plugins
Jqeury ajax pluginsJqeury ajax plugins
Jqeury ajax pluginsInbal Geffen
 
Jqeury ajax plugins
Jqeury ajax pluginsJqeury ajax plugins
Jqeury ajax pluginsInbal Geffen
 
JavaScript APIs - The Web is the Platform - MDN Hack Day, Montevideo
JavaScript APIs - The Web is the Platform - MDN Hack Day, MontevideoJavaScript APIs - The Web is the Platform - MDN Hack Day, Montevideo
JavaScript APIs - The Web is the Platform - MDN Hack Day, MontevideoRobert Nyman
 
jQuery and Rails, Sitting in a Tree
jQuery and Rails, Sitting in a TreejQuery and Rails, Sitting in a Tree
jQuery and Rails, Sitting in a Treeadamlogic
 
JavaScript APIs - The Web is the Platform - MozCamp, Buenos Aires
JavaScript APIs - The Web is the Platform - MozCamp, Buenos AiresJavaScript APIs - The Web is the Platform - MozCamp, Buenos Aires
JavaScript APIs - The Web is the Platform - MozCamp, Buenos AiresRobert Nyman
 
JavaScript APIs - The Web is the Platform - MDN Hack Day, Santiago, Chile
JavaScript APIs - The Web is the Platform - MDN Hack Day, Santiago, ChileJavaScript APIs - The Web is the Platform - MDN Hack Day, Santiago, Chile
JavaScript APIs - The Web is the Platform - MDN Hack Day, Santiago, ChileRobert Nyman
 

Similar to [removed] $file, removeRemove}, list #su.docx (20)

amsterdamjs - jQuery 1.5
amsterdamjs - jQuery 1.5amsterdamjs - jQuery 1.5
amsterdamjs - jQuery 1.5
 
Clean Javascript
Clean JavascriptClean Javascript
Clean Javascript
 
JavaScript Testing for Rubyists
JavaScript Testing for RubyistsJavaScript Testing for Rubyists
JavaScript Testing for Rubyists
 
JavaScript APIs - The Web is the Platform - MDN Hack Day - Buenos Aires
JavaScript APIs - The Web is the Platform - MDN Hack Day - Buenos AiresJavaScript APIs - The Web is the Platform - MDN Hack Day - Buenos Aires
JavaScript APIs - The Web is the Platform - MDN Hack Day - Buenos Aires
 
Taming that client side mess with Backbone.js
Taming that client side mess with Backbone.jsTaming that client side mess with Backbone.js
Taming that client side mess with Backbone.js
 
HTML5 APIs - Where no man has gone before! - Altran
HTML5 APIs - Where no man has gone before! - AltranHTML5 APIs - Where no man has gone before! - Altran
HTML5 APIs - Where no man has gone before! - Altran
 
jQuery: out with the old, in with the new
jQuery: out with the old, in with the newjQuery: out with the old, in with the new
jQuery: out with the old, in with the new
 
Understanding backbonejs
Understanding backbonejsUnderstanding backbonejs
Understanding backbonejs
 
J queryui
J queryuiJ queryui
J queryui
 
Writing Maintainable JavaScript
Writing Maintainable JavaScriptWriting Maintainable JavaScript
Writing Maintainable JavaScript
 
jQuery Data Manipulate API - A source code dissecting journey
jQuery Data Manipulate API - A source code dissecting journeyjQuery Data Manipulate API - A source code dissecting journey
jQuery Data Manipulate API - A source code dissecting journey
 
JavaScript APIs - The Web is the Platform - .toster conference, Moscow
JavaScript APIs - The Web is the Platform - .toster conference, MoscowJavaScript APIs - The Web is the Platform - .toster conference, Moscow
JavaScript APIs - The Web is the Platform - .toster conference, Moscow
 
Advanced jQuery
Advanced jQueryAdvanced jQuery
Advanced jQuery
 
JavaScript APIs - The Web is the Platform - MDN Hack Day, Sao Paulo
JavaScript APIs - The Web is the Platform - MDN Hack Day, Sao PauloJavaScript APIs - The Web is the Platform - MDN Hack Day, Sao Paulo
JavaScript APIs - The Web is the Platform - MDN Hack Day, Sao Paulo
 
Jqeury ajax plugins
Jqeury ajax pluginsJqeury ajax plugins
Jqeury ajax plugins
 
Jqeury ajax plugins
Jqeury ajax pluginsJqeury ajax plugins
Jqeury ajax plugins
 
JavaScript APIs - The Web is the Platform - MDN Hack Day, Montevideo
JavaScript APIs - The Web is the Platform - MDN Hack Day, MontevideoJavaScript APIs - The Web is the Platform - MDN Hack Day, Montevideo
JavaScript APIs - The Web is the Platform - MDN Hack Day, Montevideo
 
jQuery and Rails, Sitting in a Tree
jQuery and Rails, Sitting in a TreejQuery and Rails, Sitting in a Tree
jQuery and Rails, Sitting in a Tree
 
JavaScript APIs - The Web is the Platform - MozCamp, Buenos Aires
JavaScript APIs - The Web is the Platform - MozCamp, Buenos AiresJavaScript APIs - The Web is the Platform - MozCamp, Buenos Aires
JavaScript APIs - The Web is the Platform - MozCamp, Buenos Aires
 
JavaScript APIs - The Web is the Platform - MDN Hack Day, Santiago, Chile
JavaScript APIs - The Web is the Platform - MDN Hack Day, Santiago, ChileJavaScript APIs - The Web is the Platform - MDN Hack Day, Santiago, Chile
JavaScript APIs - The Web is the Platform - MDN Hack Day, Santiago, Chile
 

More from gerardkortney

· Describe strategies to build rapport with inmates and offenders .docx
· Describe strategies to build rapport with inmates and offenders .docx· Describe strategies to build rapport with inmates and offenders .docx
· Describe strategies to build rapport with inmates and offenders .docxgerardkortney
 
· Debates continue regarding what constitutes an appropriate rol.docx
· Debates continue regarding what constitutes an appropriate rol.docx· Debates continue regarding what constitutes an appropriate rol.docx
· Debates continue regarding what constitutes an appropriate rol.docxgerardkortney
 
· Critical thinking paper ·  ·  · 1. A case study..docx
· Critical thinking paper ·  ·  · 1. A case study..docx· Critical thinking paper ·  ·  · 1. A case study..docx
· Critical thinking paper ·  ·  · 1. A case study..docxgerardkortney
 
· Create a Press Release for your event - refer to slide 24 in thi.docx
· Create a Press Release for your event - refer to slide 24 in thi.docx· Create a Press Release for your event - refer to slide 24 in thi.docx
· Create a Press Release for your event - refer to slide 24 in thi.docxgerardkortney
 
· Coronel & Morris Chapter 7, Problems 1, 2 and 3.docx
· Coronel & Morris Chapter 7, Problems 1, 2 and 3.docx· Coronel & Morris Chapter 7, Problems 1, 2 and 3.docx
· Coronel & Morris Chapter 7, Problems 1, 2 and 3.docxgerardkortney
 
· Complete the following problems from your textbook· Pages 378.docx
· Complete the following problems from your textbook· Pages 378.docx· Complete the following problems from your textbook· Pages 378.docx
· Complete the following problems from your textbook· Pages 378.docxgerardkortney
 
· Consider how different countries approach aging. As you consid.docx
· Consider how different countries approach aging. As you consid.docx· Consider how different countries approach aging. As you consid.docx
· Consider how different countries approach aging. As you consid.docxgerardkortney
 
· Clarifying some things on the Revolution I am going to say som.docx
· Clarifying some things on the Revolution I am going to say som.docx· Clarifying some things on the Revolution I am going to say som.docx
· Clarifying some things on the Revolution I am going to say som.docxgerardkortney
 
· Chapter 9 – Review the section on Establishing a Security Cultur.docx
· Chapter 9 – Review the section on Establishing a Security Cultur.docx· Chapter 9 – Review the section on Establishing a Security Cultur.docx
· Chapter 9 – Review the section on Establishing a Security Cultur.docxgerardkortney
 
· Chapter 10 The Early Elementary Grades 1-3The primary grades.docx
· Chapter 10 The Early Elementary Grades 1-3The primary grades.docx· Chapter 10 The Early Elementary Grades 1-3The primary grades.docx
· Chapter 10 The Early Elementary Grades 1-3The primary grades.docxgerardkortney
 
· Chapter 5, Formulating the Research Design”· Section 5.2, Ch.docx
· Chapter 5, Formulating the Research Design”· Section 5.2, Ch.docx· Chapter 5, Formulating the Research Design”· Section 5.2, Ch.docx
· Chapter 5, Formulating the Research Design”· Section 5.2, Ch.docxgerardkortney
 
· Chap 2 and 3· what barriers are there in terms of the inter.docx
· Chap 2 and  3· what barriers are there in terms of the inter.docx· Chap 2 and  3· what barriers are there in terms of the inter.docx
· Chap 2 and 3· what barriers are there in terms of the inter.docxgerardkortney
 
· Case Study 2 Improving E-Mail Marketing ResponseDue Week 8 an.docx
· Case Study 2 Improving E-Mail Marketing ResponseDue Week 8 an.docx· Case Study 2 Improving E-Mail Marketing ResponseDue Week 8 an.docx
· Case Study 2 Improving E-Mail Marketing ResponseDue Week 8 an.docxgerardkortney
 
· Briefly describe the technologies that are leading businesses in.docx
· Briefly describe the technologies that are leading businesses in.docx· Briefly describe the technologies that are leading businesses in.docx
· Briefly describe the technologies that are leading businesses in.docxgerardkortney
 
· Assignment List· My Personality Theory Paper (Week Four)My.docx
· Assignment List· My Personality Theory Paper (Week Four)My.docx· Assignment List· My Personality Theory Paper (Week Four)My.docx
· Assignment List· My Personality Theory Paper (Week Four)My.docxgerardkortney
 
· Assignment List· Week 7 - Philosophical EssayWeek 7 - Philos.docx
· Assignment List· Week 7 - Philosophical EssayWeek 7 - Philos.docx· Assignment List· Week 7 - Philosophical EssayWeek 7 - Philos.docx
· Assignment List· Week 7 - Philosophical EssayWeek 7 - Philos.docxgerardkortney
 
· Assignment 3 Creating a Compelling VisionLeaders today must be .docx
· Assignment 3 Creating a Compelling VisionLeaders today must be .docx· Assignment 3 Creating a Compelling VisionLeaders today must be .docx
· Assignment 3 Creating a Compelling VisionLeaders today must be .docxgerardkortney
 
· Assignment 4· Week 4 – Assignment Explain Theoretical Perspec.docx
· Assignment 4· Week 4 – Assignment Explain Theoretical Perspec.docx· Assignment 4· Week 4 – Assignment Explain Theoretical Perspec.docx
· Assignment 4· Week 4 – Assignment Explain Theoretical Perspec.docxgerardkortney
 
· Assignment 2 Leader ProfileMany argue that the single largest v.docx
· Assignment 2 Leader ProfileMany argue that the single largest v.docx· Assignment 2 Leader ProfileMany argue that the single largest v.docx
· Assignment 2 Leader ProfileMany argue that the single largest v.docxgerardkortney
 
· Assignment 1 Diversity Issues in Treating AddictionThe comple.docx
· Assignment 1 Diversity Issues in Treating AddictionThe comple.docx· Assignment 1 Diversity Issues in Treating AddictionThe comple.docx
· Assignment 1 Diversity Issues in Treating AddictionThe comple.docxgerardkortney
 

More from gerardkortney (20)

· Describe strategies to build rapport with inmates and offenders .docx
· Describe strategies to build rapport with inmates and offenders .docx· Describe strategies to build rapport with inmates and offenders .docx
· Describe strategies to build rapport with inmates and offenders .docx
 
· Debates continue regarding what constitutes an appropriate rol.docx
· Debates continue regarding what constitutes an appropriate rol.docx· Debates continue regarding what constitutes an appropriate rol.docx
· Debates continue regarding what constitutes an appropriate rol.docx
 
· Critical thinking paper ·  ·  · 1. A case study..docx
· Critical thinking paper ·  ·  · 1. A case study..docx· Critical thinking paper ·  ·  · 1. A case study..docx
· Critical thinking paper ·  ·  · 1. A case study..docx
 
· Create a Press Release for your event - refer to slide 24 in thi.docx
· Create a Press Release for your event - refer to slide 24 in thi.docx· Create a Press Release for your event - refer to slide 24 in thi.docx
· Create a Press Release for your event - refer to slide 24 in thi.docx
 
· Coronel & Morris Chapter 7, Problems 1, 2 and 3.docx
· Coronel & Morris Chapter 7, Problems 1, 2 and 3.docx· Coronel & Morris Chapter 7, Problems 1, 2 and 3.docx
· Coronel & Morris Chapter 7, Problems 1, 2 and 3.docx
 
· Complete the following problems from your textbook· Pages 378.docx
· Complete the following problems from your textbook· Pages 378.docx· Complete the following problems from your textbook· Pages 378.docx
· Complete the following problems from your textbook· Pages 378.docx
 
· Consider how different countries approach aging. As you consid.docx
· Consider how different countries approach aging. As you consid.docx· Consider how different countries approach aging. As you consid.docx
· Consider how different countries approach aging. As you consid.docx
 
· Clarifying some things on the Revolution I am going to say som.docx
· Clarifying some things on the Revolution I am going to say som.docx· Clarifying some things on the Revolution I am going to say som.docx
· Clarifying some things on the Revolution I am going to say som.docx
 
· Chapter 9 – Review the section on Establishing a Security Cultur.docx
· Chapter 9 – Review the section on Establishing a Security Cultur.docx· Chapter 9 – Review the section on Establishing a Security Cultur.docx
· Chapter 9 – Review the section on Establishing a Security Cultur.docx
 
· Chapter 10 The Early Elementary Grades 1-3The primary grades.docx
· Chapter 10 The Early Elementary Grades 1-3The primary grades.docx· Chapter 10 The Early Elementary Grades 1-3The primary grades.docx
· Chapter 10 The Early Elementary Grades 1-3The primary grades.docx
 
· Chapter 5, Formulating the Research Design”· Section 5.2, Ch.docx
· Chapter 5, Formulating the Research Design”· Section 5.2, Ch.docx· Chapter 5, Formulating the Research Design”· Section 5.2, Ch.docx
· Chapter 5, Formulating the Research Design”· Section 5.2, Ch.docx
 
· Chap 2 and 3· what barriers are there in terms of the inter.docx
· Chap 2 and  3· what barriers are there in terms of the inter.docx· Chap 2 and  3· what barriers are there in terms of the inter.docx
· Chap 2 and 3· what barriers are there in terms of the inter.docx
 
· Case Study 2 Improving E-Mail Marketing ResponseDue Week 8 an.docx
· Case Study 2 Improving E-Mail Marketing ResponseDue Week 8 an.docx· Case Study 2 Improving E-Mail Marketing ResponseDue Week 8 an.docx
· Case Study 2 Improving E-Mail Marketing ResponseDue Week 8 an.docx
 
· Briefly describe the technologies that are leading businesses in.docx
· Briefly describe the technologies that are leading businesses in.docx· Briefly describe the technologies that are leading businesses in.docx
· Briefly describe the technologies that are leading businesses in.docx
 
· Assignment List· My Personality Theory Paper (Week Four)My.docx
· Assignment List· My Personality Theory Paper (Week Four)My.docx· Assignment List· My Personality Theory Paper (Week Four)My.docx
· Assignment List· My Personality Theory Paper (Week Four)My.docx
 
· Assignment List· Week 7 - Philosophical EssayWeek 7 - Philos.docx
· Assignment List· Week 7 - Philosophical EssayWeek 7 - Philos.docx· Assignment List· Week 7 - Philosophical EssayWeek 7 - Philos.docx
· Assignment List· Week 7 - Philosophical EssayWeek 7 - Philos.docx
 
· Assignment 3 Creating a Compelling VisionLeaders today must be .docx
· Assignment 3 Creating a Compelling VisionLeaders today must be .docx· Assignment 3 Creating a Compelling VisionLeaders today must be .docx
· Assignment 3 Creating a Compelling VisionLeaders today must be .docx
 
· Assignment 4· Week 4 – Assignment Explain Theoretical Perspec.docx
· Assignment 4· Week 4 – Assignment Explain Theoretical Perspec.docx· Assignment 4· Week 4 – Assignment Explain Theoretical Perspec.docx
· Assignment 4· Week 4 – Assignment Explain Theoretical Perspec.docx
 
· Assignment 2 Leader ProfileMany argue that the single largest v.docx
· Assignment 2 Leader ProfileMany argue that the single largest v.docx· Assignment 2 Leader ProfileMany argue that the single largest v.docx
· Assignment 2 Leader ProfileMany argue that the single largest v.docx
 
· Assignment 1 Diversity Issues in Treating AddictionThe comple.docx
· Assignment 1 Diversity Issues in Treating AddictionThe comple.docx· Assignment 1 Diversity Issues in Treating AddictionThe comple.docx
· Assignment 1 Diversity Issues in Treating AddictionThe comple.docx
 

Recently uploaded

Q4-W6-Restating Informational Text Grade 3
Q4-W6-Restating Informational Text Grade 3Q4-W6-Restating Informational Text Grade 3
Q4-W6-Restating Informational Text Grade 3JemimahLaneBuaron
 
Sanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdfSanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdfsanyamsingh5019
 
Separation of Lanthanides/ Lanthanides and Actinides
Separation of Lanthanides/ Lanthanides and ActinidesSeparation of Lanthanides/ Lanthanides and Actinides
Separation of Lanthanides/ Lanthanides and ActinidesFatimaKhan178732
 
Activity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdfActivity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdfciinovamais
 
Contemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptx
Contemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptxContemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptx
Contemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptxRoyAbrique
 
The basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptxThe basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptxheathfieldcps1
 
Hybridoma Technology ( Production , Purification , and Application )
Hybridoma Technology  ( Production , Purification , and Application  ) Hybridoma Technology  ( Production , Purification , and Application  )
Hybridoma Technology ( Production , Purification , and Application ) Sakshi Ghasle
 
Arihant handbook biology for class 11 .pdf
Arihant handbook biology for class 11 .pdfArihant handbook biology for class 11 .pdf
Arihant handbook biology for class 11 .pdfchloefrazer622
 
Web & Social Media Analytics Previous Year Question Paper.pdf
Web & Social Media Analytics Previous Year Question Paper.pdfWeb & Social Media Analytics Previous Year Question Paper.pdf
Web & Social Media Analytics Previous Year Question Paper.pdfJayanti Pande
 
Beyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global ImpactBeyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global ImpactPECB
 
Grant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy ConsultingGrant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy ConsultingTechSoup
 
Organic Name Reactions for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions  for the students and aspirants of Chemistry12th.pptxOrganic Name Reactions  for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions for the students and aspirants of Chemistry12th.pptxVS Mahajan Coaching Centre
 
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdfssuser54595a
 
URLs and Routing in the Odoo 17 Website App
URLs and Routing in the Odoo 17 Website AppURLs and Routing in the Odoo 17 Website App
URLs and Routing in the Odoo 17 Website AppCeline George
 
Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111Sapana Sha
 
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...Krashi Coaching
 
The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13Steve Thomason
 

Recently uploaded (20)

Mattingly "AI & Prompt Design: The Basics of Prompt Design"
Mattingly "AI & Prompt Design: The Basics of Prompt Design"Mattingly "AI & Prompt Design: The Basics of Prompt Design"
Mattingly "AI & Prompt Design: The Basics of Prompt Design"
 
Q4-W6-Restating Informational Text Grade 3
Q4-W6-Restating Informational Text Grade 3Q4-W6-Restating Informational Text Grade 3
Q4-W6-Restating Informational Text Grade 3
 
Mattingly "AI & Prompt Design: Structured Data, Assistants, & RAG"
Mattingly "AI & Prompt Design: Structured Data, Assistants, & RAG"Mattingly "AI & Prompt Design: Structured Data, Assistants, & RAG"
Mattingly "AI & Prompt Design: Structured Data, Assistants, & RAG"
 
Sanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdfSanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdf
 
Separation of Lanthanides/ Lanthanides and Actinides
Separation of Lanthanides/ Lanthanides and ActinidesSeparation of Lanthanides/ Lanthanides and Actinides
Separation of Lanthanides/ Lanthanides and Actinides
 
Activity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdfActivity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdf
 
Código Creativo y Arte de Software | Unidad 1
Código Creativo y Arte de Software | Unidad 1Código Creativo y Arte de Software | Unidad 1
Código Creativo y Arte de Software | Unidad 1
 
Contemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptx
Contemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptxContemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptx
Contemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptx
 
The basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptxThe basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptx
 
Hybridoma Technology ( Production , Purification , and Application )
Hybridoma Technology  ( Production , Purification , and Application  ) Hybridoma Technology  ( Production , Purification , and Application  )
Hybridoma Technology ( Production , Purification , and Application )
 
Arihant handbook biology for class 11 .pdf
Arihant handbook biology for class 11 .pdfArihant handbook biology for class 11 .pdf
Arihant handbook biology for class 11 .pdf
 
Web & Social Media Analytics Previous Year Question Paper.pdf
Web & Social Media Analytics Previous Year Question Paper.pdfWeb & Social Media Analytics Previous Year Question Paper.pdf
Web & Social Media Analytics Previous Year Question Paper.pdf
 
Beyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global ImpactBeyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global Impact
 
Grant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy ConsultingGrant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy Consulting
 
Organic Name Reactions for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions  for the students and aspirants of Chemistry12th.pptxOrganic Name Reactions  for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions for the students and aspirants of Chemistry12th.pptx
 
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
 
URLs and Routing in the Odoo 17 Website App
URLs and Routing in the Odoo 17 Website AppURLs and Routing in the Odoo 17 Website App
URLs and Routing in the Odoo 17 Website App
 
Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111
 
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
 
The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13
 

[removed] $file, removeRemove}, list #su.docx

  • 1. [removed]// $file ', remove:' Remove '}, list: '#submitted-file-list', onFileSelect: function(element, value, master_element){ // jQuery(".uploadDocBox").attr('tabindex','-1').focus(); jQuery('.uploadSave').focus(); var uploadedFile = value; uploadedFile = uploadedFile.split('.').pop().toLowerCase(); jQuery("#error-msg").hide(); //jQuery("newAttempt").val(""); /* if(uploadedFile != "docx" && uploadedFile != "pdf" && uploadedFile != "doc" && uploadedFile != "jpeg" && uploadedFile != "jpg" && uploadedFile != "gif" && uploadedFile != "png" && uploadedFile != "tif" && uploadedFile != "xls" &&
  • 2. uploadedFile != "xlsx" && uploadedFile != "txt" && uploadedFile != "ppt" && uploadedFile != "pptx" && uploadedFile != "rtf" && uploadedFile != "mpp" && uploadedFile != "wp" && uploadedFile != "wpd" && uploadedFile != "wp7" && uploadedFile != "mpp" && uploadedFile != "htm" && uploadedFile != "html" && uploadedFile != "swf" && uploadedFile != "avi" && uploadedFile != "mp3" && uploadedFile != "mp4" && uploadedFile != "wmv" && uploadedFile != "3gp" && uploadedFile != "mpg" && uploadedFile != "mpeg" && uploadedFile != "vob" && uploadedFile != "rm" && uploadedFile != "mov" && uploadedFile != "flv" && uploadedFile != "asf" && uploadedFile != "asx" && uploadedFile != "3g2" && uploadedFile != "zip" && uploadedFile != "rar" && uploadedFile != "rp" ) { jQuery("#error- msg").html("Enter a value with a valid extension."); jQuery("#error-msg").show();
  • 3. return false; } else { return true; } */ }, onFileAppend: function(element, value, master_element){ jQuery(element).attr('tabindex',"-1"); } }); /*jQuery("#upload").validate({ rules: { attemptTitle: { required : { check: function(value) {
  • 4. alert("here in check "+value); if(value) { return true; } else { return false; } }, messages: { attemptTitle: "Enter Title before saving attempt" } }}}}); */ jQuery('.uploadSave').click(function() { submitValidation(); if((jQuery.trim(jQuery("#attemptTitle").val()).length)>0){
  • 5. if(fileUploadValidation()) { if(jQuery("#submitDirectlyToInstructor").val() == '0'){ jQuery("#submitted-file-list div span.atchmnt").each(function(){ var fileName = jQuery(this).html(); activityData.createUploadDownloadActivity("UploadFile",'cd0d d9c2-0af7-4305-8d9a-f4bceb3f5672','f91d3697-fff6-4d21-ab72- 2eea5ea612af',fileName,new Date().getTime().toString()); }); activityData.createActivityData('NewAttempt',userID,assignmen tId,'bf00456f-af4e-49be-b41f-d3e38653e9ec'); } else{ activityData.createActivityData('AssignmentFinalSubmit','cd0d d9c2-0af7-4305-8d9a-f4bceb3f5672','f91d3697-fff6-4d21-ab72- 2eea5ea612af','bf00456f-af4e-49be-b41f-d3e38653e9ec'); } var iframe = jQuery('"); }
  • 6. jQuery.post(actionUrl, {assignmentId: data[0], assignmentSubmissionId: data[1]}, function(data){ if(data != null) { reponse = eval("(" + data + ")"); if(reponse.status == 'success' ) { jQuery('.remover_button').html(""); var now = new Date(); var date = months[now.getMonth()] + " " + now.getDate() + ", " + now.getFullYear(); jQuery('#' + id).html(" " + date); jQuery("#reassignBox").hide(); } else {
  • 7. alert("Unable to submit"); return false; } } else { alert("Unable to process your request"); return false; } }); disablePopup2(); } jQuery(function() { jQuery(".allAttempts").click(function() { //Set Parent IFrame Height updateParentIFrameHeight( true, 2000 ); }); jQuery('.allAttempts').toggle(function() {
  • 8. jQuery(".divAllAttempts").slideDown("slow"); jQuery('.allAttempts').html("Hide All Attempts"); }, function() { jQuery(".divAllAttempts").slideUp("slow"); jQuery('.allAttempts').html("View All Attempts"); }); /* jQuery('.actionSubmit').click(function() { }); */ jQuery('.submitRequest').click(function() { activityData.createActivityData('AssignmentTIISubmit','cd 0dd9c2-0af7-4305-8d9a-f4bceb3f5672','f91d3697-fff6-4d21- ab72-2eea5ea612af','bf00456f-af4e-49be-b41f-d3e38653e9ec'); jQuery(this).parent('td').addClass('remover'); jQuery('.remover').html("");
  • 9. //jQuery('.submitRequest').parent().html(""); jQuery.post("assignment.html;jsessionid=9E1675E24AEE A8D621298338641CD088.tc1_node7070?operation=turnitinSub mit&assessmentSubmissionId=" + jQuery(this).attr('rel'), null, function(response) { }); }); }); // ]]> [removed] Assignments Unit4 - Individual Project Due Date: Jul 05, 2014 Max Points: 140 Details: Using the feedback you received from your instructor and colleagues over the last few weeks, you will now revise your rough draft into your final research paper. As you revise, feel free to continue to expand your paper by adding additional supporting evidence and analysis where you see a need. Have
  • 10. you incorporated the information related to technology, corrections, and any theories or policies related to the issue you are researching? Your final draft must be no less than 4 pages, not including the reference page. It must be longer and more refined than your Unit 3 Individual Project. This paper must follow APA style format, and include in-text citations and a reference page. Be sure to proofread your final paper and run the spell and grammar checkers before submitting. Note: You will be asked to prepare and present your research in Unit 5, so please read the microphone instructions and then conduct a live test of your microphone during either the small group chat or office hour session this week. This testing is not required, but the understanding is that you must be prepared to present to the class using the microphone when it is called for in Unit 5. Please submit your assignment. For assistance with your assignment, please use your text, Web resources, and all course materials. Unit Materials