Toeic test #1 LC
3 years ago in HTML
<html>
<head>
<title>Bài tập trắc nghiệm</title>
<meta charset="utf-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<script type="text/javascript" nonce="cf506d5c38804295b8a8c881e1d" src="//local.adguard.org?ts=1622865808047&amp;type=content-script&amp;dmn=cdn.fbsbx.com&amp;css=1&amp;js=1&amp;gcss=1&amp;rel=1&amp;rji=1"></script>
<script type="text/javascript" nonce="cf506d5c38804295b8a8c881e1d" src="//local.adguard.org?ts=1622865808047&amp;name=AdGuard%20Assistant%20Beta&amp;name=AdGuard%20Popup%20Blocker%20%28Beta%29&amp;name=AdGuard%20Extra%20Beta&amp;type=user-script"></script><link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css"/>
<script src="https://code.jquery.com/jquery-3.2.1.min.js"></script>
<style>
#show-answer {
position: absolute;
right: 50px;
bottom: 50px;
}
.container {
border-style: groove;
}
.header {
padding: 0;
}
.header iframe{
padding: 0px 30%;
}
.content {
border-style: double;
}
.form-docs {
width: 100%;
height: 700px;
float: left;
}
.form-answer {
width: 0px;
height: 700px;
float:left;
}
.form-docs.show-answer{
-webkit-transition: width 1s ease-in-out;
-moz-transition: width 1s ease-in-out;
-o-transition: width 1s ease-in-out;
transition: width 1s ease-in-out;
width:50%;
}
.form-answer.active{
-webkit-transition: width 1s ease-in-out;
-moz-transition: width 1s ease-in-out;
-o-transition: width 1s ease-in-out;
transition: width 1s ease-in-out;
width:50%;
}
</style>
</head>
<body>
<div class="container">
<div class="row">
<div class="col-lg-12 header">
<iframe height="100" src="https://drive.google.com/file/d/1ZD0O5YoHxqSNAYid2OjVWLFFrVTC6ckR/preview" width="100%"></iframe>
</div>
<div class="col-lg-12 content">
<div class="form-docs">
<iframe src="https://docs.google.com/forms/d/e/1FAIpQLSdr_vGLGhloKzvX8SL2K0P6u5-9LaEMIGSutGciRu8UuWB3dg/viewform?embedded=true" width="100%" height="80%" frameborder="0" marginheight="0" marginwidth="0">Đang tải…</iframe>
<!-- <iframe src="https://docs.google.com/forms/d/e/1FAIpQLSdr_vGLGhloKzvX8SL2K0P6u5-9LaEMIGSutGciRu8UuWB3dg/viewform?embedded=true" width="360" height="580" frameborder="0" marginheight="0" marginwidth="0">Đang tải…</iframe> -->
</div>
<div class="form-answer">
<iframe src="https://drive.google.com/file/d/1-di7zMBtC7Wr_YvBCwI5mXp-4_re31TX//preview" height="80%" width="100%" frameborder="0" marginheight="0" marginwidth="0">Đang tải…</iframe>
</div>
<button type="button" id="show-answer" class="btn btn-primary" >Xem kết quả</button>
<center><h3><font color="blue">Creator: Anh </font> </h3></center>
</div>
</div>
</div>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>
<script type="text/javascript">
$('#show-answer').click(function(){
if(!$('.form-docs.show-answer').length){
$('.form-docs').addClass('show-answer');
$('.form-answer').addClass('active');
$(this).hide();
}
});
</script>
</body>
</html>