SlideShare a Scribd company logo
1 of 28
Version:1.0 StartHTML:000000232 EndHTML:000065057
StartFragment:000056579 EndFragment:000064988
StartSelection:000056579 EndSelection:000064972
SourceURL:http://ezto.mheducation.com/hm.tpx?_=0.78625997
12668789_1512396415246 .video-js { width: 300px;
height: 150px; } .vjs-fluid { padding-top:
56.25% } Tax Return Project
$(document)
.ready(function(){
$('.french').palette({auto:true,language:'french'});
$('.frenchInstructor').palette({auto:false,language:'french'});
$('.german').palette({auto:true,language:'german'});
$('.germanInstructor').palette({auto:false,language:'german'});
$('.italiano').palette({auto:true,language:'italiano'});
$('.italianoInstructor').palette({auto:false,language:'italiano'});
$('.spanish').palette({auto:true,language:'spanish'});
$('.spanishInstructor').palette({auto:false,language:'spanish'});
}); function doHelp() { theWin= window.open(
'/EZTestOnline/Classware/Help/index.html', 'Help',
'toolbar=no,location=no,directories=no,status=no,scrollbars=yes
,resizable=yes,copyhistory=no,width=625,height=450,screenX=
20,screenY=20,left=20,top=20' ); theWin.focus(); } var
navControlsEnabled= false; var bgSave= false; // Notify
getcompletion call is required or not var completionRequired =
false; function doNext( nextID ) {
disableNavigationButton('http://lms.mheducation.com/mghmidd
leware/mheproducts/lmsCloseWindow.htm');
continueTest(nextID); } var abortCompletenessCheck= false;
function doJump( nextID ) {
disableNavigationButton('http://lms.mheducation.com/mghmidd
leware/mheproducts/lmsCloseWindow.htm'); return
continueTest(nextID); } function doSave( nextID ) { if
(!checkTinymceContent()) return false; bgSave= true;
backgroundSave(); try{ ex_allow_regather(); }catch
(err) {} } function backgroundSave() { if (!bgSave) return;
ex_startgather('backgroundSave', null); if(!ex_gather()) return;
if (!lsiGather('backgroundSave', '', false)) return;
document.questionForm.todo.value= 'showT';
document.questionForm.checkMyWork.value= '';
document.questionForm.target= 'bgframe';
document.questionForm.nextID.value= 'save';
document.questionForm.background.value= 'true'; var form =
$('form[name="questionForm"]'); var formAction = form.attr(
'action' ); $.ajax({ url: formAction, type: 'POST',
async: false, data: form.serialize(), error:
function(XMLHttpRequest, textStatus, errorThrown) {
alert('There was a problem in saving. Please try again,
later.'); }, success: function(data){ try{
var responseJson = $.parseJSON(data);
form.find('input[name="eaid"]').val(responseJson.eaid);
} catch(e){
$('body').replaceWith('Unable to authenticate request.
If you opened this assignment in another browser or tab, you
may continue with that instance of your assignment.
Or, click here to return to your assignment list.'); } }
}); } function eztoChatSave( chatFunction ) {
ex_startgather('eztoChatSave', chatFunction); if(!ex_gather())
return; if (!lsiGather('eztoChatSave', '', false)) return;
document.questionForm.todo.value= 'showT';
document.questionForm.checkMyWork.value= '';
document.questionForm.target= 'bgframe';
document.questionForm.nextID.value= 'save';
document.questionForm.background.value= 'true';
document.questionForm.submit(); if (chatFunction != '')
window.setTimeout( chatFunction, 750 ); } function
completeContinue( forceFlag ) { if (forceFlag)
document.questionForm.nextID.value= 'submit';
document.questionForm.todo.value= 'showT';
document.questionForm.checkMyWork.value= '';
document.questionForm.target= '';
document.questionForm.background.value= '';
document.questionForm.submit(); } function continueTest(
nextID ) { isValidNavigation = true; if
(!checkTinymceContent()) { enableNavigationButton();
return false; } if (!navControlsEnabled) {
enableNavigationButton();
window.setTimeout('navControlsEnabled= true;', 10000);
return; } document.body.style.cursor = 'wait';
ex_startgather('continueTest', nextID); if (!ex_gather()) {
enableNavigationButton(); return; }
document.questionForm.nextID.value= nextID; // add lone
sectionbreak jumpid to completion cookie to avoid displaying
incomplete question link. QC#3580 8/12/09 CSP if
(pageContainsLoneSectionBreak())
forcePageQuestionsCompleted(); completionRequired = true;
if (nextID == 'submit') { checkCompleteness('submit',
completeContinue); } else if (!abortCompletenessCheck)
checkCompleteness('', completeContinue); else
completeContinue(); } function updateElapsedTime(qid) {
$.ajax({ url:
'/hm.tpx?todo=saveElapsedTime&wid=13252706498588094&us
erID=18516336&activityID=2311099401&sectionID=84385152
&itemId='+qid+'&attemptNo=1', type: 'GET',
error: function(XMLHttpRequest, textStatus,
errorThrown){ alert('There is a problem while
updating elapsed time. Please try again, later.'); },
success: function(){ console.info('Elapsed Time
Updated'); } }); } function forceSubmission() {
bgSave= false; ex_startgather('forceSubmission', null);
if(!ex_gather()) return; var forceSubmission =
document.createElement('INPUT');
forceSubmission.setAttribute('type', 'hidden');
forceSubmission.setAttribute('name', 'forceSubmission');
forceSubmission.setAttribute('value',
'timedForcedSubmission');
document.questionForm.appendChild(forceSubmission);destro
yAllRecorder(); isValidNavigation = true;
document.body.style.cursor = 'wait';
document.questionForm.todo.value= 'showT';
document.questionForm.checkMyWork.value= '';
document.questionForm.target= '';
document.questionForm.nextID.value= 'submit';
document.questionForm.background.value= '';
document.questionForm.submit(); } function doExit( nextID )
{ isValidNavigation = true; if (!checkTinymceContent()) return
false; ex_startgather('doExit', nextID); if(!ex_gather()) return;
document.questionForm.nextID.value= nextID;
document.questionForm.todo.value= 'showT';
document.questionForm.exiting.value='true';
document.questionForm.target= '_top';
document.questionForm.background.value= '';
document.questionForm.submit(); } function doSubmit() {
continueTest('submit'); } var cwqid= null; function
doPregrade( qid ) { if (qid != '') {
ex_startgather('doPregrade', qid); if(!ex_gather()) return;
cwqid= qid; try { var cwcount= $('#Q_' +
cwqid + '_cw').val(); var cwlimit=
$('#p_checkwork_limit').val(); if (cwlimit != '') {
if (Number(cwcount) >= Number(cwlimit)) {
pregradeDenial(cwlimit); return; } } var
cwdeduct= '' + $('#p_deduct_checkwork').val(); if
(cwdeduct == 'undefined') cwdeduct= '0'; if (cwdeduct
== '') cwdeduct= '0'; if ((Number(cwcount) == 0) &&
((cwlimit != '') || (cwdeduct != '0'))) {
pregradeWarning(cwlimit, cwdeduct); return; }
cwcount= Number(cwcount) + 1; $('#Q_' + cwqid +
'_cw').val( String( Number(cwcount) ) ); bgSave= true;
window.setTimeout('pregradeSave();', 1000); } catch (err)
{}; var recorder= $('#cw_recorder').val(); if
(recorder.indexOf(cwqid) == -1) $('#cw_recorder').val( recorder
+ ',' + cwqid ); theWin= window.open( '', 'pregrade',
'toolbar=no,location=no,directories=no,status=no,scrollbars=yes
,resizable=yes,copyhistory=no,width=800,height=600,screenX=
30,screenY=30,left=30,top=30' ); theWin.focus();
window.setTimeout('ex_allow_regather();', 500);
document.questionForm.todo.value= 'checkMyWork';
document.questionForm.checkMyWork.value= cwqid;
document.questionForm.target= 'pregrade';
document.questionForm.submit(); } } function
completePregrade() {
$('#pregradeWarning').jqm().jqmHide(); var cwcount=
$('#Q_' + cwqid + '_cw').val(); cwcount= Number(cwcount)
+ 1; $('#Q_' + cwqid + '_cw').val( String( Number(cwcount) ) );
bgSave= true; window.setTimeout('pregradeSave();',
1000); var recorder= $('#cw_recorder').val(); if
(recorder.indexOf(cwqid) == -1) $('#cw_recorder').val( recorder
+ ',' + cwqid ); theWin= window.open( '', 'pregrade',
'toolbar=no,location=no,directories=no,status=no,scrollbars=yes
,resizable=yes,copyhistory=no,width=800,height=600,screenX=
30,screenY=30,left=30,top=30' ); theWin.focus();
window.setTimeout('ex_allow_regather();', 500);
document.questionForm.todo.value= 'checkMyWork';
document.questionForm.checkMyWork.value= cwqid;
document.questionForm.target= 'pregrade';
document.questionForm.submit(); } function
cancelPregrade() { window.setTimeout('ex_allow_regather();',
500); } function pregradeWarning( limit, deduction ) {
$('#pregradeWarningDeduction').html('');
$('#pregradeWarningLimit').html(''); if (deduction !=
'0') $('#pregradeWarningDeduction').html('Using check my
work on this question will reduce total score by: ' + deduction +
'%'); if (limit != '') { var lmsg= limit + ' times';
if (limit == '1') lmsg= 'once';
$('#pregradeWarningLimit').html('You may use check my
work: ' + lmsg + ' per question.'); }
$('#pregradeWarning').jqm().jqmShow(); } function
pregradeDenial( limit ) { $('#pregradeDenialLimit').html(limit);
$('#pregradeDenial').jqm().jqmShow(); } function
pregradeSave() { if (!bgSave) return;
document.questionForm.todo.value= 'showT';
document.questionForm.checkMyWork.value= '';
document.questionForm.target= 'bgframe';
document.questionForm.nextID.value= 'save';
document.questionForm.background.value= 'true'; var form =
$('form[name="questionForm"]'); var formAction = form.attr(
'action' ); $.ajax({ url: formAction, type: 'POST',
async: false, data: form.serialize(), error:
function(XMLHttpRequest, textStatus, errorThrown) {
alert('There was a problem in saving. Please try again,
later.'); }, success: function(data){ try{
var responseJson = $.parseJSON(data);
form.find('input[name="eaid"]').val(responseJson.eaid);
} catch(e){
$('body').replaceWith('Unable to authenticate request.
If you opened this assignment in another browser or tab, you
may continue with that instance of your assignment.
Or, click here to return to your assignment list.'); } }
}); } function doPrint() {
$(".rightSideBySide").each(function() {
$(this).css("border","0"); $(this).html('');
}); $(".leftSideBySide").each(function() {
$(this).removeClass("noScreen"); }); window.print(); }
function doPrintWindow( qid ) { if (qid != '') {
ex_startgather('doPrintWindow', qid); if(!ex_gather()) return;
theWin= window.open( '', 'printView',
'toolbar=no,location=no,directories=no,status=no,scrollbars=yes
,resizable=yes,copyhistory=no,width=800,height=600,screenX=
30,screenY=30,left=30,top=30' ); theWin.focus();
document.questionForm.todo.value= 'printview';
document.questionForm.checkMyWork.value= '';
document.questionForm.target= 'printView';
document.questionForm.submit(); } } function doTegrity() {
var deduction= $('#p_deduct_resources').val(); if ((deduction
!= '') && (deduction != '0')) { try { var
recorder= $('#res_recorder').val(); if
(recorder.indexOf('tegrity') == -1) { if
(!confirm("Using this resource will reduce your attempt's total
score by " + deduction + "%")) return; } } catch (e)
{} } incResRecorder('tegrity'); theWin= window.open(
'http://connect.mheducation.com/connect/openTegrity.do?caller
=EZTest&', 'lectures',
'toolbar=no,location=no,directories=no,status=no,scrollbars=yes
,resizable=yes,copyhistory=no,width=800,height=600,screenX=
40,screenY=40,left=40,top=40' ); theWin.focus(); } function
doPreview( nextID ) { theWin= window.open( '', 'overview',
'toolbar=no,location=no,directories=no,status=no,scrollbars=yes
,resizable=yes,copyhistory=no,width=800,height=600,screenX=
40,screenY=40,left=40,top=40' ); theWin.focus();
document.questionForm.checkMyWork.value= '';
document.questionForm.todo.value= 'studentPreview';
document.questionForm.target= 'overview';
document.questionForm.nextID.value= nextID;
document.questionForm.submit(); }
$(document).ready(function(){ navMenu('navbarSelect', '');
$('.lsiForm').each(function() { this.submit();
}); var suppressIntructions =
$.trim($('input[type=hidden][name=p_suppressinstructions]').va
l());var showDialog =
populataInstructionsDialog();if(showDialog){
if(suppressIntructions != 'yes'){
$('#instructionsDialog').jqm({onHide:contentVisible}).jqm
Show(); }else{ contentVisible(); }}else{
contentVisible();} mpPhasedInit(); }); var
instructionsModal; function showInstructions() {
$('#contentArea').addClass('content-area-invisible');
$('.lsiFrame').css('visibility','hidden'); var showDialog =
populataInstructionsDialog(); if(showDialog){
$('#instructionsDialog').jqm({onHide:contentVisible}).jqm
Show(); }else{ contentVisible(); } } function
showContent(e) { if (e == null) e = window.event;
e.returnValue = false; // for IE try {
e.preventDefault(); } catch (ex) {}; // for everyone else
$('#instructionsDialog').jqm().jqmHide();
$('#geniusDialog').jqm().jqmHide();
$('#contentArea').removeClass('content-area-invisible');
$('.lsiFrame').css('visibility',''); return false; } function
contentVisible(hash) {
$('#contentArea').removeClass('content-area-invisible');
$('.lsiFrame').css('display',''); if(hash){
hash.o.remove(); hash.w.hide(); } } var flashOK=
true; function flashCheck() { return(flashOK); } function
enableSubmit() { flashOK= true; } function disableSubmit()
{ flashOK= false; } function getFormData(fieldName) { if
(document.questionForm[fieldName])
return(document.questionForm[fieldName].value); return(''); }
function setFormData(fieldName, outPutValue) { if
(document.questionForm[fieldName])
document.questionForm[fieldName].value = outPutValue;
enableSubmit(); } // - End of JavaScript - --> var
Html5Recorder=Html5Recorder||{}; (function(){var
g_oLogger=null;var g_oRecorders=null;var
g_oLibToken=null;var g_sLibURL=null;var
g_oStateEnum=null;var g_nNumOfRecorders=0;var
g_dProgBarLenInPixles=90;var g_bRecMaxLenInSecs=120;var
g_audioContext;var g_isRecording=false;var g_player=null;var
g_context;var g_fnSendGAEvent=null;var
g_fnLoadJSScript=null;var g_fnGetSourceCode=null;var
g_fnIsCssLoaded=null;var g_fnGetBrowser=null;var
g_encoderMp3Worker=null;var g_channelLeft=null;var
g_LastTimeAudioProcess=null;this._OnRecTick=function(sRec
orderId){try{var currTime= new Date/1E3;var
one_second=1;if(currTime-
g_LastTimeAudioProcess>one_second){g_oRecorders[sRecorde
rId].StopVideo();g_context=null;g_oRecorders[sRecorderId].Re
cordVideo(false,null,null)}var
maxRecLen=g_oRecorders[sRecorderId].GetRecordLength();do
cument.getElementById("recProgress"+sRecorderId).recLen=pa
rseFloat(document.getElementById("recProgress"+sRecorderId)
.recLen+parseFloat(g_dProgBarLenInPixles/maxRecLen));docu
ment.getElementById("recProgress"+sRecorderId).style.width=
document.getElementById("recProgress"+
sRecorderId).recLen+"px";document.getElementById("recProgr
ess"+sRecorderId).setAttribute("aria-
valuenow",Math.min(100,parseFloat(document.getElementById(
"recProgress"+sRecorderId).recLen*maxRecLen/100)));if(docu
ment.getElementById("stopRecording"+sRecorderId).style.displ
ay=="inline-
block")setTimeout(function(){Html5Recorder._OnRecTick(sRec
orderId)},1E3)}catch(exc){g_oLogger.Error("Html5Recorder._
OnRecTick("+sRecorderId+"), Failed with error, Error =
"+(exc.message?exc.message:exc),this)}};this._OnPlaybackTick
=
function(sRecorderId){try{if(document.getElementById("stopPl
aying"+sRecorderId).style.display=="inline-block"){var
maxRecLen=g_oRecorders[sRecorderId].GetRecordLength();var
recLen=parseFloat(document.getElementById("recProgress"+sR
ecorderId).recLen/g_dProgBarLenInPixles*maxRecLen);docume
nt.getElementById("playProgress"+sRecorderId).recLen=parseF
loat(document.getElementById("playProgress"+sRecorderId).re
cLen+parseFloat(g_dProgBarLenInPixles/recLen));document.get
ElementById("playProgress"+sRecorderId).style.width=
document.getElementById("playProgress"+sRecorderId).recLen
+"px";document.getElementById("playProgress"+sRecorderId).s
etAttribute("aria-
valuenow",Math.min(100,parseFloat(document.getElementById(
"playProgress"+sRecorderId).recLen*recLen/100)));if(document
.getElementById("stopPlaying"+sRecorderId).style.display=="i
nline-
block")setTimeout(function(){Html5Recorder._OnPlaybackTick
(sRecorderId)},1E3)}}catch(exc){g_oLogger.Error("Html5Reco
rder._OnPlaybackTick("+sRecorderId+"), Failed with error,
Error = "+
(exc.message?exc.message:exc),this)}};this.Init=function(oLibT
oken,oLogger,oStateEnum,sLibURL,oRecorders,fnSendGAEven
t,fnLoadJSScript,fnGetSourceCode,fnIsCssLoaded,fnGetBrowse
r){g_oLogger=oLogger;g_oLibToken=oLibToken;g_oStateEnum
=oStateEnum;g_sLibURL=sLibURL;g_oRecorders=oRecorders;
g_fnSendGAEvent=fnSendGAEvent;g_fnLoadJSScript=fnLoadJ
SScript;g_fnGetSourceCode=fnGetSourceCode;g_fnIsCssLoade
d=fnIsCssLoaded;g_fnGetBrowser=fnGetBrowser;try{g_fnLoad
JSScript("Html5Template.js",g_sLibURL+"../Style/Html5Templ
ate.js"); g_fnLoadJSScript("https://sdk.amazonaws.com/js/aws-
sdk-2.2.5.min.js","https://sdk.amazonaws.com/js/aws-sdk-
2.2.5.min.js");var
mp3WorkerSourceCode=g_fnGetSourceCode(g_sLibURL+"../js
html5/enc/mp3/mp3Worker.js");var
libmp3lameSourceCode=g_fnGetSourceCode(g_sLibURL+"../js
html5/enc/mp3/libmp3lame.min.js");mp3WorkerSourceCode=m
p3WorkerSourceCode.replace("importScripts('libmp3lame.js');",
"");mp3WorkerSourceCode=libmp3lameSourceCode+"rn"+mp
3WorkerSourceCode;var oBuilder2=new
Blob([mp3WorkerSourceCode], {"type":"text/javascript"});var
obj_url2=window.URL.createObjectURL(oBuilder2);window.ad
dEventListener("beforeunload",function(event){for(var
sRecorderId in
g_oRecorders)if(g_oRecorders[sRecorderId]!=null&&(g_oRecor
ders[sRecorderId].isRecSaved!=null&&g_oRecorders[sRecorder
Id].isRecSaved==false))return event.returnValue="Your
recording was not saved and will be lost when you navigate
away from this page."});g_encoderMp3Worker=new
Worker(obj_url2);g_encoderMp3Worker.onmessage=function(e)
{var command= e.data.command;switch(command){case
"data":var buf=e.data.buf;break;case "mp3":var
buf=e.data.buf;g_oRecorders[e.data.recorderId].blobUrl=URL.c
reateObjectURL(buf);g_oRecorders[e.data.recorderId].blob=buf
;break}}}catch(exc){g_oLogger.Error("Html5Recorder.Init("+s
RecorderId+","+oLogger+"), Failed with error, Error =
"+(exc.message?exc.message:exc),this)}};this.CreateRecorder=f
unction(recParams,isReCall){try{if(g_encoderMp3Worker==nul
l)return
null;if(!IsObject(g_oLibToken)){g_oLogger.Error("Html5Recor
der.CreateRecorder(), Please initialize the MVS lib prior calling
to any of its functions.", this);return null}var
id=recParams.id;if(typeof isReCall=="undefined")for(var
sRecorderId in
g_oRecorders)if(sRecorderId==id+"_Recorder"&&g_oRecorders
[sRecorderId]!=null)return g_oRecorders[sRecorderId];var
requestHeaders=recParams.requestHeaders;var
requestBody=recParams.requestBody;var
callbackUrl=recParams.callbackUrl;var maxLength=typeof
recParams.maxLength=="undefined"?g_bRecMaxLenInSecs:par
seInt(recParams.maxLength);var recordMode=typeof
recParams.recordMode=="undefined"?"AUDIO":recParams.reco
rdMode; var width=typeof
recParams.width=="undefined"?545:parseInt(recParams.width);
var height=typeof
recParams.height=="undefined"?100:parseInt(recParams.height)
;var aspectRatio=typeof
recParams.aspectRatio=="undefined"?"4:3":recParams.aspectRa
tio;var layout=typeof
recParams.layout=="undefined"?"HORIZONTAL":recParams.la
yout;if(typeof
g_oRecorders[id+"_Recorder"]=="undefined"||g_oRecorders[id+
"_Recorder"]==null)g_oRecorders[id+"_Recorder"]=new
Recorder(id,recordMode,requestHeaders,requestBody,maxLengt
h,aspectRatio, callbackUrl,height,width,recParams);if(typeof
g_sHtml5RecorderTemplate=="undefined"){var
oThis=this;setTimeout(function(){oThis.CreateRecorder(recPara
ms,true)},500);return
g_oRecorders[id+"_Recorder"]}g_fnSendGAEvent("MVSRecor
der.CreateRecorder","maxLength:"+maxLength+";"+"recordMo
de:"+recordMode+";"+"aspectRatio:"+aspectRatio+";"+"height:
"+height+";"+"width:"+width);var
sHtml5Template=g_sHtml5RecorderTemplate;sHtml5Template=
sHtml5Template.replaceAll("[[id]]",id+"_Recorder");sHtml5Te
mplate=sHtml5Template.replaceAll("[[disabled]]",
"");if(layout=="VERTICAL"){sHtml5Template=sHtml5Templat
e.replaceAll("[[layoutWidth]]","140px");sHtml5Template=sHtm
l5Template.replaceAll("[[layoutHeight]]","80px");sHtml5Templ
ate=sHtml5Template.replaceAll("[[layoutBottomPosition]]","po
sition:relative;top:15px;")}else{sHtml5Template=sHtml5Templ
ate.replaceAll("[[layoutWidth]]","295px");sHtml5Template=sHt
ml5Template.replaceAll("[[layoutHeight]]","30px");sHtml5Tem
plate=sHtml5Template.replaceAll("[[layoutBottomPosition]]",""
)}DrawRecorder(id,sHtml5Template); var
sRecorderId=id+"_Recorder";setTimeout(function(){MVSRecor
der._UpdateRecorderState(sRecorderId,g_oStateEnum.ready)},5
00);return
g_oRecorders[sRecorderId]}catch(exc){g_oLogger.Error("Html
5Recorder.CreateRecorder("+recParams+"), Failed with error,
Error =
"+(exc.message?exc.message:exc),this)}};this.DeleteRecorder=f
unction(sRecorderId){MVSRecorder.DeleteRecorder(sRecorderI
d)};function
Recorder(id,mode,requestHeaders,requestBody,maxLength,aspe
ctRatio,callbackUrl,height,width,recParams){try{this.id=
id+"_Recorder";this.mode=mode;this.requestHeaders=requestHe
aders;this.requestBody=requestBody;this.recParamsJson=null;th
is.maxLength=Math.min(Number(maxLength),g_bRecMaxLenIn
Secs);this.aspectRatio=aspectRatio;this.callbackUrl=callbackUr
l;this.state=g_oStateEnum.initializing;this.height=height;this.wi
dth=width;this.recParams=recParams;this.isRecSaved=null;this.
fnOnStateChange=null;this.oMedia=null;this.recordTimer=null;
this.blobUrl=null;this.blob=null;this.savedVideoId=null}catch(e
xc){g_oLogger.Error("Recorder("+
id+","+mode+","+publicKey+","+requestHeaders+","+requestBo
dy+","+maxLength+","+aspectRatio+","+callbackUrl+","+heigh
t+","+width+","+recParams+"), Failed with error, Error =
"+(exc.message?exc.message:exc),this)}}function
DrawRecorder(id,sHtml5Template){try{if(IsObject(document.g
etElementById(id))){document.getElementById(id).innerHTML
=sHtml5Template;document.getElementById(id).className+="
MVSRecorder"}else{var
oSpan=document.createElement("span");oSpan.id=id;oSpan.inn
erHTML=sHtml5Template;oSpan.className=
"MVSRecorder";document.body.appendChild(oSpan)}if(!g_fnIs
CssLoaded("MediaPlayers.css")){var
oLinkMediaPlayers=document.createElement("link");oLinkMedi
aPlayers.rel="stylesheet";oLinkMediaPlayers.href=g_sLibURL+
"../Style/MediaPlayers.css";oLinkMediaPlayers.type="text/css";
document.getElementsByTagName("head")[0].appendChild(oLi
nkMediaPlayers);if(g_fnGetBrowser()=="IExplorer"){var
oMeta=document.createElement("meta");oMeta.httpEquiv="X-
UA-
Compatible";oMeta.content="IE=edge";document.getElementsB
yTagName("head")[0].insertBefore(oMeta,
document.getElementsByTagName("head")[0].children[0]);var
oDiv=document.createElement("div");oDiv.innerHTML="x3c!-
-[if IE]>
Lou is an attorney and owns his law firm, which is operating as
an S corporation. His W-2 information and Schedule K-1 from
his law firm are as follows:Â Â Wages (box
1)=$114,800.50Federal W/H (box 2)=$15,000.14Social security
wages (box 3)=$114,800.50Social security W/H (box
4)=$7,117.63Medicare wages (box 5)=$114,800.50Medicare
W/H (box 6)=$1,664.61Â
Schedule K-1 from the law offices of Lou Girardi - Attorney at
Law ID # 12-3456789 100% Owner Material participation:Line
1 Â Â = Â $22,582.00 (ordinary business income)
Line 11 =  $22,582.00 (§ 179 deduction)Â
Joann is a full-time lecturer at Arizona State University. Her
W-2 information from ASU is as follows:Â Wages (box
1)=$65,000.00Federal W/H (box 2)=$9,950.25Social security
wages (box 3)=$65,000.00Social security W/H (box
4)=$4,030.00Medicare wages (box 5)=$65,000.00Medicare W/H
(box 6)=$942.50
Â
 The following are other income and expenses they received
and incurred during the year:  Income  Dividend
(qualified)$666Interest 765Expenses  Real estate
taxes 7,836State sales tax 1,629Mortgage
interest 32,562Charitable contribution 2,598  Prepare the
Girardis’ federal tax return for 2016. Use Form 1040, and
Schedules A, B, and E. Assume that the Girardis do not qualify
for any credits (although they may). For any missing
information, make reasonable assumptions. The taxpayers had
qualifying health care coverage at all times during the tax year.
(Assume no AMT although it may apply; Form 6251 or the
AMT calculation is not required.)
(List the names of the taxpayers in the order in which
they appear in the problem. Do not round intermediate
computations. Input all the values as positive numbers.)
Â
Use the appropriate
Tax Tables
or
Tax Rate Schedules
.Version:1.0 StartHTML:000000232 EndHTML:000065057
StartFragment:000056579 EndFragment:000064988
StartSelection:000056579 EndSelection:000064972
SourceURL:http://ezto.mheducation.com/hm.tpx?_=0.78625997
12668789_1512396415246 .video-js { width: 300px;
height: 150px; } .vjs-fluid { padding-top:
56.25% } Tax Return Project
$(document)
.ready(function(){
$('.french').palette({auto:true,language:'french'});
$('.frenchInstructor').palette({auto:false,language:'french'});
$('.german').palette({auto:true,language:'german'});
$('.germanInstructor').palette({auto:false,language:'german'});
$('.italiano').palette({auto:true,language:'italiano'});
$('.italianoInstructor').palette({auto:false,language:'italiano'});
$('.spanish').palette({auto:true,language:'spanish'});
$('.spanishInstructor').palette({auto:false,language:'spanish'});
}); function doHelp() { theWin= window.open(
'/EZTestOnline/Classware/Help/index.html', 'Help',
'toolbar=no,location=no,directories=no,status=no,scrollbars=yes
,resizable=yes,copyhistory=no,width=625,height=450,screenX=
20,screenY=20,left=20,top=20' ); theWin.focus(); } var
navControlsEnabled= false; var bgSave= false; // Notify
getcompletion call is required or not var completionRequired =
false; function doNext( nextID ) {
disableNavigationButton('http://lms.mheducation.com/mghmidd
leware/mheproducts/lmsCloseWindow.htm');
continueTest(nextID); } var abortCompletenessCheck= false;
function doJump( nextID ) {
disableNavigationButton('http://lms.mheducation.com/mghmidd
leware/mheproducts/lmsCloseWindow.htm'); return
continueTest(nextID); } function doSave( nextID ) { if
(!checkTinymceContent()) return false; bgSave= true;
backgroundSave(); try{ ex_allow_regather(); }catch
(err) {} } function backgroundSave() { if (!bgSave) return;
ex_startgather('backgroundSave', null); if(!ex_gather()) return;
if (!lsiGather('backgroundSave', '', false)) return;
document.questionForm.todo.value= 'showT';
document.questionForm.checkMyWork.value= '';
document.questionForm.target= 'bgframe';
document.questionForm.nextID.value= 'save';
document.questionForm.background.value= 'true'; var form =
$('form[name="questionForm"]'); var formAction = form.attr(
'action' ); $.ajax({ url: formAction, type: 'POST',
async: false, data: form.serialize(), error:
function(XMLHttpRequest, textStatus, errorThrown) {
alert('There was a problem in saving. Please try again,
later.'); }, success: function(data){ try{
var responseJson = $.parseJSON(data);
form.find('input[name="eaid"]').val(responseJson.eaid);
} catch(e){
$('body').replaceWith('Unable to authenticate request.
If you opened this assignment in another browser or tab, you
may continue with that instance of your assignment.
Or, click here to return to your assignment list.'); } }
}); } function eztoChatSave( chatFunction ) {
ex_startgather('eztoChatSave', chatFunction); if(!ex_gather())
return; if (!lsiGather('eztoChatSave', '', false)) return;
document.questionForm.todo.value= 'showT';
document.questionForm.checkMyWork.value= '';
document.questionForm.target= 'bgframe';
document.questionForm.nextID.value= 'save';
document.questionForm.background.value= 'true';
document.questionForm.submit(); if (chatFunction != '')
window.setTimeout( chatFunction, 750 ); } function
completeContinue( forceFlag ) { if (forceFlag)
document.questionForm.nextID.value= 'submit';
document.questionForm.todo.value= 'showT';
document.questionForm.checkMyWork.value= '';
document.questionForm.target= '';
document.questionForm.background.value= '';
document.questionForm.submit(); } function continueTest(
nextID ) { isValidNavigation = true; if
(!checkTinymceContent()) { enableNavigationButton();
return false; } if (!navControlsEnabled) {
enableNavigationButton();
window.setTimeout('navControlsEnabled= true;', 10000);
return; } document.body.style.cursor = 'wait';
ex_startgather('continueTest', nextID); if (!ex_gather()) {
enableNavigationButton(); return; }
document.questionForm.nextID.value= nextID; // add lone
sectionbreak jumpid to completion cookie to avoid displaying
incomplete question link. QC#3580 8/12/09 CSP if
(pageContainsLoneSectionBreak())
forcePageQuestionsCompleted(); completionRequired = true;
if (nextID == 'submit') { checkCompleteness('submit',
completeContinue); } else if (!abortCompletenessCheck)
checkCompleteness('', completeContinue); else
completeContinue(); } function updateElapsedTime(qid) {
$.ajax({ url:
'/hm.tpx?todo=saveElapsedTime&wid=13252706498588094&us
erID=18516336&activityID=2311099401&sectionID=84385152
&itemId='+qid+'&attemptNo=1', type: 'GET',
error: function(XMLHttpRequest, textStatus,
errorThrown){ alert('There is a problem while
updating elapsed time. Please try again, later.'); },
success: function(){ console.info('Elapsed Time
Updated'); } }); } function forceSubmission() {
bgSave= false; ex_startgather('forceSubmission', null);
if(!ex_gather()) return; var forceSubmission =
document.createElement('INPUT');
forceSubmission.setAttribute('type', 'hidden');
forceSubmission.setAttribute('name', 'forceSubmission');
forceSubmission.setAttribute('value',
'timedForcedSubmission');
document.questionForm.appendChild(forceSubmission);destro
yAllRecorder(); isValidNavigation = true;
document.body.style.cursor = 'wait';
document.questionForm.todo.value= 'showT';
document.questionForm.checkMyWork.value= '';
document.questionForm.target= '';
document.questionForm.nextID.value= 'submit';
document.questionForm.background.value= '';
document.questionForm.submit(); } function doExit( nextID )
{ isValidNavigation = true; if (!checkTinymceContent()) return
false; ex_startgather('doExit', nextID); if(!ex_gather()) return;
document.questionForm.nextID.value= nextID;
document.questionForm.todo.value= 'showT';
document.questionForm.exiting.value='true';
document.questionForm.target= '_top';
document.questionForm.background.value= '';
document.questionForm.submit(); } function doSubmit() {
continueTest('submit'); } var cwqid= null; function
doPregrade( qid ) { if (qid != '') {
ex_startgather('doPregrade', qid); if(!ex_gather()) return;
cwqid= qid; try { var cwcount= $('#Q_' +
cwqid + '_cw').val(); var cwlimit=
$('#p_checkwork_limit').val(); if (cwlimit != '') {
if (Number(cwcount) >= Number(cwlimit)) {
pregradeDenial(cwlimit); return; } } var
cwdeduct= '' + $('#p_deduct_checkwork').val(); if
(cwdeduct == 'undefined') cwdeduct= '0'; if (cwdeduct
== '') cwdeduct= '0'; if ((Number(cwcount) == 0) &&
((cwlimit != '') || (cwdeduct != '0'))) {
pregradeWarning(cwlimit, cwdeduct); return; }
cwcount= Number(cwcount) + 1; $('#Q_' + cwqid +
'_cw').val( String( Number(cwcount) ) ); bgSave= true;
window.setTimeout('pregradeSave();', 1000); } catch (err)
{}; var recorder= $('#cw_recorder').val(); if
(recorder.indexOf(cwqid) == -1) $('#cw_recorder').val( recorder
+ ',' + cwqid ); theWin= window.open( '', 'pregrade',
'toolbar=no,location=no,directories=no,status=no,scrollbars=yes
,resizable=yes,copyhistory=no,width=800,height=600,screenX=
30,screenY=30,left=30,top=30' ); theWin.focus();
window.setTimeout('ex_allow_regather();', 500);
document.questionForm.todo.value= 'checkMyWork';
document.questionForm.checkMyWork.value= cwqid;
document.questionForm.target= 'pregrade';
document.questionForm.submit(); } } function
completePregrade() {
$('#pregradeWarning').jqm().jqmHide(); var cwcount=
$('#Q_' + cwqid + '_cw').val(); cwcount= Number(cwcount)
+ 1; $('#Q_' + cwqid + '_cw').val( String( Number(cwcount) ) );
bgSave= true; window.setTimeout('pregradeSave();',
1000); var recorder= $('#cw_recorder').val(); if
(recorder.indexOf(cwqid) == -1) $('#cw_recorder').val( recorder
+ ',' + cwqid ); theWin= window.open( '', 'pregrade',
'toolbar=no,location=no,directories=no,status=no,scrollbars=yes
,resizable=yes,copyhistory=no,width=800,height=600,screenX=
30,screenY=30,left=30,top=30' ); theWin.focus();
window.setTimeout('ex_allow_regather();', 500);
document.questionForm.todo.value= 'checkMyWork';
document.questionForm.checkMyWork.value= cwqid;
document.questionForm.target= 'pregrade';
document.questionForm.submit(); } function
cancelPregrade() { window.setTimeout('ex_allow_regather();',
500); } function pregradeWarning( limit, deduction ) {
$('#pregradeWarningDeduction').html('');
$('#pregradeWarningLimit').html(''); if (deduction !=
'0') $('#pregradeWarningDeduction').html('Using check my
work on this question will reduce total score by: ' + deduction +
'%'); if (limit != '') { var lmsg= limit + ' times';
if (limit == '1') lmsg= 'once';
$('#pregradeWarningLimit').html('You may use check my
work: ' + lmsg + ' per question.'); }
$('#pregradeWarning').jqm().jqmShow(); } function
pregradeDenial( limit ) { $('#pregradeDenialLimit').html(limit);
$('#pregradeDenial').jqm().jqmShow(); } function
pregradeSave() { if (!bgSave) return;
document.questionForm.todo.value= 'showT';
document.questionForm.checkMyWork.value= '';
document.questionForm.target= 'bgframe';
document.questionForm.nextID.value= 'save';
document.questionForm.background.value= 'true'; var form =
$('form[name="questionForm"]'); var formAction = form.attr(
'action' ); $.ajax({ url: formAction, type: 'POST',
async: false, data: form.serialize(), error:
function(XMLHttpRequest, textStatus, errorThrown) {
alert('There was a problem in saving. Please try again,
later.'); }, success: function(data){ try{
var responseJson = $.parseJSON(data);
form.find('input[name="eaid"]').val(responseJson.eaid);
} catch(e){
$('body').replaceWith('Unable to authenticate request.
If you opened this assignment in another browser or tab, you
may continue with that instance of your assignment.
Or, click here to return to your assignment list.'); } }
}); } function doPrint() {
$(".rightSideBySide").each(function() {
$(this).css("border","0"); $(this).html('');
}); $(".leftSideBySide").each(function() {
$(this).removeClass("noScreen"); }); window.print(); }
function doPrintWindow( qid ) { if (qid != '') {
ex_startgather('doPrintWindow', qid); if(!ex_gather()) return;
theWin= window.open( '', 'printView',
'toolbar=no,location=no,directories=no,status=no,scrollbars=yes
,resizable=yes,copyhistory=no,width=800,height=600,screenX=
30,screenY=30,left=30,top=30' ); theWin.focus();
document.questionForm.todo.value= 'printview';
document.questionForm.checkMyWork.value= '';
document.questionForm.target= 'printView';
document.questionForm.submit(); } } function doTegrity() {
var deduction= $('#p_deduct_resources').val(); if ((deduction
!= '') && (deduction != '0')) { try { var
recorder= $('#res_recorder').val(); if
(recorder.indexOf('tegrity') == -1) { if
(!confirm("Using this resource will reduce your attempt's total
score by " + deduction + "%")) return; } } catch (e)
{} } incResRecorder('tegrity'); theWin= window.open(
'http://connect.mheducation.com/connect/openTegrity.do?caller
=EZTest&', 'lectures',
'toolbar=no,location=no,directories=no,status=no,scrollbars=yes
,resizable=yes,copyhistory=no,width=800,height=600,screenX=
40,screenY=40,left=40,top=40' ); theWin.focus(); } function
doPreview( nextID ) { theWin= window.open( '', 'overview',
'toolbar=no,location=no,directories=no,status=no,scrollbars=yes
,resizable=yes,copyhistory=no,width=800,height=600,screenX=
40,screenY=40,left=40,top=40' ); theWin.focus();
document.questionForm.checkMyWork.value= '';
document.questionForm.todo.value= 'studentPreview';
document.questionForm.target= 'overview';
document.questionForm.nextID.value= nextID;
document.questionForm.submit(); }
$(document).ready(function(){ navMenu('navbarSelect', '');
$('.lsiForm').each(function() { this.submit();
}); var suppressIntructions =
$.trim($('input[type=hidden][name=p_suppressinstructions]').va
l());var showDialog =
populataInstructionsDialog();if(showDialog){
if(suppressIntructions != 'yes'){
$('#instructionsDialog').jqm({onHide:contentVisible}).jqm
Show(); }else{ contentVisible(); }}else{
contentVisible();} mpPhasedInit(); }); var
instructionsModal; function showInstructions() {
$('#contentArea').addClass('content-area-invisible');
$('.lsiFrame').css('visibility','hidden'); var showDialog =
populataInstructionsDialog(); if(showDialog){
$('#instructionsDialog').jqm({onHide:contentVisible}).jqm
Show(); }else{ contentVisible(); } } function
showContent(e) { if (e == null) e = window.event;
e.returnValue = false; // for IE try {
e.preventDefault(); } catch (ex) {}; // for everyone else
$('#instructionsDialog').jqm().jqmHide();
$('#geniusDialog').jqm().jqmHide();
$('#contentArea').removeClass('content-area-invisible');
$('.lsiFrame').css('visibility',''); return false; } function
contentVisible(hash) {
$('#contentArea').removeClass('content-area-invisible');
$('.lsiFrame').css('display',''); if(hash){
hash.o.remove(); hash.w.hide(); } } var flashOK=
true; function flashCheck() { return(flashOK); } function
enableSubmit() { flashOK= true; } function disableSubmit()
{ flashOK= false; } function getFormData(fieldName) { if
(document.questionForm[fieldName])
return(document.questionForm[fieldName].value); return(''); }
function setFormData(fieldName, outPutValue) { if
(document.questionForm[fieldName])
document.questionForm[fieldName].value = outPutValue;
enableSubmit(); } // - End of JavaScript - --> var
Html5Recorder=Html5Recorder||{}; (function(){var
g_oLogger=null;var g_oRecorders=null;var
g_oLibToken=null;var g_sLibURL=null;var
g_oStateEnum=null;var g_nNumOfRecorders=0;var
g_dProgBarLenInPixles=90;var g_bRecMaxLenInSecs=120;var
g_audioContext;var g_isRecording=false;var g_player=null;var
g_context;var g_fnSendGAEvent=null;var
g_fnLoadJSScript=null;var g_fnGetSourceCode=null;var
g_fnIsCssLoaded=null;var g_fnGetBrowser=null;var
g_encoderMp3Worker=null;var g_channelLeft=null;var
g_LastTimeAudioProcess=null;this._OnRecTick=function(sRec
orderId){try{var currTime= new Date/1E3;var
one_second=1;if(currTime-
g_LastTimeAudioProcess>one_second){g_oRecorders[sRecorde
rId].StopVideo();g_context=null;g_oRecorders[sRecorderId].Re
cordVideo(false,null,null)}var
maxRecLen=g_oRecorders[sRecorderId].GetRecordLength();do
cument.getElementById("recProgress"+sRecorderId).recLen=pa
rseFloat(document.getElementById("recProgress"+sRecorderId)
.recLen+parseFloat(g_dProgBarLenInPixles/maxRecLen));docu
ment.getElementById("recProgress"+sRecorderId).style.width=
document.getElementById("recProgress"+
sRecorderId).recLen+"px";document.getElementById("recProgr
ess"+sRecorderId).setAttribute("aria-
valuenow",Math.min(100,parseFloat(document.getElementById(
"recProgress"+sRecorderId).recLen*maxRecLen/100)));if(docu
ment.getElementById("stopRecording"+sRecorderId).style.displ
ay=="inline-
block")setTimeout(function(){Html5Recorder._OnRecTick(sRec
orderId)},1E3)}catch(exc){g_oLogger.Error("Html5Recorder._
OnRecTick("+sRecorderId+"), Failed with error, Error =
"+(exc.message?exc.message:exc),this)}};this._OnPlaybackTick
=
function(sRecorderId){try{if(document.getElementById("stopPl
aying"+sRecorderId).style.display=="inline-block"){var
maxRecLen=g_oRecorders[sRecorderId].GetRecordLength();var
recLen=parseFloat(document.getElementById("recProgress"+sR
ecorderId).recLen/g_dProgBarLenInPixles*maxRecLen);docume
nt.getElementById("playProgress"+sRecorderId).recLen=parseF
loat(document.getElementById("playProgress"+sRecorderId).re
cLen+parseFloat(g_dProgBarLenInPixles/recLen));document.get
ElementById("playProgress"+sRecorderId).style.width=
document.getElementById("playProgress"+sRecorderId).recLen
+"px";document.getElementById("playProgress"+sRecorderId).s
etAttribute("aria-
valuenow",Math.min(100,parseFloat(document.getElementById(
"playProgress"+sRecorderId).recLen*recLen/100)));if(document
.getElementById("stopPlaying"+sRecorderId).style.display=="i
nline-
block")setTimeout(function(){Html5Recorder._OnPlaybackTick
(sRecorderId)},1E3)}}catch(exc){g_oLogger.Error("Html5Reco
rder._OnPlaybackTick("+sRecorderId+"), Failed with error,
Error = "+
(exc.message?exc.message:exc),this)}};this.Init=function(oLibT
oken,oLogger,oStateEnum,sLibURL,oRecorders,fnSendGAEven
t,fnLoadJSScript,fnGetSourceCode,fnIsCssLoaded,fnGetBrowse
r){g_oLogger=oLogger;g_oLibToken=oLibToken;g_oStateEnum
=oStateEnum;g_sLibURL=sLibURL;g_oRecorders=oRecorders;
g_fnSendGAEvent=fnSendGAEvent;g_fnLoadJSScript=fnLoadJ
SScript;g_fnGetSourceCode=fnGetSourceCode;g_fnIsCssLoade
d=fnIsCssLoaded;g_fnGetBrowser=fnGetBrowser;try{g_fnLoad
JSScript("Html5Template.js",g_sLibURL+"../Style/Html5Templ
ate.js"); g_fnLoadJSScript("https://sdk.amazonaws.com/js/aws-
sdk-2.2.5.min.js","https://sdk.amazonaws.com/js/aws-sdk-
2.2.5.min.js");var
mp3WorkerSourceCode=g_fnGetSourceCode(g_sLibURL+"../js
html5/enc/mp3/mp3Worker.js");var
libmp3lameSourceCode=g_fnGetSourceCode(g_sLibURL+"../js
html5/enc/mp3/libmp3lame.min.js");mp3WorkerSourceCode=m
p3WorkerSourceCode.replace("importScripts('libmp3lame.js');",
"");mp3WorkerSourceCode=libmp3lameSourceCode+"rn"+mp
3WorkerSourceCode;var oBuilder2=new
Blob([mp3WorkerSourceCode], {"type":"text/javascript"});var
obj_url2=window.URL.createObjectURL(oBuilder2);window.ad
dEventListener("beforeunload",function(event){for(var
sRecorderId in
g_oRecorders)if(g_oRecorders[sRecorderId]!=null&&(g_oRecor
ders[sRecorderId].isRecSaved!=null&&g_oRecorders[sRecorder
Id].isRecSaved==false))return event.returnValue="Your
recording was not saved and will be lost when you navigate
away from this page."});g_encoderMp3Worker=new
Worker(obj_url2);g_encoderMp3Worker.onmessage=function(e)
{var command= e.data.command;switch(command){case
"data":var buf=e.data.buf;break;case "mp3":var
buf=e.data.buf;g_oRecorders[e.data.recorderId].blobUrl=URL.c
reateObjectURL(buf);g_oRecorders[e.data.recorderId].blob=buf
;break}}}catch(exc){g_oLogger.Error("Html5Recorder.Init("+s
RecorderId+","+oLogger+"), Failed with error, Error =
"+(exc.message?exc.message:exc),this)}};this.CreateRecorder=f
unction(recParams,isReCall){try{if(g_encoderMp3Worker==nul
l)return
null;if(!IsObject(g_oLibToken)){g_oLogger.Error("Html5Recor
der.CreateRecorder(), Please initialize the MVS lib prior calling
to any of its functions.", this);return null}var
id=recParams.id;if(typeof isReCall=="undefined")for(var
sRecorderId in
g_oRecorders)if(sRecorderId==id+"_Recorder"&&g_oRecorders
[sRecorderId]!=null)return g_oRecorders[sRecorderId];var
requestHeaders=recParams.requestHeaders;var
requestBody=recParams.requestBody;var
callbackUrl=recParams.callbackUrl;var maxLength=typeof
recParams.maxLength=="undefined"?g_bRecMaxLenInSecs:par
seInt(recParams.maxLength);var recordMode=typeof
recParams.recordMode=="undefined"?"AUDIO":recParams.reco
rdMode; var width=typeof
recParams.width=="undefined"?545:parseInt(recParams.width);
var height=typeof
recParams.height=="undefined"?100:parseInt(recParams.height)
;var aspectRatio=typeof
recParams.aspectRatio=="undefined"?"4:3":recParams.aspectRa
tio;var layout=typeof
recParams.layout=="undefined"?"HORIZONTAL":recParams.la
yout;if(typeof
g_oRecorders[id+"_Recorder"]=="undefined"||g_oRecorders[id+
"_Recorder"]==null)g_oRecorders[id+"_Recorder"]=new
Recorder(id,recordMode,requestHeaders,requestBody,maxLengt
h,aspectRatio, callbackUrl,height,width,recParams);if(typeof
g_sHtml5RecorderTemplate=="undefined"){var
oThis=this;setTimeout(function(){oThis.CreateRecorder(recPara
ms,true)},500);return
g_oRecorders[id+"_Recorder"]}g_fnSendGAEvent("MVSRecor
der.CreateRecorder","maxLength:"+maxLength+";"+"recordMo
de:"+recordMode+";"+"aspectRatio:"+aspectRatio+";"+"height:
"+height+";"+"width:"+width);var
sHtml5Template=g_sHtml5RecorderTemplate;sHtml5Template=
sHtml5Template.replaceAll("[[id]]",id+"_Recorder");sHtml5Te
mplate=sHtml5Template.replaceAll("[[disabled]]",
"");if(layout=="VERTICAL"){sHtml5Template=sHtml5Templat
e.replaceAll("[[layoutWidth]]","140px");sHtml5Template=sHtm
l5Template.replaceAll("[[layoutHeight]]","80px");sHtml5Templ
ate=sHtml5Template.replaceAll("[[layoutBottomPosition]]","po
sition:relative;top:15px;")}else{sHtml5Template=sHtml5Templ
ate.replaceAll("[[layoutWidth]]","295px");sHtml5Template=sHt
ml5Template.replaceAll("[[layoutHeight]]","30px");sHtml5Tem
plate=sHtml5Template.replaceAll("[[layoutBottomPosition]]",""
)}DrawRecorder(id,sHtml5Template); var
sRecorderId=id+"_Recorder";setTimeout(function(){MVSRecor
der._UpdateRecorderState(sRecorderId,g_oStateEnum.ready)},5
00);return
g_oRecorders[sRecorderId]}catch(exc){g_oLogger.Error("Html
5Recorder.CreateRecorder("+recParams+"), Failed with error,
Error =
"+(exc.message?exc.message:exc),this)}};this.DeleteRecorder=f
unction(sRecorderId){MVSRecorder.DeleteRecorder(sRecorderI
d)};function
Recorder(id,mode,requestHeaders,requestBody,maxLength,aspe
ctRatio,callbackUrl,height,width,recParams){try{this.id=
id+"_Recorder";this.mode=mode;this.requestHeaders=requestHe
aders;this.requestBody=requestBody;this.recParamsJson=null;th
is.maxLength=Math.min(Number(maxLength),g_bRecMaxLenIn
Secs);this.aspectRatio=aspectRatio;this.callbackUrl=callbackUr
l;this.state=g_oStateEnum.initializing;this.height=height;this.wi
dth=width;this.recParams=recParams;this.isRecSaved=null;this.
fnOnStateChange=null;this.oMedia=null;this.recordTimer=null;
this.blobUrl=null;this.blob=null;this.savedVideoId=null}catch(e
xc){g_oLogger.Error("Recorder("+
id+","+mode+","+publicKey+","+requestHeaders+","+requestBo
dy+","+maxLength+","+aspectRatio+","+callbackUrl+","+heigh
t+","+width+","+recParams+"), Failed with error, Error =
"+(exc.message?exc.message:exc),this)}}function
DrawRecorder(id,sHtml5Template){try{if(IsObject(document.g
etElementById(id))){document.getElementById(id).innerHTML
=sHtml5Template;document.getElementById(id).className+="
MVSRecorder"}else{var
oSpan=document.createElement("span");oSpan.id=id;oSpan.inn
erHTML=sHtml5Template;oSpan.className=
"MVSRecorder";document.body.appendChild(oSpan)}if(!g_fnIs
CssLoaded("MediaPlayers.css")){var
oLinkMediaPlayers=document.createElement("link");oLinkMedi
aPlayers.rel="stylesheet";oLinkMediaPlayers.href=g_sLibURL+
"../Style/MediaPlayers.css";oLinkMediaPlayers.type="text/css";
document.getElementsByTagName("head")[0].appendChild(oLi
nkMediaPlayers);if(g_fnGetBrowser()=="IExplorer"){var
oMeta=document.createElement("meta");oMeta.httpEquiv="X-
UA-
Compatible";oMeta.content="IE=edge";document.getElementsB
yTagName("head")[0].insertBefore(oMeta,
document.getElementsByTagName("head")[0].children[0]);var
oDiv=document.createElement("div");oDiv.innerHTML="x3c!-
-[if IE]>
Lou is an attorney and owns his law firm, which is operating as
an S corporation. His W-2 information and Schedule K-1 from
his law firm are as follows:Â Â Wages (box
1)=$114,800.50Federal W/H (box 2)=$15,000.14Social security
wages (box 3)=$114,800.50Social security W/H (box
4)=$7,117.63Medicare wages (box 5)=$114,800.50Medicare
W/H (box 6)=$1,664.61Â
Schedule K-1 from the law offices of Lou Girardi - Attorney at
Law ID # 12-3456789 100% Owner Material participation:Line
1 Â Â = Â $22,582.00 (ordinary business income)
Line 11 =  $22,582.00 (§ 179 deduction)Â
Joann is a full-time lecturer at Arizona State University. Her
W-2 information from ASU is as follows:Â Wages (box
1)=$65,000.00Federal W/H (box 2)=$9,950.25Social security
wages (box 3)=$65,000.00Social security W/H (box
4)=$4,030.00Medicare wages (box 5)=$65,000.00Medicare W/H
(box 6)=$942.50
Â
 The following are other income and expenses they received
and incurred during the year:  Income  Dividend
(qualified)$666Interest 765Expenses  Real estate
taxes 7,836State sales tax 1,629Mortgage
interest 32,562Charitable contribution 2,598  Prepare the
Girardis’ federal tax return for 2016. Use Form 1040, and
Schedules A, B, and E. Assume that the Girardis do not qualify
for any credits (although they may). For any missing
information, make reasonable assumptions. The taxpayers had
qualifying health care coverage at all times during the tax year.
(Assume no AMT although it may apply; Form 6251 or the
AMT calculation is not required.)
(List the names of the taxpayers in the order in which
they appear in the problem. Do not round intermediate
computations. Input all the values as positive numbers.)
Â
Use the appropriate
Tax Tables
or
Tax Rate Schedules
.

More Related Content

Similar to Version1.0 StartHTML000000232 EndHTML000065057 StartFragment0000.docx

Assignment7.pdf
Assignment7.pdfAssignment7.pdf
Assignment7.pdfdash41
 
Build Lightweight Web Module
Build Lightweight Web ModuleBuild Lightweight Web Module
Build Lightweight Web ModuleMorgan Cheng
 
node.js and the AR.Drone: building a real-time dashboard using socket.io
node.js and the AR.Drone: building a real-time dashboard using socket.ionode.js and the AR.Drone: building a real-time dashboard using socket.io
node.js and the AR.Drone: building a real-time dashboard using socket.ioSteven Beeckman
 
AWS IoTで家庭内IoTをやってみた【JAWS DAYS 2016】
AWS IoTで家庭内IoTをやってみた【JAWS DAYS 2016】AWS IoTで家庭内IoTをやってみた【JAWS DAYS 2016】
AWS IoTで家庭内IoTをやってみた【JAWS DAYS 2016】tsuchimon
 
Personas: Understanding the User Behind the Visit
Personas: Understanding the User Behind the VisitPersonas: Understanding the User Behind the Visit
Personas: Understanding the User Behind the VisitMichael King
 
Workshop 5: JavaScript testing
Workshop 5: JavaScript testingWorkshop 5: JavaScript testing
Workshop 5: JavaScript testingVisual Engineering
 
code for quiz in my sql
code for quiz  in my sql code for quiz  in my sql
code for quiz in my sql JOYITAKUNDU1
 
Expert JavaScript tricks of the masters
Expert JavaScript  tricks of the mastersExpert JavaScript  tricks of the masters
Expert JavaScript tricks of the mastersAra Pehlivanian
 
JavaScript Testing for Rubyists
JavaScript Testing for RubyistsJavaScript Testing for Rubyists
JavaScript Testing for RubyistsJamie Dyer
 
생산적인 개발을 위한 지속적인 테스트
생산적인 개발을 위한 지속적인 테스트생산적인 개발을 위한 지속적인 테스트
생산적인 개발을 위한 지속적인 테스트기룡 남
 
Is HTML5 Ready? (workshop)
Is HTML5 Ready? (workshop)Is HTML5 Ready? (workshop)
Is HTML5 Ready? (workshop)Remy Sharp
 
Is html5-ready-workshop-110727181512-phpapp02
Is html5-ready-workshop-110727181512-phpapp02Is html5-ready-workshop-110727181512-phpapp02
Is html5-ready-workshop-110727181512-phpapp02PL dream
 
Ten useful JavaScript tips & best practices
Ten useful JavaScript tips & best practicesTen useful JavaScript tips & best practices
Ten useful JavaScript tips & best practicesAnkit Rastogi
 
Pegomock, a mocking framework for Go
Pegomock, a mocking framework for GoPegomock, a mocking framework for Go
Pegomock, a mocking framework for GoPeter Goetz
 
Building @Anywhere (for TXJS)
Building @Anywhere (for TXJS)Building @Anywhere (for TXJS)
Building @Anywhere (for TXJS)danwrong
 

Similar to Version1.0 StartHTML000000232 EndHTML000065057 StartFragment0000.docx (20)

Assignment7.pdf
Assignment7.pdfAssignment7.pdf
Assignment7.pdf
 
Build Lightweight Web Module
Build Lightweight Web ModuleBuild Lightweight Web Module
Build Lightweight Web Module
 
node.js and the AR.Drone: building a real-time dashboard using socket.io
node.js and the AR.Drone: building a real-time dashboard using socket.ionode.js and the AR.Drone: building a real-time dashboard using socket.io
node.js and the AR.Drone: building a real-time dashboard using socket.io
 
Learning Svelte
Learning SvelteLearning Svelte
Learning Svelte
 
AWS IoTで家庭内IoTをやってみた【JAWS DAYS 2016】
AWS IoTで家庭内IoTをやってみた【JAWS DAYS 2016】AWS IoTで家庭内IoTをやってみた【JAWS DAYS 2016】
AWS IoTで家庭内IoTをやってみた【JAWS DAYS 2016】
 
A Test of Strength
A Test of StrengthA Test of Strength
A Test of Strength
 
Personas: Understanding the User Behind the Visit
Personas: Understanding the User Behind the VisitPersonas: Understanding the User Behind the Visit
Personas: Understanding the User Behind the Visit
 
Workshop 5: JavaScript testing
Workshop 5: JavaScript testingWorkshop 5: JavaScript testing
Workshop 5: JavaScript testing
 
code for quiz in my sql
code for quiz  in my sql code for quiz  in my sql
code for quiz in my sql
 
Books
BooksBooks
Books
 
Moustamera
MoustameraMoustamera
Moustamera
 
Expert JavaScript tricks of the masters
Expert JavaScript  tricks of the mastersExpert JavaScript  tricks of the masters
Expert JavaScript tricks of the masters
 
JavaScript Testing for Rubyists
JavaScript Testing for RubyistsJavaScript Testing for Rubyists
JavaScript Testing for Rubyists
 
생산적인 개발을 위한 지속적인 테스트
생산적인 개발을 위한 지속적인 테스트생산적인 개발을 위한 지속적인 테스트
생산적인 개발을 위한 지속적인 테스트
 
Is HTML5 Ready? (workshop)
Is HTML5 Ready? (workshop)Is HTML5 Ready? (workshop)
Is HTML5 Ready? (workshop)
 
Is html5-ready-workshop-110727181512-phpapp02
Is html5-ready-workshop-110727181512-phpapp02Is html5-ready-workshop-110727181512-phpapp02
Is html5-ready-workshop-110727181512-phpapp02
 
Ten useful JavaScript tips & best practices
Ten useful JavaScript tips & best practicesTen useful JavaScript tips & best practices
Ten useful JavaScript tips & best practices
 
Pegomock, a mocking framework for Go
Pegomock, a mocking framework for GoPegomock, a mocking framework for Go
Pegomock, a mocking framework for Go
 
Google Web Toolkit
Google Web ToolkitGoogle Web Toolkit
Google Web Toolkit
 
Building @Anywhere (for TXJS)
Building @Anywhere (for TXJS)Building @Anywhere (for TXJS)
Building @Anywhere (for TXJS)
 

More from tienboileau

MAT308Chapter 10 Test (75 Points)Show You Work!(1) The mean .docx
MAT308Chapter 10 Test (75 Points)Show You Work!(1) The mean .docxMAT308Chapter 10 Test (75 Points)Show You Work!(1) The mean .docx
MAT308Chapter 10 Test (75 Points)Show You Work!(1) The mean .docxtienboileau
 
Masters level forum Compare and contrast what President Woodrow .docx
Masters level forum Compare and contrast what President Woodrow .docxMasters level forum Compare and contrast what President Woodrow .docx
Masters level forum Compare and contrast what President Woodrow .docxtienboileau
 
Martin Wolf MARCH 24 2020 The coronavirus seeks only t.docx
Martin Wolf MARCH 24 2020 The coronavirus seeks only t.docxMartin Wolf MARCH 24 2020 The coronavirus seeks only t.docx
Martin Wolf MARCH 24 2020 The coronavirus seeks only t.docxtienboileau
 
Mass movementChoose oneA.  happens only when the slope .docx
Mass movementChoose oneA.  happens only when the slope .docxMass movementChoose oneA.  happens only when the slope .docx
Mass movementChoose oneA.  happens only when the slope .docxtienboileau
 
Marys one year old daughter is due to be given the Measles, Mum.docx
Marys one year old daughter is due to be given the Measles, Mum.docxMarys one year old daughter is due to be given the Measles, Mum.docx
Marys one year old daughter is due to be given the Measles, Mum.docxtienboileau
 
Masaccio, Trinity, Santa Maria Novella, Florence, 1426-27.docx
Masaccio, Trinity, Santa Maria Novella, Florence, 1426-27.docxMasaccio, Trinity, Santa Maria Novella, Florence, 1426-27.docx
Masaccio, Trinity, Santa Maria Novella, Florence, 1426-27.docxtienboileau
 
Matthew Shepard Was Killed Due To His Sexual Orientation. Defend, Ch.docx
Matthew Shepard Was Killed Due To His Sexual Orientation. Defend, Ch.docxMatthew Shepard Was Killed Due To His Sexual Orientation. Defend, Ch.docx
Matthew Shepard Was Killed Due To His Sexual Orientation. Defend, Ch.docxtienboileau
 
MBA 665 Final Project Milestone Three Guidelines and Rubric .docx
MBA 665 Final Project Milestone Three Guidelines and Rubric .docxMBA 665 Final Project Milestone Three Guidelines and Rubric .docx
MBA 665 Final Project Milestone Three Guidelines and Rubric .docxtienboileau
 
max 200 words due in 2 hoursSummarize the article by parap.docx
max 200 words due in 2 hoursSummarize the article by parap.docxmax 200 words due in 2 hoursSummarize the article by parap.docx
max 200 words due in 2 hoursSummarize the article by parap.docxtienboileau
 
MBA 599 – Strategic Management Case Project This capsto.docx
MBA 599 – Strategic Management Case Project  This capsto.docxMBA 599 – Strategic Management Case Project  This capsto.docx
MBA 599 – Strategic Management Case Project This capsto.docxtienboileau
 
MBA 640 Final Project Milestone Two Guidelines and Rubric .docx
MBA 640 Final Project Milestone Two Guidelines and Rubric  .docxMBA 640 Final Project Milestone Two Guidelines and Rubric  .docx
MBA 640 Final Project Milestone Two Guidelines and Rubric .docxtienboileau
 
Mary and Elmer’s fifth child, Melvin, was born 6 weeks prematurely a.docx
Mary and Elmer’s fifth child, Melvin, was born 6 weeks prematurely a.docxMary and Elmer’s fifth child, Melvin, was born 6 weeks prematurely a.docx
Mary and Elmer’s fifth child, Melvin, was born 6 weeks prematurely a.docxtienboileau
 
Maryland Technology Consultants is a fictitious company create.docx
Maryland Technology Consultants is a fictitious company create.docxMaryland Technology Consultants is a fictitious company create.docx
Maryland Technology Consultants is a fictitious company create.docxtienboileau
 
Martha Rogers’ Science of Unitary Human BeingsFOR THE THEORY CRI.docx
Martha Rogers’ Science of Unitary Human BeingsFOR THE THEORY CRI.docxMartha Rogers’ Science of Unitary Human BeingsFOR THE THEORY CRI.docx
Martha Rogers’ Science of Unitary Human BeingsFOR THE THEORY CRI.docxtienboileau
 
Materials for Your Works Cited PagesNOTE When you are writing.docx
Materials for Your Works Cited PagesNOTE When you are writing.docxMaterials for Your Works Cited PagesNOTE When you are writing.docx
Materials for Your Works Cited PagesNOTE When you are writing.docxtienboileau
 
MasubenPrivate equity firm can be very helpful for a company’s g.docx
MasubenPrivate equity firm can be very helpful for a company’s g.docxMasubenPrivate equity firm can be very helpful for a company’s g.docx
MasubenPrivate equity firm can be very helpful for a company’s g.docxtienboileau
 
MATH 114Discussion Board Forum 2 PromptPlease also pay close a.docx
MATH 114Discussion Board Forum 2 PromptPlease also pay close a.docxMATH 114Discussion Board Forum 2 PromptPlease also pay close a.docx
MATH 114Discussion Board Forum 2 PromptPlease also pay close a.docxtienboileau
 
MaterialsGeology.com (httpsgeology.comrocks) as .docx
MaterialsGeology.com (httpsgeology.comrocks) as .docxMaterialsGeology.com (httpsgeology.comrocks) as .docx
MaterialsGeology.com (httpsgeology.comrocks) as .docxtienboileau
 
Master75.18473.416-216.822-62.774-98.972229103.995-200225121Pref.docx
Master75.18473.416-216.822-62.774-98.972229103.995-200225121Pref.docxMaster75.18473.416-216.822-62.774-98.972229103.995-200225121Pref.docx
Master75.18473.416-216.822-62.774-98.972229103.995-200225121Pref.docxtienboileau
 
MAT 308 Test 1 Chapters 6 & 7(170 Total Points)Show All Work!.docx
MAT 308 Test 1 Chapters 6 & 7(170 Total Points)Show All Work!.docxMAT 308 Test 1 Chapters 6 & 7(170 Total Points)Show All Work!.docx
MAT 308 Test 1 Chapters 6 & 7(170 Total Points)Show All Work!.docxtienboileau
 

More from tienboileau (20)

MAT308Chapter 10 Test (75 Points)Show You Work!(1) The mean .docx
MAT308Chapter 10 Test (75 Points)Show You Work!(1) The mean .docxMAT308Chapter 10 Test (75 Points)Show You Work!(1) The mean .docx
MAT308Chapter 10 Test (75 Points)Show You Work!(1) The mean .docx
 
Masters level forum Compare and contrast what President Woodrow .docx
Masters level forum Compare and contrast what President Woodrow .docxMasters level forum Compare and contrast what President Woodrow .docx
Masters level forum Compare and contrast what President Woodrow .docx
 
Martin Wolf MARCH 24 2020 The coronavirus seeks only t.docx
Martin Wolf MARCH 24 2020 The coronavirus seeks only t.docxMartin Wolf MARCH 24 2020 The coronavirus seeks only t.docx
Martin Wolf MARCH 24 2020 The coronavirus seeks only t.docx
 
Mass movementChoose oneA.  happens only when the slope .docx
Mass movementChoose oneA.  happens only when the slope .docxMass movementChoose oneA.  happens only when the slope .docx
Mass movementChoose oneA.  happens only when the slope .docx
 
Marys one year old daughter is due to be given the Measles, Mum.docx
Marys one year old daughter is due to be given the Measles, Mum.docxMarys one year old daughter is due to be given the Measles, Mum.docx
Marys one year old daughter is due to be given the Measles, Mum.docx
 
Masaccio, Trinity, Santa Maria Novella, Florence, 1426-27.docx
Masaccio, Trinity, Santa Maria Novella, Florence, 1426-27.docxMasaccio, Trinity, Santa Maria Novella, Florence, 1426-27.docx
Masaccio, Trinity, Santa Maria Novella, Florence, 1426-27.docx
 
Matthew Shepard Was Killed Due To His Sexual Orientation. Defend, Ch.docx
Matthew Shepard Was Killed Due To His Sexual Orientation. Defend, Ch.docxMatthew Shepard Was Killed Due To His Sexual Orientation. Defend, Ch.docx
Matthew Shepard Was Killed Due To His Sexual Orientation. Defend, Ch.docx
 
MBA 665 Final Project Milestone Three Guidelines and Rubric .docx
MBA 665 Final Project Milestone Three Guidelines and Rubric .docxMBA 665 Final Project Milestone Three Guidelines and Rubric .docx
MBA 665 Final Project Milestone Three Guidelines and Rubric .docx
 
max 200 words due in 2 hoursSummarize the article by parap.docx
max 200 words due in 2 hoursSummarize the article by parap.docxmax 200 words due in 2 hoursSummarize the article by parap.docx
max 200 words due in 2 hoursSummarize the article by parap.docx
 
MBA 599 – Strategic Management Case Project This capsto.docx
MBA 599 – Strategic Management Case Project  This capsto.docxMBA 599 – Strategic Management Case Project  This capsto.docx
MBA 599 – Strategic Management Case Project This capsto.docx
 
MBA 640 Final Project Milestone Two Guidelines and Rubric .docx
MBA 640 Final Project Milestone Two Guidelines and Rubric  .docxMBA 640 Final Project Milestone Two Guidelines and Rubric  .docx
MBA 640 Final Project Milestone Two Guidelines and Rubric .docx
 
Mary and Elmer’s fifth child, Melvin, was born 6 weeks prematurely a.docx
Mary and Elmer’s fifth child, Melvin, was born 6 weeks prematurely a.docxMary and Elmer’s fifth child, Melvin, was born 6 weeks prematurely a.docx
Mary and Elmer’s fifth child, Melvin, was born 6 weeks prematurely a.docx
 
Maryland Technology Consultants is a fictitious company create.docx
Maryland Technology Consultants is a fictitious company create.docxMaryland Technology Consultants is a fictitious company create.docx
Maryland Technology Consultants is a fictitious company create.docx
 
Martha Rogers’ Science of Unitary Human BeingsFOR THE THEORY CRI.docx
Martha Rogers’ Science of Unitary Human BeingsFOR THE THEORY CRI.docxMartha Rogers’ Science of Unitary Human BeingsFOR THE THEORY CRI.docx
Martha Rogers’ Science of Unitary Human BeingsFOR THE THEORY CRI.docx
 
Materials for Your Works Cited PagesNOTE When you are writing.docx
Materials for Your Works Cited PagesNOTE When you are writing.docxMaterials for Your Works Cited PagesNOTE When you are writing.docx
Materials for Your Works Cited PagesNOTE When you are writing.docx
 
MasubenPrivate equity firm can be very helpful for a company’s g.docx
MasubenPrivate equity firm can be very helpful for a company’s g.docxMasubenPrivate equity firm can be very helpful for a company’s g.docx
MasubenPrivate equity firm can be very helpful for a company’s g.docx
 
MATH 114Discussion Board Forum 2 PromptPlease also pay close a.docx
MATH 114Discussion Board Forum 2 PromptPlease also pay close a.docxMATH 114Discussion Board Forum 2 PromptPlease also pay close a.docx
MATH 114Discussion Board Forum 2 PromptPlease also pay close a.docx
 
MaterialsGeology.com (httpsgeology.comrocks) as .docx
MaterialsGeology.com (httpsgeology.comrocks) as .docxMaterialsGeology.com (httpsgeology.comrocks) as .docx
MaterialsGeology.com (httpsgeology.comrocks) as .docx
 
Master75.18473.416-216.822-62.774-98.972229103.995-200225121Pref.docx
Master75.18473.416-216.822-62.774-98.972229103.995-200225121Pref.docxMaster75.18473.416-216.822-62.774-98.972229103.995-200225121Pref.docx
Master75.18473.416-216.822-62.774-98.972229103.995-200225121Pref.docx
 
MAT 308 Test 1 Chapters 6 & 7(170 Total Points)Show All Work!.docx
MAT 308 Test 1 Chapters 6 & 7(170 Total Points)Show All Work!.docxMAT 308 Test 1 Chapters 6 & 7(170 Total Points)Show All Work!.docx
MAT 308 Test 1 Chapters 6 & 7(170 Total Points)Show All Work!.docx
 

Recently uploaded

Hierarchy of management that covers different levels of management
Hierarchy of management that covers different levels of managementHierarchy of management that covers different levels of management
Hierarchy of management that covers different levels of managementmkooblal
 
Atmosphere science 7 quarter 4 .........
Atmosphere science 7 quarter 4 .........Atmosphere science 7 quarter 4 .........
Atmosphere science 7 quarter 4 .........LeaCamillePacle
 
AMERICAN LANGUAGE HUB_Level2_Student'sBook_Answerkey.pdf
AMERICAN LANGUAGE HUB_Level2_Student'sBook_Answerkey.pdfAMERICAN LANGUAGE HUB_Level2_Student'sBook_Answerkey.pdf
AMERICAN LANGUAGE HUB_Level2_Student'sBook_Answerkey.pdfphamnguyenenglishnb
 
What is Model Inheritance in Odoo 17 ERP
What is Model Inheritance in Odoo 17 ERPWhat is Model Inheritance in Odoo 17 ERP
What is Model Inheritance in Odoo 17 ERPCeline George
 
Grade 9 Q4-MELC1-Active and Passive Voice.pptx
Grade 9 Q4-MELC1-Active and Passive Voice.pptxGrade 9 Q4-MELC1-Active and Passive Voice.pptx
Grade 9 Q4-MELC1-Active and Passive Voice.pptxChelloAnnAsuncion2
 
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️9953056974 Low Rate Call Girls In Saket, Delhi NCR
 
Introduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptxIntroduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptxpboyjonauth
 
How to Configure Email Server in Odoo 17
How to Configure Email Server in Odoo 17How to Configure Email Server in Odoo 17
How to Configure Email Server in Odoo 17Celine George
 
Alper Gobel In Media Res Media Component
Alper Gobel In Media Res Media ComponentAlper Gobel In Media Res Media Component
Alper Gobel In Media Res Media ComponentInMediaRes1
 
HỌC TỐT TIẾNG ANH 11 THEO CHƯƠNG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIẾT - CẢ NĂ...
HỌC TỐT TIẾNG ANH 11 THEO CHƯƠNG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIẾT - CẢ NĂ...HỌC TỐT TIẾNG ANH 11 THEO CHƯƠNG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIẾT - CẢ NĂ...
HỌC TỐT TIẾNG ANH 11 THEO CHƯƠNG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIẾT - CẢ NĂ...Nguyen Thanh Tu Collection
 
AmericanHighSchoolsprezentacijaoskolama.
AmericanHighSchoolsprezentacijaoskolama.AmericanHighSchoolsprezentacijaoskolama.
AmericanHighSchoolsprezentacijaoskolama.arsicmarija21
 
Computed Fields and api Depends in the Odoo 17
Computed Fields and api Depends in the Odoo 17Computed Fields and api Depends in the Odoo 17
Computed Fields and api Depends in the Odoo 17Celine George
 
Types of Journalistic Writing Grade 8.pptx
Types of Journalistic Writing Grade 8.pptxTypes of Journalistic Writing Grade 8.pptx
Types of Journalistic Writing Grade 8.pptxEyham Joco
 
Introduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher EducationIntroduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher Educationpboyjonauth
 
Proudly South Africa powerpoint Thorisha.pptx
Proudly South Africa powerpoint Thorisha.pptxProudly South Africa powerpoint Thorisha.pptx
Proudly South Africa powerpoint Thorisha.pptxthorishapillay1
 
Like-prefer-love -hate+verb+ing & silent letters & citizenship text.pdf
Like-prefer-love -hate+verb+ing & silent letters & citizenship text.pdfLike-prefer-love -hate+verb+ing & silent letters & citizenship text.pdf
Like-prefer-love -hate+verb+ing & silent letters & citizenship text.pdfMr Bounab Samir
 
Framing an Appropriate Research Question 6b9b26d93da94caf993c038d9efcdedb.pdf
Framing an Appropriate Research Question 6b9b26d93da94caf993c038d9efcdedb.pdfFraming an Appropriate Research Question 6b9b26d93da94caf993c038d9efcdedb.pdf
Framing an Appropriate Research Question 6b9b26d93da94caf993c038d9efcdedb.pdfUjwalaBharambe
 

Recently uploaded (20)

Hierarchy of management that covers different levels of management
Hierarchy of management that covers different levels of managementHierarchy of management that covers different levels of management
Hierarchy of management that covers different levels of management
 
Raw materials used in Herbal Cosmetics.pptx
Raw materials used in Herbal Cosmetics.pptxRaw materials used in Herbal Cosmetics.pptx
Raw materials used in Herbal Cosmetics.pptx
 
Atmosphere science 7 quarter 4 .........
Atmosphere science 7 quarter 4 .........Atmosphere science 7 quarter 4 .........
Atmosphere science 7 quarter 4 .........
 
AMERICAN LANGUAGE HUB_Level2_Student'sBook_Answerkey.pdf
AMERICAN LANGUAGE HUB_Level2_Student'sBook_Answerkey.pdfAMERICAN LANGUAGE HUB_Level2_Student'sBook_Answerkey.pdf
AMERICAN LANGUAGE HUB_Level2_Student'sBook_Answerkey.pdf
 
What is Model Inheritance in Odoo 17 ERP
What is Model Inheritance in Odoo 17 ERPWhat is Model Inheritance in Odoo 17 ERP
What is Model Inheritance in Odoo 17 ERP
 
Grade 9 Q4-MELC1-Active and Passive Voice.pptx
Grade 9 Q4-MELC1-Active and Passive Voice.pptxGrade 9 Q4-MELC1-Active and Passive Voice.pptx
Grade 9 Q4-MELC1-Active and Passive Voice.pptx
 
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
 
Introduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptxIntroduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptx
 
How to Configure Email Server in Odoo 17
How to Configure Email Server in Odoo 17How to Configure Email Server in Odoo 17
How to Configure Email Server in Odoo 17
 
Alper Gobel In Media Res Media Component
Alper Gobel In Media Res Media ComponentAlper Gobel In Media Res Media Component
Alper Gobel In Media Res Media Component
 
TataKelola dan KamSiber Kecerdasan Buatan v022.pdf
TataKelola dan KamSiber Kecerdasan Buatan v022.pdfTataKelola dan KamSiber Kecerdasan Buatan v022.pdf
TataKelola dan KamSiber Kecerdasan Buatan v022.pdf
 
HỌC TỐT TIẾNG ANH 11 THEO CHƯƠNG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIẾT - CẢ NĂ...
HỌC TỐT TIẾNG ANH 11 THEO CHƯƠNG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIẾT - CẢ NĂ...HỌC TỐT TIẾNG ANH 11 THEO CHƯƠNG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIẾT - CẢ NĂ...
HỌC TỐT TIẾNG ANH 11 THEO CHƯƠNG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIẾT - CẢ NĂ...
 
AmericanHighSchoolsprezentacijaoskolama.
AmericanHighSchoolsprezentacijaoskolama.AmericanHighSchoolsprezentacijaoskolama.
AmericanHighSchoolsprezentacijaoskolama.
 
Computed Fields and api Depends in the Odoo 17
Computed Fields and api Depends in the Odoo 17Computed Fields and api Depends in the Odoo 17
Computed Fields and api Depends in the Odoo 17
 
Types of Journalistic Writing Grade 8.pptx
Types of Journalistic Writing Grade 8.pptxTypes of Journalistic Writing Grade 8.pptx
Types of Journalistic Writing Grade 8.pptx
 
Introduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher EducationIntroduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher Education
 
Proudly South Africa powerpoint Thorisha.pptx
Proudly South Africa powerpoint Thorisha.pptxProudly South Africa powerpoint Thorisha.pptx
Proudly South Africa powerpoint Thorisha.pptx
 
Model Call Girl in Bikash Puri Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Bikash Puri  Delhi reach out to us at 🔝9953056974🔝Model Call Girl in Bikash Puri  Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Bikash Puri Delhi reach out to us at 🔝9953056974🔝
 
Like-prefer-love -hate+verb+ing & silent letters & citizenship text.pdf
Like-prefer-love -hate+verb+ing & silent letters & citizenship text.pdfLike-prefer-love -hate+verb+ing & silent letters & citizenship text.pdf
Like-prefer-love -hate+verb+ing & silent letters & citizenship text.pdf
 
Framing an Appropriate Research Question 6b9b26d93da94caf993c038d9efcdedb.pdf
Framing an Appropriate Research Question 6b9b26d93da94caf993c038d9efcdedb.pdfFraming an Appropriate Research Question 6b9b26d93da94caf993c038d9efcdedb.pdf
Framing an Appropriate Research Question 6b9b26d93da94caf993c038d9efcdedb.pdf
 

Version1.0 StartHTML000000232 EndHTML000065057 StartFragment0000.docx

  • 1. Version:1.0 StartHTML:000000232 EndHTML:000065057 StartFragment:000056579 EndFragment:000064988 StartSelection:000056579 EndSelection:000064972 SourceURL:http://ezto.mheducation.com/hm.tpx?_=0.78625997 12668789_1512396415246 .video-js { width: 300px; height: 150px; } .vjs-fluid { padding-top: 56.25% } Tax Return Project $(document) .ready(function(){ $('.french').palette({auto:true,language:'french'}); $('.frenchInstructor').palette({auto:false,language:'french'}); $('.german').palette({auto:true,language:'german'}); $('.germanInstructor').palette({auto:false,language:'german'}); $('.italiano').palette({auto:true,language:'italiano'}); $('.italianoInstructor').palette({auto:false,language:'italiano'}); $('.spanish').palette({auto:true,language:'spanish'}); $('.spanishInstructor').palette({auto:false,language:'spanish'}); }); function doHelp() { theWin= window.open( '/EZTestOnline/Classware/Help/index.html', 'Help', 'toolbar=no,location=no,directories=no,status=no,scrollbars=yes ,resizable=yes,copyhistory=no,width=625,height=450,screenX= 20,screenY=20,left=20,top=20' ); theWin.focus(); } var navControlsEnabled= false; var bgSave= false; // Notify getcompletion call is required or not var completionRequired = false; function doNext( nextID ) { disableNavigationButton('http://lms.mheducation.com/mghmidd leware/mheproducts/lmsCloseWindow.htm'); continueTest(nextID); } var abortCompletenessCheck= false; function doJump( nextID ) { disableNavigationButton('http://lms.mheducation.com/mghmidd leware/mheproducts/lmsCloseWindow.htm'); return continueTest(nextID); } function doSave( nextID ) { if (!checkTinymceContent()) return false; bgSave= true; backgroundSave(); try{ ex_allow_regather(); }catch (err) {} } function backgroundSave() { if (!bgSave) return;
  • 2. ex_startgather('backgroundSave', null); if(!ex_gather()) return; if (!lsiGather('backgroundSave', '', false)) return; document.questionForm.todo.value= 'showT'; document.questionForm.checkMyWork.value= ''; document.questionForm.target= 'bgframe'; document.questionForm.nextID.value= 'save'; document.questionForm.background.value= 'true'; var form = $('form[name="questionForm"]'); var formAction = form.attr( 'action' ); $.ajax({ url: formAction, type: 'POST', async: false, data: form.serialize(), error: function(XMLHttpRequest, textStatus, errorThrown) { alert('There was a problem in saving. Please try again, later.'); }, success: function(data){ try{ var responseJson = $.parseJSON(data); form.find('input[name="eaid"]').val(responseJson.eaid); } catch(e){ $('body').replaceWith('Unable to authenticate request. If you opened this assignment in another browser or tab, you may continue with that instance of your assignment. Or, click here to return to your assignment list.'); } } }); } function eztoChatSave( chatFunction ) { ex_startgather('eztoChatSave', chatFunction); if(!ex_gather()) return; if (!lsiGather('eztoChatSave', '', false)) return; document.questionForm.todo.value= 'showT'; document.questionForm.checkMyWork.value= ''; document.questionForm.target= 'bgframe'; document.questionForm.nextID.value= 'save'; document.questionForm.background.value= 'true'; document.questionForm.submit(); if (chatFunction != '') window.setTimeout( chatFunction, 750 ); } function completeContinue( forceFlag ) { if (forceFlag) document.questionForm.nextID.value= 'submit'; document.questionForm.todo.value= 'showT'; document.questionForm.checkMyWork.value= ''; document.questionForm.target= ''; document.questionForm.background.value= '';
  • 3. document.questionForm.submit(); } function continueTest( nextID ) { isValidNavigation = true; if (!checkTinymceContent()) { enableNavigationButton(); return false; } if (!navControlsEnabled) { enableNavigationButton(); window.setTimeout('navControlsEnabled= true;', 10000); return; } document.body.style.cursor = 'wait'; ex_startgather('continueTest', nextID); if (!ex_gather()) { enableNavigationButton(); return; } document.questionForm.nextID.value= nextID; // add lone sectionbreak jumpid to completion cookie to avoid displaying incomplete question link. QC#3580 8/12/09 CSP if (pageContainsLoneSectionBreak()) forcePageQuestionsCompleted(); completionRequired = true; if (nextID == 'submit') { checkCompleteness('submit', completeContinue); } else if (!abortCompletenessCheck) checkCompleteness('', completeContinue); else completeContinue(); } function updateElapsedTime(qid) { $.ajax({ url: '/hm.tpx?todo=saveElapsedTime&wid=13252706498588094&us erID=18516336&activityID=2311099401&sectionID=84385152 &itemId='+qid+'&attemptNo=1', type: 'GET', error: function(XMLHttpRequest, textStatus, errorThrown){ alert('There is a problem while updating elapsed time. Please try again, later.'); }, success: function(){ console.info('Elapsed Time Updated'); } }); } function forceSubmission() { bgSave= false; ex_startgather('forceSubmission', null); if(!ex_gather()) return; var forceSubmission = document.createElement('INPUT'); forceSubmission.setAttribute('type', 'hidden'); forceSubmission.setAttribute('name', 'forceSubmission'); forceSubmission.setAttribute('value', 'timedForcedSubmission'); document.questionForm.appendChild(forceSubmission);destro yAllRecorder(); isValidNavigation = true;
  • 4. document.body.style.cursor = 'wait'; document.questionForm.todo.value= 'showT'; document.questionForm.checkMyWork.value= ''; document.questionForm.target= ''; document.questionForm.nextID.value= 'submit'; document.questionForm.background.value= ''; document.questionForm.submit(); } function doExit( nextID ) { isValidNavigation = true; if (!checkTinymceContent()) return false; ex_startgather('doExit', nextID); if(!ex_gather()) return; document.questionForm.nextID.value= nextID; document.questionForm.todo.value= 'showT'; document.questionForm.exiting.value='true'; document.questionForm.target= '_top'; document.questionForm.background.value= ''; document.questionForm.submit(); } function doSubmit() { continueTest('submit'); } var cwqid= null; function doPregrade( qid ) { if (qid != '') { ex_startgather('doPregrade', qid); if(!ex_gather()) return; cwqid= qid; try { var cwcount= $('#Q_' + cwqid + '_cw').val(); var cwlimit= $('#p_checkwork_limit').val(); if (cwlimit != '') { if (Number(cwcount) >= Number(cwlimit)) { pregradeDenial(cwlimit); return; } } var cwdeduct= '' + $('#p_deduct_checkwork').val(); if (cwdeduct == 'undefined') cwdeduct= '0'; if (cwdeduct == '') cwdeduct= '0'; if ((Number(cwcount) == 0) && ((cwlimit != '') || (cwdeduct != '0'))) { pregradeWarning(cwlimit, cwdeduct); return; } cwcount= Number(cwcount) + 1; $('#Q_' + cwqid + '_cw').val( String( Number(cwcount) ) ); bgSave= true; window.setTimeout('pregradeSave();', 1000); } catch (err) {}; var recorder= $('#cw_recorder').val(); if (recorder.indexOf(cwqid) == -1) $('#cw_recorder').val( recorder + ',' + cwqid ); theWin= window.open( '', 'pregrade', 'toolbar=no,location=no,directories=no,status=no,scrollbars=yes ,resizable=yes,copyhistory=no,width=800,height=600,screenX=
  • 5. 30,screenY=30,left=30,top=30' ); theWin.focus(); window.setTimeout('ex_allow_regather();', 500); document.questionForm.todo.value= 'checkMyWork'; document.questionForm.checkMyWork.value= cwqid; document.questionForm.target= 'pregrade'; document.questionForm.submit(); } } function completePregrade() { $('#pregradeWarning').jqm().jqmHide(); var cwcount= $('#Q_' + cwqid + '_cw').val(); cwcount= Number(cwcount) + 1; $('#Q_' + cwqid + '_cw').val( String( Number(cwcount) ) ); bgSave= true; window.setTimeout('pregradeSave();', 1000); var recorder= $('#cw_recorder').val(); if (recorder.indexOf(cwqid) == -1) $('#cw_recorder').val( recorder + ',' + cwqid ); theWin= window.open( '', 'pregrade', 'toolbar=no,location=no,directories=no,status=no,scrollbars=yes ,resizable=yes,copyhistory=no,width=800,height=600,screenX= 30,screenY=30,left=30,top=30' ); theWin.focus(); window.setTimeout('ex_allow_regather();', 500); document.questionForm.todo.value= 'checkMyWork'; document.questionForm.checkMyWork.value= cwqid; document.questionForm.target= 'pregrade'; document.questionForm.submit(); } function cancelPregrade() { window.setTimeout('ex_allow_regather();', 500); } function pregradeWarning( limit, deduction ) { $('#pregradeWarningDeduction').html(''); $('#pregradeWarningLimit').html(''); if (deduction != '0') $('#pregradeWarningDeduction').html('Using check my work on this question will reduce total score by: ' + deduction + '%'); if (limit != '') { var lmsg= limit + ' times'; if (limit == '1') lmsg= 'once'; $('#pregradeWarningLimit').html('You may use check my work: ' + lmsg + ' per question.'); } $('#pregradeWarning').jqm().jqmShow(); } function pregradeDenial( limit ) { $('#pregradeDenialLimit').html(limit); $('#pregradeDenial').jqm().jqmShow(); } function pregradeSave() { if (!bgSave) return;
  • 6. document.questionForm.todo.value= 'showT'; document.questionForm.checkMyWork.value= ''; document.questionForm.target= 'bgframe'; document.questionForm.nextID.value= 'save'; document.questionForm.background.value= 'true'; var form = $('form[name="questionForm"]'); var formAction = form.attr( 'action' ); $.ajax({ url: formAction, type: 'POST', async: false, data: form.serialize(), error: function(XMLHttpRequest, textStatus, errorThrown) { alert('There was a problem in saving. Please try again, later.'); }, success: function(data){ try{ var responseJson = $.parseJSON(data); form.find('input[name="eaid"]').val(responseJson.eaid); } catch(e){ $('body').replaceWith('Unable to authenticate request. If you opened this assignment in another browser or tab, you may continue with that instance of your assignment. Or, click here to return to your assignment list.'); } } }); } function doPrint() { $(".rightSideBySide").each(function() { $(this).css("border","0"); $(this).html(''); }); $(".leftSideBySide").each(function() { $(this).removeClass("noScreen"); }); window.print(); } function doPrintWindow( qid ) { if (qid != '') { ex_startgather('doPrintWindow', qid); if(!ex_gather()) return; theWin= window.open( '', 'printView', 'toolbar=no,location=no,directories=no,status=no,scrollbars=yes ,resizable=yes,copyhistory=no,width=800,height=600,screenX= 30,screenY=30,left=30,top=30' ); theWin.focus(); document.questionForm.todo.value= 'printview'; document.questionForm.checkMyWork.value= ''; document.questionForm.target= 'printView'; document.questionForm.submit(); } } function doTegrity() { var deduction= $('#p_deduct_resources').val(); if ((deduction != '') && (deduction != '0')) { try { var recorder= $('#res_recorder').val(); if
  • 7. (recorder.indexOf('tegrity') == -1) { if (!confirm("Using this resource will reduce your attempt's total score by " + deduction + "%")) return; } } catch (e) {} } incResRecorder('tegrity'); theWin= window.open( 'http://connect.mheducation.com/connect/openTegrity.do?caller =EZTest&', 'lectures', 'toolbar=no,location=no,directories=no,status=no,scrollbars=yes ,resizable=yes,copyhistory=no,width=800,height=600,screenX= 40,screenY=40,left=40,top=40' ); theWin.focus(); } function doPreview( nextID ) { theWin= window.open( '', 'overview', 'toolbar=no,location=no,directories=no,status=no,scrollbars=yes ,resizable=yes,copyhistory=no,width=800,height=600,screenX= 40,screenY=40,left=40,top=40' ); theWin.focus(); document.questionForm.checkMyWork.value= ''; document.questionForm.todo.value= 'studentPreview'; document.questionForm.target= 'overview'; document.questionForm.nextID.value= nextID; document.questionForm.submit(); } $(document).ready(function(){ navMenu('navbarSelect', ''); $('.lsiForm').each(function() { this.submit(); }); var suppressIntructions = $.trim($('input[type=hidden][name=p_suppressinstructions]').va l());var showDialog = populataInstructionsDialog();if(showDialog){ if(suppressIntructions != 'yes'){ $('#instructionsDialog').jqm({onHide:contentVisible}).jqm Show(); }else{ contentVisible(); }}else{ contentVisible();} mpPhasedInit(); }); var instructionsModal; function showInstructions() { $('#contentArea').addClass('content-area-invisible'); $('.lsiFrame').css('visibility','hidden'); var showDialog = populataInstructionsDialog(); if(showDialog){ $('#instructionsDialog').jqm({onHide:contentVisible}).jqm Show(); }else{ contentVisible(); } } function showContent(e) { if (e == null) e = window.event; e.returnValue = false; // for IE try {
  • 8. e.preventDefault(); } catch (ex) {}; // for everyone else $('#instructionsDialog').jqm().jqmHide(); $('#geniusDialog').jqm().jqmHide(); $('#contentArea').removeClass('content-area-invisible'); $('.lsiFrame').css('visibility',''); return false; } function contentVisible(hash) { $('#contentArea').removeClass('content-area-invisible'); $('.lsiFrame').css('display',''); if(hash){ hash.o.remove(); hash.w.hide(); } } var flashOK= true; function flashCheck() { return(flashOK); } function enableSubmit() { flashOK= true; } function disableSubmit() { flashOK= false; } function getFormData(fieldName) { if (document.questionForm[fieldName]) return(document.questionForm[fieldName].value); return(''); } function setFormData(fieldName, outPutValue) { if (document.questionForm[fieldName]) document.questionForm[fieldName].value = outPutValue; enableSubmit(); } // - End of JavaScript - --> var Html5Recorder=Html5Recorder||{}; (function(){var g_oLogger=null;var g_oRecorders=null;var g_oLibToken=null;var g_sLibURL=null;var g_oStateEnum=null;var g_nNumOfRecorders=0;var g_dProgBarLenInPixles=90;var g_bRecMaxLenInSecs=120;var g_audioContext;var g_isRecording=false;var g_player=null;var g_context;var g_fnSendGAEvent=null;var g_fnLoadJSScript=null;var g_fnGetSourceCode=null;var g_fnIsCssLoaded=null;var g_fnGetBrowser=null;var g_encoderMp3Worker=null;var g_channelLeft=null;var g_LastTimeAudioProcess=null;this._OnRecTick=function(sRec orderId){try{var currTime= new Date/1E3;var one_second=1;if(currTime- g_LastTimeAudioProcess>one_second){g_oRecorders[sRecorde rId].StopVideo();g_context=null;g_oRecorders[sRecorderId].Re cordVideo(false,null,null)}var maxRecLen=g_oRecorders[sRecorderId].GetRecordLength();do cument.getElementById("recProgress"+sRecorderId).recLen=pa
  • 9. rseFloat(document.getElementById("recProgress"+sRecorderId) .recLen+parseFloat(g_dProgBarLenInPixles/maxRecLen));docu ment.getElementById("recProgress"+sRecorderId).style.width= document.getElementById("recProgress"+ sRecorderId).recLen+"px";document.getElementById("recProgr ess"+sRecorderId).setAttribute("aria- valuenow",Math.min(100,parseFloat(document.getElementById( "recProgress"+sRecorderId).recLen*maxRecLen/100)));if(docu ment.getElementById("stopRecording"+sRecorderId).style.displ ay=="inline- block")setTimeout(function(){Html5Recorder._OnRecTick(sRec orderId)},1E3)}catch(exc){g_oLogger.Error("Html5Recorder._ OnRecTick("+sRecorderId+"), Failed with error, Error = "+(exc.message?exc.message:exc),this)}};this._OnPlaybackTick = function(sRecorderId){try{if(document.getElementById("stopPl aying"+sRecorderId).style.display=="inline-block"){var maxRecLen=g_oRecorders[sRecorderId].GetRecordLength();var recLen=parseFloat(document.getElementById("recProgress"+sR ecorderId).recLen/g_dProgBarLenInPixles*maxRecLen);docume nt.getElementById("playProgress"+sRecorderId).recLen=parseF loat(document.getElementById("playProgress"+sRecorderId).re cLen+parseFloat(g_dProgBarLenInPixles/recLen));document.get ElementById("playProgress"+sRecorderId).style.width= document.getElementById("playProgress"+sRecorderId).recLen +"px";document.getElementById("playProgress"+sRecorderId).s etAttribute("aria- valuenow",Math.min(100,parseFloat(document.getElementById( "playProgress"+sRecorderId).recLen*recLen/100)));if(document .getElementById("stopPlaying"+sRecorderId).style.display=="i nline- block")setTimeout(function(){Html5Recorder._OnPlaybackTick (sRecorderId)},1E3)}}catch(exc){g_oLogger.Error("Html5Reco rder._OnPlaybackTick("+sRecorderId+"), Failed with error, Error = "+ (exc.message?exc.message:exc),this)}};this.Init=function(oLibT
  • 10. oken,oLogger,oStateEnum,sLibURL,oRecorders,fnSendGAEven t,fnLoadJSScript,fnGetSourceCode,fnIsCssLoaded,fnGetBrowse r){g_oLogger=oLogger;g_oLibToken=oLibToken;g_oStateEnum =oStateEnum;g_sLibURL=sLibURL;g_oRecorders=oRecorders; g_fnSendGAEvent=fnSendGAEvent;g_fnLoadJSScript=fnLoadJ SScript;g_fnGetSourceCode=fnGetSourceCode;g_fnIsCssLoade d=fnIsCssLoaded;g_fnGetBrowser=fnGetBrowser;try{g_fnLoad JSScript("Html5Template.js",g_sLibURL+"../Style/Html5Templ ate.js"); g_fnLoadJSScript("https://sdk.amazonaws.com/js/aws- sdk-2.2.5.min.js","https://sdk.amazonaws.com/js/aws-sdk- 2.2.5.min.js");var mp3WorkerSourceCode=g_fnGetSourceCode(g_sLibURL+"../js html5/enc/mp3/mp3Worker.js");var libmp3lameSourceCode=g_fnGetSourceCode(g_sLibURL+"../js html5/enc/mp3/libmp3lame.min.js");mp3WorkerSourceCode=m p3WorkerSourceCode.replace("importScripts('libmp3lame.js');", "");mp3WorkerSourceCode=libmp3lameSourceCode+"rn"+mp 3WorkerSourceCode;var oBuilder2=new Blob([mp3WorkerSourceCode], {"type":"text/javascript"});var obj_url2=window.URL.createObjectURL(oBuilder2);window.ad dEventListener("beforeunload",function(event){for(var sRecorderId in g_oRecorders)if(g_oRecorders[sRecorderId]!=null&&(g_oRecor ders[sRecorderId].isRecSaved!=null&&g_oRecorders[sRecorder Id].isRecSaved==false))return event.returnValue="Your recording was not saved and will be lost when you navigate away from this page."});g_encoderMp3Worker=new Worker(obj_url2);g_encoderMp3Worker.onmessage=function(e) {var command= e.data.command;switch(command){case "data":var buf=e.data.buf;break;case "mp3":var buf=e.data.buf;g_oRecorders[e.data.recorderId].blobUrl=URL.c reateObjectURL(buf);g_oRecorders[e.data.recorderId].blob=buf ;break}}}catch(exc){g_oLogger.Error("Html5Recorder.Init("+s RecorderId+","+oLogger+"), Failed with error, Error = "+(exc.message?exc.message:exc),this)}};this.CreateRecorder=f unction(recParams,isReCall){try{if(g_encoderMp3Worker==nul
  • 11. l)return null;if(!IsObject(g_oLibToken)){g_oLogger.Error("Html5Recor der.CreateRecorder(), Please initialize the MVS lib prior calling to any of its functions.", this);return null}var id=recParams.id;if(typeof isReCall=="undefined")for(var sRecorderId in g_oRecorders)if(sRecorderId==id+"_Recorder"&&g_oRecorders [sRecorderId]!=null)return g_oRecorders[sRecorderId];var requestHeaders=recParams.requestHeaders;var requestBody=recParams.requestBody;var callbackUrl=recParams.callbackUrl;var maxLength=typeof recParams.maxLength=="undefined"?g_bRecMaxLenInSecs:par seInt(recParams.maxLength);var recordMode=typeof recParams.recordMode=="undefined"?"AUDIO":recParams.reco rdMode; var width=typeof recParams.width=="undefined"?545:parseInt(recParams.width); var height=typeof recParams.height=="undefined"?100:parseInt(recParams.height) ;var aspectRatio=typeof recParams.aspectRatio=="undefined"?"4:3":recParams.aspectRa tio;var layout=typeof recParams.layout=="undefined"?"HORIZONTAL":recParams.la yout;if(typeof g_oRecorders[id+"_Recorder"]=="undefined"||g_oRecorders[id+ "_Recorder"]==null)g_oRecorders[id+"_Recorder"]=new Recorder(id,recordMode,requestHeaders,requestBody,maxLengt h,aspectRatio, callbackUrl,height,width,recParams);if(typeof g_sHtml5RecorderTemplate=="undefined"){var oThis=this;setTimeout(function(){oThis.CreateRecorder(recPara ms,true)},500);return g_oRecorders[id+"_Recorder"]}g_fnSendGAEvent("MVSRecor der.CreateRecorder","maxLength:"+maxLength+";"+"recordMo de:"+recordMode+";"+"aspectRatio:"+aspectRatio+";"+"height: "+height+";"+"width:"+width);var sHtml5Template=g_sHtml5RecorderTemplate;sHtml5Template= sHtml5Template.replaceAll("[[id]]",id+"_Recorder");sHtml5Te
  • 12. mplate=sHtml5Template.replaceAll("[[disabled]]", "");if(layout=="VERTICAL"){sHtml5Template=sHtml5Templat e.replaceAll("[[layoutWidth]]","140px");sHtml5Template=sHtm l5Template.replaceAll("[[layoutHeight]]","80px");sHtml5Templ ate=sHtml5Template.replaceAll("[[layoutBottomPosition]]","po sition:relative;top:15px;")}else{sHtml5Template=sHtml5Templ ate.replaceAll("[[layoutWidth]]","295px");sHtml5Template=sHt ml5Template.replaceAll("[[layoutHeight]]","30px");sHtml5Tem plate=sHtml5Template.replaceAll("[[layoutBottomPosition]]","" )}DrawRecorder(id,sHtml5Template); var sRecorderId=id+"_Recorder";setTimeout(function(){MVSRecor der._UpdateRecorderState(sRecorderId,g_oStateEnum.ready)},5 00);return g_oRecorders[sRecorderId]}catch(exc){g_oLogger.Error("Html 5Recorder.CreateRecorder("+recParams+"), Failed with error, Error = "+(exc.message?exc.message:exc),this)}};this.DeleteRecorder=f unction(sRecorderId){MVSRecorder.DeleteRecorder(sRecorderI d)};function Recorder(id,mode,requestHeaders,requestBody,maxLength,aspe ctRatio,callbackUrl,height,width,recParams){try{this.id= id+"_Recorder";this.mode=mode;this.requestHeaders=requestHe aders;this.requestBody=requestBody;this.recParamsJson=null;th is.maxLength=Math.min(Number(maxLength),g_bRecMaxLenIn Secs);this.aspectRatio=aspectRatio;this.callbackUrl=callbackUr l;this.state=g_oStateEnum.initializing;this.height=height;this.wi dth=width;this.recParams=recParams;this.isRecSaved=null;this. fnOnStateChange=null;this.oMedia=null;this.recordTimer=null; this.blobUrl=null;this.blob=null;this.savedVideoId=null}catch(e xc){g_oLogger.Error("Recorder("+ id+","+mode+","+publicKey+","+requestHeaders+","+requestBo dy+","+maxLength+","+aspectRatio+","+callbackUrl+","+heigh t+","+width+","+recParams+"), Failed with error, Error = "+(exc.message?exc.message:exc),this)}}function DrawRecorder(id,sHtml5Template){try{if(IsObject(document.g etElementById(id))){document.getElementById(id).innerHTML
  • 13. =sHtml5Template;document.getElementById(id).className+=" MVSRecorder"}else{var oSpan=document.createElement("span");oSpan.id=id;oSpan.inn erHTML=sHtml5Template;oSpan.className= "MVSRecorder";document.body.appendChild(oSpan)}if(!g_fnIs CssLoaded("MediaPlayers.css")){var oLinkMediaPlayers=document.createElement("link");oLinkMedi aPlayers.rel="stylesheet";oLinkMediaPlayers.href=g_sLibURL+ "../Style/MediaPlayers.css";oLinkMediaPlayers.type="text/css"; document.getElementsByTagName("head")[0].appendChild(oLi nkMediaPlayers);if(g_fnGetBrowser()=="IExplorer"){var oMeta=document.createElement("meta");oMeta.httpEquiv="X- UA- Compatible";oMeta.content="IE=edge";document.getElementsB yTagName("head")[0].insertBefore(oMeta, document.getElementsByTagName("head")[0].children[0]);var oDiv=document.createElement("div");oDiv.innerHTML="x3c!- -[if IE]> Lou is an attorney and owns his law firm, which is operating as an S corporation. His W-2 information and Schedule K-1 from his law firm are as follows:  Wages (box 1)=$114,800.50Federal W/H (box 2)=$15,000.14Social security wages (box 3)=$114,800.50Social security W/H (box 4)=$7,117.63Medicare wages (box 5)=$114,800.50Medicare W/H (box 6)=$1,664.61 Schedule K-1 from the law offices of Lou Girardi - Attorney at Law ID # 12-3456789 100% Owner Material participation:Line 1   =  $22,582.00 (ordinary business income) Line 11 =  $22,582.00 (§ 179 deduction) Joann is a full-time lecturer at Arizona State University. Her W-2 information from ASU is as follows: Wages (box 1)=$65,000.00Federal W/H (box 2)=$9,950.25Social security wages (box 3)=$65,000.00Social security W/H (box
  • 14. 4)=$4,030.00Medicare wages (box 5)=$65,000.00Medicare W/H (box 6)=$942.50   The following are other income and expenses they received and incurred during the year:  Income  Dividend (qualified)$666Interest 765Expenses  Real estate taxes 7,836State sales tax 1,629Mortgage interest 32,562Charitable contribution 2,598  Prepare the Girardis’ federal tax return for 2016. Use Form 1040, and Schedules A, B, and E. Assume that the Girardis do not qualify for any credits (although they may). For any missing information, make reasonable assumptions. The taxpayers had qualifying health care coverage at all times during the tax year. (Assume no AMT although it may apply; Form 6251 or the AMT calculation is not required.) (List the names of the taxpayers in the order in which they appear in the problem. Do not round intermediate computations. Input all the values as positive numbers.)  Use the appropriate Tax Tables or Tax Rate Schedules .Version:1.0 StartHTML:000000232 EndHTML:000065057 StartFragment:000056579 EndFragment:000064988 StartSelection:000056579 EndSelection:000064972 SourceURL:http://ezto.mheducation.com/hm.tpx?_=0.78625997 12668789_1512396415246 .video-js { width: 300px; height: 150px; } .vjs-fluid { padding-top: 56.25% } Tax Return Project $(document)
  • 15. .ready(function(){ $('.french').palette({auto:true,language:'french'}); $('.frenchInstructor').palette({auto:false,language:'french'}); $('.german').palette({auto:true,language:'german'}); $('.germanInstructor').palette({auto:false,language:'german'}); $('.italiano').palette({auto:true,language:'italiano'}); $('.italianoInstructor').palette({auto:false,language:'italiano'}); $('.spanish').palette({auto:true,language:'spanish'}); $('.spanishInstructor').palette({auto:false,language:'spanish'}); }); function doHelp() { theWin= window.open( '/EZTestOnline/Classware/Help/index.html', 'Help', 'toolbar=no,location=no,directories=no,status=no,scrollbars=yes ,resizable=yes,copyhistory=no,width=625,height=450,screenX= 20,screenY=20,left=20,top=20' ); theWin.focus(); } var navControlsEnabled= false; var bgSave= false; // Notify getcompletion call is required or not var completionRequired = false; function doNext( nextID ) { disableNavigationButton('http://lms.mheducation.com/mghmidd leware/mheproducts/lmsCloseWindow.htm'); continueTest(nextID); } var abortCompletenessCheck= false; function doJump( nextID ) { disableNavigationButton('http://lms.mheducation.com/mghmidd leware/mheproducts/lmsCloseWindow.htm'); return continueTest(nextID); } function doSave( nextID ) { if (!checkTinymceContent()) return false; bgSave= true; backgroundSave(); try{ ex_allow_regather(); }catch (err) {} } function backgroundSave() { if (!bgSave) return; ex_startgather('backgroundSave', null); if(!ex_gather()) return; if (!lsiGather('backgroundSave', '', false)) return; document.questionForm.todo.value= 'showT'; document.questionForm.checkMyWork.value= ''; document.questionForm.target= 'bgframe'; document.questionForm.nextID.value= 'save'; document.questionForm.background.value= 'true'; var form = $('form[name="questionForm"]'); var formAction = form.attr( 'action' ); $.ajax({ url: formAction, type: 'POST',
  • 16. async: false, data: form.serialize(), error: function(XMLHttpRequest, textStatus, errorThrown) { alert('There was a problem in saving. Please try again, later.'); }, success: function(data){ try{ var responseJson = $.parseJSON(data); form.find('input[name="eaid"]').val(responseJson.eaid); } catch(e){ $('body').replaceWith('Unable to authenticate request. If you opened this assignment in another browser or tab, you may continue with that instance of your assignment. Or, click here to return to your assignment list.'); } } }); } function eztoChatSave( chatFunction ) { ex_startgather('eztoChatSave', chatFunction); if(!ex_gather()) return; if (!lsiGather('eztoChatSave', '', false)) return; document.questionForm.todo.value= 'showT'; document.questionForm.checkMyWork.value= ''; document.questionForm.target= 'bgframe'; document.questionForm.nextID.value= 'save'; document.questionForm.background.value= 'true'; document.questionForm.submit(); if (chatFunction != '') window.setTimeout( chatFunction, 750 ); } function completeContinue( forceFlag ) { if (forceFlag) document.questionForm.nextID.value= 'submit'; document.questionForm.todo.value= 'showT'; document.questionForm.checkMyWork.value= ''; document.questionForm.target= ''; document.questionForm.background.value= ''; document.questionForm.submit(); } function continueTest( nextID ) { isValidNavigation = true; if (!checkTinymceContent()) { enableNavigationButton(); return false; } if (!navControlsEnabled) { enableNavigationButton(); window.setTimeout('navControlsEnabled= true;', 10000); return; } document.body.style.cursor = 'wait'; ex_startgather('continueTest', nextID); if (!ex_gather()) { enableNavigationButton(); return; }
  • 17. document.questionForm.nextID.value= nextID; // add lone sectionbreak jumpid to completion cookie to avoid displaying incomplete question link. QC#3580 8/12/09 CSP if (pageContainsLoneSectionBreak()) forcePageQuestionsCompleted(); completionRequired = true; if (nextID == 'submit') { checkCompleteness('submit', completeContinue); } else if (!abortCompletenessCheck) checkCompleteness('', completeContinue); else completeContinue(); } function updateElapsedTime(qid) { $.ajax({ url: '/hm.tpx?todo=saveElapsedTime&wid=13252706498588094&us erID=18516336&activityID=2311099401&sectionID=84385152 &itemId='+qid+'&attemptNo=1', type: 'GET', error: function(XMLHttpRequest, textStatus, errorThrown){ alert('There is a problem while updating elapsed time. Please try again, later.'); }, success: function(){ console.info('Elapsed Time Updated'); } }); } function forceSubmission() { bgSave= false; ex_startgather('forceSubmission', null); if(!ex_gather()) return; var forceSubmission = document.createElement('INPUT'); forceSubmission.setAttribute('type', 'hidden'); forceSubmission.setAttribute('name', 'forceSubmission'); forceSubmission.setAttribute('value', 'timedForcedSubmission'); document.questionForm.appendChild(forceSubmission);destro yAllRecorder(); isValidNavigation = true; document.body.style.cursor = 'wait'; document.questionForm.todo.value= 'showT'; document.questionForm.checkMyWork.value= ''; document.questionForm.target= ''; document.questionForm.nextID.value= 'submit'; document.questionForm.background.value= ''; document.questionForm.submit(); } function doExit( nextID ) { isValidNavigation = true; if (!checkTinymceContent()) return false; ex_startgather('doExit', nextID); if(!ex_gather()) return;
  • 18. document.questionForm.nextID.value= nextID; document.questionForm.todo.value= 'showT'; document.questionForm.exiting.value='true'; document.questionForm.target= '_top'; document.questionForm.background.value= ''; document.questionForm.submit(); } function doSubmit() { continueTest('submit'); } var cwqid= null; function doPregrade( qid ) { if (qid != '') { ex_startgather('doPregrade', qid); if(!ex_gather()) return; cwqid= qid; try { var cwcount= $('#Q_' + cwqid + '_cw').val(); var cwlimit= $('#p_checkwork_limit').val(); if (cwlimit != '') { if (Number(cwcount) >= Number(cwlimit)) { pregradeDenial(cwlimit); return; } } var cwdeduct= '' + $('#p_deduct_checkwork').val(); if (cwdeduct == 'undefined') cwdeduct= '0'; if (cwdeduct == '') cwdeduct= '0'; if ((Number(cwcount) == 0) && ((cwlimit != '') || (cwdeduct != '0'))) { pregradeWarning(cwlimit, cwdeduct); return; } cwcount= Number(cwcount) + 1; $('#Q_' + cwqid + '_cw').val( String( Number(cwcount) ) ); bgSave= true; window.setTimeout('pregradeSave();', 1000); } catch (err) {}; var recorder= $('#cw_recorder').val(); if (recorder.indexOf(cwqid) == -1) $('#cw_recorder').val( recorder + ',' + cwqid ); theWin= window.open( '', 'pregrade', 'toolbar=no,location=no,directories=no,status=no,scrollbars=yes ,resizable=yes,copyhistory=no,width=800,height=600,screenX= 30,screenY=30,left=30,top=30' ); theWin.focus(); window.setTimeout('ex_allow_regather();', 500); document.questionForm.todo.value= 'checkMyWork'; document.questionForm.checkMyWork.value= cwqid; document.questionForm.target= 'pregrade'; document.questionForm.submit(); } } function completePregrade() { $('#pregradeWarning').jqm().jqmHide(); var cwcount= $('#Q_' + cwqid + '_cw').val(); cwcount= Number(cwcount)
  • 19. + 1; $('#Q_' + cwqid + '_cw').val( String( Number(cwcount) ) ); bgSave= true; window.setTimeout('pregradeSave();', 1000); var recorder= $('#cw_recorder').val(); if (recorder.indexOf(cwqid) == -1) $('#cw_recorder').val( recorder + ',' + cwqid ); theWin= window.open( '', 'pregrade', 'toolbar=no,location=no,directories=no,status=no,scrollbars=yes ,resizable=yes,copyhistory=no,width=800,height=600,screenX= 30,screenY=30,left=30,top=30' ); theWin.focus(); window.setTimeout('ex_allow_regather();', 500); document.questionForm.todo.value= 'checkMyWork'; document.questionForm.checkMyWork.value= cwqid; document.questionForm.target= 'pregrade'; document.questionForm.submit(); } function cancelPregrade() { window.setTimeout('ex_allow_regather();', 500); } function pregradeWarning( limit, deduction ) { $('#pregradeWarningDeduction').html(''); $('#pregradeWarningLimit').html(''); if (deduction != '0') $('#pregradeWarningDeduction').html('Using check my work on this question will reduce total score by: ' + deduction + '%'); if (limit != '') { var lmsg= limit + ' times'; if (limit == '1') lmsg= 'once'; $('#pregradeWarningLimit').html('You may use check my work: ' + lmsg + ' per question.'); } $('#pregradeWarning').jqm().jqmShow(); } function pregradeDenial( limit ) { $('#pregradeDenialLimit').html(limit); $('#pregradeDenial').jqm().jqmShow(); } function pregradeSave() { if (!bgSave) return; document.questionForm.todo.value= 'showT'; document.questionForm.checkMyWork.value= ''; document.questionForm.target= 'bgframe'; document.questionForm.nextID.value= 'save'; document.questionForm.background.value= 'true'; var form = $('form[name="questionForm"]'); var formAction = form.attr( 'action' ); $.ajax({ url: formAction, type: 'POST', async: false, data: form.serialize(), error: function(XMLHttpRequest, textStatus, errorThrown) {
  • 20. alert('There was a problem in saving. Please try again, later.'); }, success: function(data){ try{ var responseJson = $.parseJSON(data); form.find('input[name="eaid"]').val(responseJson.eaid); } catch(e){ $('body').replaceWith('Unable to authenticate request. If you opened this assignment in another browser or tab, you may continue with that instance of your assignment. Or, click here to return to your assignment list.'); } } }); } function doPrint() { $(".rightSideBySide").each(function() { $(this).css("border","0"); $(this).html(''); }); $(".leftSideBySide").each(function() { $(this).removeClass("noScreen"); }); window.print(); } function doPrintWindow( qid ) { if (qid != '') { ex_startgather('doPrintWindow', qid); if(!ex_gather()) return; theWin= window.open( '', 'printView', 'toolbar=no,location=no,directories=no,status=no,scrollbars=yes ,resizable=yes,copyhistory=no,width=800,height=600,screenX= 30,screenY=30,left=30,top=30' ); theWin.focus(); document.questionForm.todo.value= 'printview'; document.questionForm.checkMyWork.value= ''; document.questionForm.target= 'printView'; document.questionForm.submit(); } } function doTegrity() { var deduction= $('#p_deduct_resources').val(); if ((deduction != '') && (deduction != '0')) { try { var recorder= $('#res_recorder').val(); if (recorder.indexOf('tegrity') == -1) { if (!confirm("Using this resource will reduce your attempt's total score by " + deduction + "%")) return; } } catch (e) {} } incResRecorder('tegrity'); theWin= window.open( 'http://connect.mheducation.com/connect/openTegrity.do?caller =EZTest&', 'lectures', 'toolbar=no,location=no,directories=no,status=no,scrollbars=yes ,resizable=yes,copyhistory=no,width=800,height=600,screenX= 40,screenY=40,left=40,top=40' ); theWin.focus(); } function
  • 21. doPreview( nextID ) { theWin= window.open( '', 'overview', 'toolbar=no,location=no,directories=no,status=no,scrollbars=yes ,resizable=yes,copyhistory=no,width=800,height=600,screenX= 40,screenY=40,left=40,top=40' ); theWin.focus(); document.questionForm.checkMyWork.value= ''; document.questionForm.todo.value= 'studentPreview'; document.questionForm.target= 'overview'; document.questionForm.nextID.value= nextID; document.questionForm.submit(); } $(document).ready(function(){ navMenu('navbarSelect', ''); $('.lsiForm').each(function() { this.submit(); }); var suppressIntructions = $.trim($('input[type=hidden][name=p_suppressinstructions]').va l());var showDialog = populataInstructionsDialog();if(showDialog){ if(suppressIntructions != 'yes'){ $('#instructionsDialog').jqm({onHide:contentVisible}).jqm Show(); }else{ contentVisible(); }}else{ contentVisible();} mpPhasedInit(); }); var instructionsModal; function showInstructions() { $('#contentArea').addClass('content-area-invisible'); $('.lsiFrame').css('visibility','hidden'); var showDialog = populataInstructionsDialog(); if(showDialog){ $('#instructionsDialog').jqm({onHide:contentVisible}).jqm Show(); }else{ contentVisible(); } } function showContent(e) { if (e == null) e = window.event; e.returnValue = false; // for IE try { e.preventDefault(); } catch (ex) {}; // for everyone else $('#instructionsDialog').jqm().jqmHide(); $('#geniusDialog').jqm().jqmHide(); $('#contentArea').removeClass('content-area-invisible'); $('.lsiFrame').css('visibility',''); return false; } function contentVisible(hash) { $('#contentArea').removeClass('content-area-invisible'); $('.lsiFrame').css('display',''); if(hash){ hash.o.remove(); hash.w.hide(); } } var flashOK=
  • 22. true; function flashCheck() { return(flashOK); } function enableSubmit() { flashOK= true; } function disableSubmit() { flashOK= false; } function getFormData(fieldName) { if (document.questionForm[fieldName]) return(document.questionForm[fieldName].value); return(''); } function setFormData(fieldName, outPutValue) { if (document.questionForm[fieldName]) document.questionForm[fieldName].value = outPutValue; enableSubmit(); } // - End of JavaScript - --> var Html5Recorder=Html5Recorder||{}; (function(){var g_oLogger=null;var g_oRecorders=null;var g_oLibToken=null;var g_sLibURL=null;var g_oStateEnum=null;var g_nNumOfRecorders=0;var g_dProgBarLenInPixles=90;var g_bRecMaxLenInSecs=120;var g_audioContext;var g_isRecording=false;var g_player=null;var g_context;var g_fnSendGAEvent=null;var g_fnLoadJSScript=null;var g_fnGetSourceCode=null;var g_fnIsCssLoaded=null;var g_fnGetBrowser=null;var g_encoderMp3Worker=null;var g_channelLeft=null;var g_LastTimeAudioProcess=null;this._OnRecTick=function(sRec orderId){try{var currTime= new Date/1E3;var one_second=1;if(currTime- g_LastTimeAudioProcess>one_second){g_oRecorders[sRecorde rId].StopVideo();g_context=null;g_oRecorders[sRecorderId].Re cordVideo(false,null,null)}var maxRecLen=g_oRecorders[sRecorderId].GetRecordLength();do cument.getElementById("recProgress"+sRecorderId).recLen=pa rseFloat(document.getElementById("recProgress"+sRecorderId) .recLen+parseFloat(g_dProgBarLenInPixles/maxRecLen));docu ment.getElementById("recProgress"+sRecorderId).style.width= document.getElementById("recProgress"+ sRecorderId).recLen+"px";document.getElementById("recProgr ess"+sRecorderId).setAttribute("aria- valuenow",Math.min(100,parseFloat(document.getElementById( "recProgress"+sRecorderId).recLen*maxRecLen/100)));if(docu ment.getElementById("stopRecording"+sRecorderId).style.displ
  • 23. ay=="inline- block")setTimeout(function(){Html5Recorder._OnRecTick(sRec orderId)},1E3)}catch(exc){g_oLogger.Error("Html5Recorder._ OnRecTick("+sRecorderId+"), Failed with error, Error = "+(exc.message?exc.message:exc),this)}};this._OnPlaybackTick = function(sRecorderId){try{if(document.getElementById("stopPl aying"+sRecorderId).style.display=="inline-block"){var maxRecLen=g_oRecorders[sRecorderId].GetRecordLength();var recLen=parseFloat(document.getElementById("recProgress"+sR ecorderId).recLen/g_dProgBarLenInPixles*maxRecLen);docume nt.getElementById("playProgress"+sRecorderId).recLen=parseF loat(document.getElementById("playProgress"+sRecorderId).re cLen+parseFloat(g_dProgBarLenInPixles/recLen));document.get ElementById("playProgress"+sRecorderId).style.width= document.getElementById("playProgress"+sRecorderId).recLen +"px";document.getElementById("playProgress"+sRecorderId).s etAttribute("aria- valuenow",Math.min(100,parseFloat(document.getElementById( "playProgress"+sRecorderId).recLen*recLen/100)));if(document .getElementById("stopPlaying"+sRecorderId).style.display=="i nline- block")setTimeout(function(){Html5Recorder._OnPlaybackTick (sRecorderId)},1E3)}}catch(exc){g_oLogger.Error("Html5Reco rder._OnPlaybackTick("+sRecorderId+"), Failed with error, Error = "+ (exc.message?exc.message:exc),this)}};this.Init=function(oLibT oken,oLogger,oStateEnum,sLibURL,oRecorders,fnSendGAEven t,fnLoadJSScript,fnGetSourceCode,fnIsCssLoaded,fnGetBrowse r){g_oLogger=oLogger;g_oLibToken=oLibToken;g_oStateEnum =oStateEnum;g_sLibURL=sLibURL;g_oRecorders=oRecorders; g_fnSendGAEvent=fnSendGAEvent;g_fnLoadJSScript=fnLoadJ SScript;g_fnGetSourceCode=fnGetSourceCode;g_fnIsCssLoade d=fnIsCssLoaded;g_fnGetBrowser=fnGetBrowser;try{g_fnLoad JSScript("Html5Template.js",g_sLibURL+"../Style/Html5Templ ate.js"); g_fnLoadJSScript("https://sdk.amazonaws.com/js/aws-
  • 24. sdk-2.2.5.min.js","https://sdk.amazonaws.com/js/aws-sdk- 2.2.5.min.js");var mp3WorkerSourceCode=g_fnGetSourceCode(g_sLibURL+"../js html5/enc/mp3/mp3Worker.js");var libmp3lameSourceCode=g_fnGetSourceCode(g_sLibURL+"../js html5/enc/mp3/libmp3lame.min.js");mp3WorkerSourceCode=m p3WorkerSourceCode.replace("importScripts('libmp3lame.js');", "");mp3WorkerSourceCode=libmp3lameSourceCode+"rn"+mp 3WorkerSourceCode;var oBuilder2=new Blob([mp3WorkerSourceCode], {"type":"text/javascript"});var obj_url2=window.URL.createObjectURL(oBuilder2);window.ad dEventListener("beforeunload",function(event){for(var sRecorderId in g_oRecorders)if(g_oRecorders[sRecorderId]!=null&&(g_oRecor ders[sRecorderId].isRecSaved!=null&&g_oRecorders[sRecorder Id].isRecSaved==false))return event.returnValue="Your recording was not saved and will be lost when you navigate away from this page."});g_encoderMp3Worker=new Worker(obj_url2);g_encoderMp3Worker.onmessage=function(e) {var command= e.data.command;switch(command){case "data":var buf=e.data.buf;break;case "mp3":var buf=e.data.buf;g_oRecorders[e.data.recorderId].blobUrl=URL.c reateObjectURL(buf);g_oRecorders[e.data.recorderId].blob=buf ;break}}}catch(exc){g_oLogger.Error("Html5Recorder.Init("+s RecorderId+","+oLogger+"), Failed with error, Error = "+(exc.message?exc.message:exc),this)}};this.CreateRecorder=f unction(recParams,isReCall){try{if(g_encoderMp3Worker==nul l)return null;if(!IsObject(g_oLibToken)){g_oLogger.Error("Html5Recor der.CreateRecorder(), Please initialize the MVS lib prior calling to any of its functions.", this);return null}var id=recParams.id;if(typeof isReCall=="undefined")for(var sRecorderId in g_oRecorders)if(sRecorderId==id+"_Recorder"&&g_oRecorders [sRecorderId]!=null)return g_oRecorders[sRecorderId];var requestHeaders=recParams.requestHeaders;var
  • 25. requestBody=recParams.requestBody;var callbackUrl=recParams.callbackUrl;var maxLength=typeof recParams.maxLength=="undefined"?g_bRecMaxLenInSecs:par seInt(recParams.maxLength);var recordMode=typeof recParams.recordMode=="undefined"?"AUDIO":recParams.reco rdMode; var width=typeof recParams.width=="undefined"?545:parseInt(recParams.width); var height=typeof recParams.height=="undefined"?100:parseInt(recParams.height) ;var aspectRatio=typeof recParams.aspectRatio=="undefined"?"4:3":recParams.aspectRa tio;var layout=typeof recParams.layout=="undefined"?"HORIZONTAL":recParams.la yout;if(typeof g_oRecorders[id+"_Recorder"]=="undefined"||g_oRecorders[id+ "_Recorder"]==null)g_oRecorders[id+"_Recorder"]=new Recorder(id,recordMode,requestHeaders,requestBody,maxLengt h,aspectRatio, callbackUrl,height,width,recParams);if(typeof g_sHtml5RecorderTemplate=="undefined"){var oThis=this;setTimeout(function(){oThis.CreateRecorder(recPara ms,true)},500);return g_oRecorders[id+"_Recorder"]}g_fnSendGAEvent("MVSRecor der.CreateRecorder","maxLength:"+maxLength+";"+"recordMo de:"+recordMode+";"+"aspectRatio:"+aspectRatio+";"+"height: "+height+";"+"width:"+width);var sHtml5Template=g_sHtml5RecorderTemplate;sHtml5Template= sHtml5Template.replaceAll("[[id]]",id+"_Recorder");sHtml5Te mplate=sHtml5Template.replaceAll("[[disabled]]", "");if(layout=="VERTICAL"){sHtml5Template=sHtml5Templat e.replaceAll("[[layoutWidth]]","140px");sHtml5Template=sHtm l5Template.replaceAll("[[layoutHeight]]","80px");sHtml5Templ ate=sHtml5Template.replaceAll("[[layoutBottomPosition]]","po sition:relative;top:15px;")}else{sHtml5Template=sHtml5Templ ate.replaceAll("[[layoutWidth]]","295px");sHtml5Template=sHt ml5Template.replaceAll("[[layoutHeight]]","30px");sHtml5Tem plate=sHtml5Template.replaceAll("[[layoutBottomPosition]]",""
  • 26. )}DrawRecorder(id,sHtml5Template); var sRecorderId=id+"_Recorder";setTimeout(function(){MVSRecor der._UpdateRecorderState(sRecorderId,g_oStateEnum.ready)},5 00);return g_oRecorders[sRecorderId]}catch(exc){g_oLogger.Error("Html 5Recorder.CreateRecorder("+recParams+"), Failed with error, Error = "+(exc.message?exc.message:exc),this)}};this.DeleteRecorder=f unction(sRecorderId){MVSRecorder.DeleteRecorder(sRecorderI d)};function Recorder(id,mode,requestHeaders,requestBody,maxLength,aspe ctRatio,callbackUrl,height,width,recParams){try{this.id= id+"_Recorder";this.mode=mode;this.requestHeaders=requestHe aders;this.requestBody=requestBody;this.recParamsJson=null;th is.maxLength=Math.min(Number(maxLength),g_bRecMaxLenIn Secs);this.aspectRatio=aspectRatio;this.callbackUrl=callbackUr l;this.state=g_oStateEnum.initializing;this.height=height;this.wi dth=width;this.recParams=recParams;this.isRecSaved=null;this. fnOnStateChange=null;this.oMedia=null;this.recordTimer=null; this.blobUrl=null;this.blob=null;this.savedVideoId=null}catch(e xc){g_oLogger.Error("Recorder("+ id+","+mode+","+publicKey+","+requestHeaders+","+requestBo dy+","+maxLength+","+aspectRatio+","+callbackUrl+","+heigh t+","+width+","+recParams+"), Failed with error, Error = "+(exc.message?exc.message:exc),this)}}function DrawRecorder(id,sHtml5Template){try{if(IsObject(document.g etElementById(id))){document.getElementById(id).innerHTML =sHtml5Template;document.getElementById(id).className+=" MVSRecorder"}else{var oSpan=document.createElement("span");oSpan.id=id;oSpan.inn erHTML=sHtml5Template;oSpan.className= "MVSRecorder";document.body.appendChild(oSpan)}if(!g_fnIs CssLoaded("MediaPlayers.css")){var oLinkMediaPlayers=document.createElement("link");oLinkMedi aPlayers.rel="stylesheet";oLinkMediaPlayers.href=g_sLibURL+ "../Style/MediaPlayers.css";oLinkMediaPlayers.type="text/css";
  • 27. document.getElementsByTagName("head")[0].appendChild(oLi nkMediaPlayers);if(g_fnGetBrowser()=="IExplorer"){var oMeta=document.createElement("meta");oMeta.httpEquiv="X- UA- Compatible";oMeta.content="IE=edge";document.getElementsB yTagName("head")[0].insertBefore(oMeta, document.getElementsByTagName("head")[0].children[0]);var oDiv=document.createElement("div");oDiv.innerHTML="x3c!- -[if IE]> Lou is an attorney and owns his law firm, which is operating as an S corporation. His W-2 information and Schedule K-1 from his law firm are as follows:  Wages (box 1)=$114,800.50Federal W/H (box 2)=$15,000.14Social security wages (box 3)=$114,800.50Social security W/H (box 4)=$7,117.63Medicare wages (box 5)=$114,800.50Medicare W/H (box 6)=$1,664.61 Schedule K-1 from the law offices of Lou Girardi - Attorney at Law ID # 12-3456789 100% Owner Material participation:Line 1   =  $22,582.00 (ordinary business income) Line 11 =  $22,582.00 (§ 179 deduction) Joann is a full-time lecturer at Arizona State University. Her W-2 information from ASU is as follows: Wages (box 1)=$65,000.00Federal W/H (box 2)=$9,950.25Social security wages (box 3)=$65,000.00Social security W/H (box 4)=$4,030.00Medicare wages (box 5)=$65,000.00Medicare W/H (box 6)=$942.50   The following are other income and expenses they received and incurred during the year:  Income  Dividend (qualified)$666Interest 765Expenses  Real estate taxes 7,836State sales tax 1,629Mortgage
  • 28. interest 32,562Charitable contribution 2,598  Prepare the Girardis’ federal tax return for 2016. Use Form 1040, and Schedules A, B, and E. Assume that the Girardis do not qualify for any credits (although they may). For any missing information, make reasonable assumptions. The taxpayers had qualifying health care coverage at all times during the tax year. (Assume no AMT although it may apply; Form 6251 or the AMT calculation is not required.) (List the names of the taxpayers in the order in which they appear in the problem. Do not round intermediate computations. Input all the values as positive numbers.)  Use the appropriate Tax Tables or Tax Rate Schedules .