Tuesday, 26 April 2022

Self-Analysis by Gimeno

 https://drive.google.com/drive/folders/1-EHBtgfsGs74VSpmpjnPBvflpHG8mQ64?usp=sharing

My Perosnality Test by Gimeno

 https://www.16personalities.com/intp-personality?fbclid=IwAR0M6K6Ak_f6hXCnCH9ZegiSAkT0Ct9dxktgNF3vLvHlTTakFKXuJVTchqA

Interactive Media Activity 3 by Gimeno

Form Elements and Attributes

Determine The Age Group

Enter your details :



Interactive Media 2 by Gimeno

Activity 2 <title> </head> <body> <input type="text" placeholder ="Enter the prelim Grade" id ="input1"> <input type="text" placeholder ="Enter the midterm Grade" id ="input2"> <input type="text" placeholder ="Enter the finals Grade" id ="input3"> <button type="button" oneclick ="getSum();"> Compute </button> <script> function getSum() { let p=Number(document.getElementById("input1").value); let m=Number(document.getElementById("input2").value); let f=Number(document.getElementById("input3").value); average =(p*0.20 + m*0.30 + f*0.50) document.write ("Prelim:" +p + "<br> Midterm:" +m+ "<br> Finals:" +f +"<br> Average =" +average); } </script> </body> </html> <div style='clear: both;'></div> </div> <div class='post-footer'> <div class='post-footer-line post-footer-line-1'> <span class='post-author vcard'> </span> <span class='post-timestamp'> at <meta content='https://jeogimeno03.blogspot.com/2022/04/interactive-media-2-by-gimeno.html' itemprop='url'/> <a class='timestamp-link' href='https://jeogimeno03.blogspot.com/2022/04/interactive-media-2-by-gimeno.html' rel='bookmark' title='permanent link'><abbr class='published' itemprop='datePublished' title='2022-04-26T01:14:00-07:00'>April 26, 2022</abbr></a> </span> <span class='post-comment-link'> <a class='comment-link' href='https://jeogimeno03.blogspot.com/2022/04/interactive-media-2-by-gimeno.html#comment-form' onclick=''> No comments: </a> </span> <span class='post-icons'> <span class='item-control blog-admin pid-104455075'> <a href='https://www.blogger.com/post-edit.g?blogID=368268547999761093&postID=6304446462883870762&from=pencil' title='Edit Post'> <img alt='' class='icon-action' height='18' src='https://resources.blogblog.com/img/icon18_edit_allbkg.gif' width='18'/> </a> </span> </span> <div class='post-share-buttons goog-inline-block'> <a class='goog-inline-block share-button sb-email' href='https://www.blogger.com/share-post.g?blogID=368268547999761093&postID=6304446462883870762&target=email' target='_blank' title='Email This'><span class='share-button-link-text'>Email This</span></a><a class='goog-inline-block share-button sb-blog' href='https://www.blogger.com/share-post.g?blogID=368268547999761093&postID=6304446462883870762&target=blog' onclick='window.open(this.href, "_blank", "height=270,width=475"); return false;' target='_blank' title='BlogThis!'><span class='share-button-link-text'>BlogThis!</span></a><a class='goog-inline-block share-button sb-twitter' href='https://www.blogger.com/share-post.g?blogID=368268547999761093&postID=6304446462883870762&target=twitter' target='_blank' title='Share to X'><span class='share-button-link-text'>Share to X</span></a><a class='goog-inline-block share-button sb-facebook' href='https://www.blogger.com/share-post.g?blogID=368268547999761093&postID=6304446462883870762&target=facebook' onclick='window.open(this.href, "_blank", "height=430,width=640"); return false;' target='_blank' title='Share to Facebook'><span class='share-button-link-text'>Share to Facebook</span></a><a class='goog-inline-block share-button sb-pinterest' href='https://www.blogger.com/share-post.g?blogID=368268547999761093&postID=6304446462883870762&target=pinterest' target='_blank' title='Share to Pinterest'><span class='share-button-link-text'>Share to Pinterest</span></a> </div> </div> <div class='post-footer-line post-footer-line-2'> <span class='post-labels'> </span> </div> <div class='post-footer-line post-footer-line-3'> <span class='post-location'> </span> </div> </div> </div> </div> <div class='post-outer'> <div class='post hentry uncustomized-post-template' itemprop='blogPost' itemscope='itemscope' itemtype='http://schema.org/BlogPosting'> <meta content='368268547999761093' itemprop='blogId'/> <meta content='4620210627923419734' itemprop='postId'/> <a name='4620210627923419734'></a> <h3 class='post-title entry-title' itemprop='name'> <a href='https://jeogimeno03.blogspot.com/2022/04/form-elements-and-attributes-format-and.html'>Interactive Media Activity 1 by Gimeno</a> </h3> <div class='post-header'> <div class='post-header-line-1'></div> </div> <div class='post-body entry-content' id='post-body-4620210627923419734' itemprop='description articleBody'> <!--DOCTYPE html--> <html> <head> <title>Form Elements and Attributes

Determine The Age Group

Enter your details :



Tuesday, 12 April 2022

Research Proposal Finals by Firme, Gimeno, Pangalinan.

 https://drive.google.com/drive/folders/1o8ksh46RK9WGgepkXDL-lu_bIvVmIhxr?usp=sharing