Skip to content

Instantly share code, notes, and snippets.

@kevchentw
Created August 15, 2016 08:22
Show Gist options
  • Select an option

  • Save kevchentw/12eaa40971507ef434929f8eb34d996c to your computer and use it in GitHub Desktop.

Select an option

Save kevchentw/12eaa40971507ef434929f8eb34d996c to your computer and use it in GitHub Desktop.
<div class="container-fluid">
<div id="vital-statistics" class="coach-view">
<div id="stats-nav">
<h3>
班級數據
<span id="studentlists_dropdown" style="display: inline-block;">
<div id="studentlists_menu">
<select class="form-control">
<option value="ahBkZXZ-anVueWlhY2FkZW15chgLEgtTdHVkZW50TGlzdBiAgICAgLWsCAw">
asdfew
</option>
<option value="ahBkZXZ-anVueWlhY2FkZW15chgLEgtTdHVkZW50TGlzdBiAgICAgLXMCQw">
dsaf
</option>
<option value="ahBkZXZ-anVueWlhY2FkZW15chgLEgtTdHVkZW50TGlzdBiAgICAgNXfCgw">
first class
</option>
<option value="ahBkZXZ-anVueWlhY2FkZW15chgLEgtTdHVkZW50TGlzdBiAgICAgLWECAw">
greatassclass
</option>
<option value="ahBkZXZ-anVueWlhY2FkZW15chgLEgtTdHVkZW50TGlzdBiAgICAgLWECgw">
greatassclass
</option>
<option value="ahBkZXZ-anVueWlhY2FkZW15chgLEgtTdHVkZW50TGlzdBiAgICAgMijCQw">
hello
</option>
<option value="ahBkZXZ-anVueWlhY2FkZW15chgLEgtTdHVkZW50TGlzdBiAgICAgLX8CAw">
hihi
</option>
<option value="ahBkZXZ-anVueWlhY2FkZW15chgLEgtTdHVkZW50TGlzdBiAgICAgLW8Cww">
wqer
</option>
<option value="ahBkZXZ-anVueWlhY2FkZW15chgLEgtTdHVkZW50TGlzdBiAgICAgLW8CQw">
勇士隊
</option>
<option value="ahBkZXZ-anVueWlhY2FkZW15chgLEgtTdHVkZW50TGlzdBiAgICAgLXMCww">
小帥哥
</option>
<option value="ahBkZXZ-anVueWlhY2FkZW15chgLEgtTdHVkZW50TGlzdBiAgICAgLW8Cgw">
帥帥班
</option>
<option selected="" value="allstudents">
所有學生
</option>
<option value="ahBkZXZ-anVueWlhY2FkZW15chgLEgtTdHVkZW50TGlzdBiAgICAgL6BCgw">
測試指派任務
</option>
</select>
</div>
</span>
</h3>
<div id="high-level-class-stats">
<span id="students-coached">
<span class="profile-header-icon"><img src="/images/class-students-icon-shadow.png"></span>
<span class="count">
<span id="count_students">8</span><br>
<span class="label">學生</span>
</span>
</span>
<span id="energy-points">
<span class="energy-points-badge">41,914</span><br>
<span class="label">總能量點數</span>
</span>
</div>
<ul id="nav-accordion" class="ui-accordion ui-widget ui-helper-reset" role="tablist">
<li onclick="Analytics.send_ga_event('coach-tab', 'click', 'Coach-ProgressReport-Tab');" class="">
<a href="#" class="graph-link graph-link-header header graph-link-selected ui-accordion-header ui-helper-reset ui-state-default ui-accordion-icons ui-corner-all" role="tab" id="ui-accordion-nav-accordion-header-0" aria-controls="ui-accordion-nav-accordion-panel-0" aria-selected="false" tabindex="-1"><span class="ui-accordion-header-icon ui-icon ui-icon-triangle-1-e"></span>習題進度報告</a>
<div class="accordion-content ui-accordion-content ui-helper-reset ui-widget-content ui-corner-bottom" id="ui-accordion-nav-accordion-panel-0" aria-labelledby="ui-accordion-nav-accordion-header-0" role="tabpanel" aria-expanded="false" aria-hidden="true" style="display: none;">
顯示全部的技能
<div class="graph-options">
<span class="progress-legend exercise-color started" data-original-title="" title="">開&nbsp;&nbsp;始</span>
<span class="progress-legend exercise-color proficient" data-original-title="" title="">精&nbsp;&nbsp;熟</span>
<span class="progress-legend exercise-color struggling" data-original-title="" title="">掙&nbsp;&nbsp;扎</span>
<span class="progress-legend exercise-color mastery-challenge-icon" data-original-title="" title=""><img class="level-up-reminding-icon" src="/images/level_up_rocket.png">可升級</span><br>
<span class="progress-legend exercise-color level1" data-original-title="" title="">等級1</span>
<span class="progress-legend exercise-color level2" data-original-title="" title="">等級2</span>
<span class="progress-legend exercise-color level3" data-original-title="" title="">等級3</span>
</div>
</div>
</li>
<li onclick="Analytics.send_ga_event('coach-tab', 'click', 'Coach-VideoProgressReport-Tab');" class="">
<a href="#" class="graph-link graph-link-header header ui-accordion-header ui-helper-reset ui-state-default ui-accordion-icons ui-accordion-header-active ui-state-active ui-corner-top" role="tab" id="ui-accordion-nav-accordion-header-1" aria-controls="ui-accordion-nav-accordion-panel-1" aria-selected="true" tabindex="0"><span class="ui-accordion-header-icon ui-icon ui-icon-triangle-1-s"></span>影片進度報告</a>
<div class="accordion-content ui-accordion-content ui-helper-reset ui-widget-content ui-corner-bottom ui-accordion-content-active" id="ui-accordion-nav-accordion-panel-1" aria-labelledby="ui-accordion-nav-accordion-header-1" role="tabpanel" aria-expanded="true" aria-hidden="false" style="display: block;">
顯示全部的影片
<div class="graph-options">
<span class="progress-legend video-color started" data-original-title="" title="">開始</span>
<span class="progress-legend video-color half" data-original-title="" title="">過半</span>
<span class="progress-legend video-color done" data-original-title="" title="">看完</span>
</div>
</div>
</li>
<li onclick="Analytics.send_ga_event('coach-tab', 'click', 'Coach-ProgressSummary-Tab');" class="">
<a href="#" class="graph-link graph-link-header header ui-accordion-header ui-helper-reset ui-state-default ui-accordion-icons ui-corner-all" role="tab" id="ui-accordion-nav-accordion-header-2" aria-controls="ui-accordion-nav-accordion-panel-2" aria-selected="false" tabindex="-1"><span class="ui-accordion-header-icon ui-icon ui-icon-triangle-1-e"></span>習題進度總覽</a>
<p class="accordion-content ui-accordion-content ui-helper-reset ui-widget-content ui-corner-bottom" id="ui-accordion-nav-accordion-panel-2" aria-labelledby="ui-accordion-nav-accordion-header-2" role="tabpanel" aria-expanded="false" aria-hidden="true" style="display: none;">
顯示學生練習與完成的技能
</p>
</li>
<li onclick="Analytics.send_ga_event('coach-tab', 'click', 'Coach-DailyActivity-Tab');" class="">
<a href="#" class="graph-link graph-link-header header ui-accordion-header ui-helper-reset ui-state-default ui-accordion-icons ui-corner-all" role="tab" id="ui-accordion-nav-accordion-header-3" aria-controls="ui-accordion-nav-accordion-panel-3" aria-selected="false" tabindex="-1"><span class="ui-accordion-header-icon ui-icon ui-icon-triangle-1-e"></span>每日記錄</a>
<p class="accordion-content ui-accordion-content ui-helper-reset ui-widget-content ui-corner-bottom" id="ui-accordion-nav-accordion-panel-3" aria-labelledby="ui-accordion-nav-accordion-header-3" role="tabpanel" aria-expanded="false" aria-hidden="true" style="display: none;">
顯示指定日期的班上動態<br><br>
<span class="instructions">淺藍色為上課時間,深藍色為課後時間</span>
</p></li>
<li onclick="Analytics.send_ga_event('coach-tab', 'click', 'Coach-ProgressOverTime-Tab');">
<a href="#" class="graph-link graph-link-header header ui-accordion-header ui-helper-reset ui-state-default ui-corner-all ui-accordion-icons" role="tab" id="ui-accordion-nav-accordion-header-4" aria-controls="ui-accordion-nav-accordion-panel-4" aria-selected="false" tabindex="-1"><span class="ui-accordion-header-icon ui-icon ui-icon-triangle-1-e"></span>技能進展</a>
<div class="accordion-content ui-accordion-content ui-helper-reset ui-widget-content ui-corner-bottom" id="ui-accordion-nav-accordion-panel-4" aria-labelledby="ui-accordion-nav-accordion-header-4" role="tabpanel" aria-expanded="false" aria-hidden="true" style="display: none;">顯示學生隨著時間的技能進展<br><br>
<span class="instructions"><a href="#" class="highlight-section show-students-highlight">只看某一位學生</a>的技能進展</span><br>
<div id="students-highlight" class="vertical-choice-container" style="display:none;"><ul>
<li>
<a href="#" class="highlight-student-series" data-email="test@example.com">Stephen Curry</a>
</li>
<li>
<a href="#" class="highlight-student-series" data-email="test01@example.com">士林Stephen Curry</a>
</li>
<li>
<a href="#" class="highlight-student-series" data-email="child10">王小滑</a>
</li>
<li>
<a href="#" class="highlight-student-series" data-email="child020">王小華</a>
</li>
<li>
<a href="#" class="highlight-student-series" data-email="child003">王小華</a>
</li>
<li>
<a href="#" class="highlight-student-series" data-email="child011">王小華</a>
</li>
<li>
<a href="#" class="highlight-student-series" data-email="child004">王小華</a>
</li>
<li>
<a href="#" class="highlight-student-series" data-email="child008">王小華</a>
</li>
</ul></div>
</div>
</li>
<li onclick="Analytics.send_ga_event('coach-tab', 'click', 'Coach-StudentReport-Tab');">
<a href="#" class="graph-link graph-link-header header ui-accordion-header ui-helper-reset ui-state-default ui-corner-all ui-accordion-icons" role="tab" id="ui-accordion-nav-accordion-header-5" aria-controls="ui-accordion-nav-accordion-panel-5" aria-selected="false" tabindex="-1"><span class="ui-accordion-header-icon ui-icon ui-icon-triangle-1-e"></span>學生總表</a>
<div class="accordion-content ui-accordion-content ui-helper-reset ui-widget-content ui-corner-bottom" id="ui-accordion-nav-accordion-panel-5" aria-labelledby="ui-accordion-nav-accordion-header-5" role="tabpanel" aria-expanded="false" aria-hidden="true" style="display: none;">
顯示學生的能量點數、徽章與技能。
</div>
</li>
</ul>
<div class="guider_control">
<button id="btnCopyHtml" type="button" class="btn btn-primary">Copy HTML</button>
<button id="btnGuide" type="button" class="btn btn-primary">Guide</button>
<textarea id="textAreaHtml"> </textarea>
</div>
</div>
<div id="stats-filters">
<!-- the goals filter -->
<div class="filter">
<a href="/api/v1/user/students/progressreport?coach_email=test%40example.com&amp;list_id=allstudents" class="graph-link graph-link-header header graph-link-selected">Progress Report</a>
<div class="filter-block">
<h3><b>習題進度報告</b></h3>
</div>
<br>
<div class="filter-block" style="height:40px">
<span class="coach-filter-block" id="progressreport-subject-filter"></span>
<span class="coach-filter-block">
<input type="checkbox" class="progressreport-filter-check" id="progressreport-struggling" name="struggling"> <label for="progressreport-struggling"> 掙扎</label>
</span>
<span class="coach-filter-block"><input type="checkbox" class="progressreport-filter-check" id="progressreport-recent" name="recent"> <label> 最近的活動:</label>
<select id="progressreport-filter-last-time" class="form-control"><option value="1">1天</option><option value="2">2天</option><option value="3">3天</option><option selected="" value="7">1週</option><option value="30">1月</option></select>
</span>
</div>
<div class="filter-block" style="height:auto">
<label for="coach-filter-block"> 搜尋: </label>
<select id="student-progressreport-search-type" class="form-control">
<option value="skillname"> 技能名稱 </option>
<option value="nickname"> 學生 </option>
</select>
<input type="hidden" id="student-progressreport-search" multiple="" class="search-input blur-on-esc student-search" style="width:400px">
<p class="how-to-save-search-results" data-toggle="tooltip" title="" data-original-title="請把本頁加入瀏覽器書籤列,下次再來就會自動填入關鍵字!">如何儲存搜尋結果?</p>
</div>
</div>
<div class="filter" style="display: block;">
<a href="/api/v1/user/students/videoprogressreport?coach_email=test%40example.com&amp;list_id=allstudents" class="graph-link graph-link-header header ">Video Progress Report</a>
<div class="filter-block">
<h3><b>影片進度報告</b></h3>
</div>
<br>
<div class="filter-block" style="height:40px">
<span class="coach-filter-block" id="videoprogressreport-subject-filter"><label for="progressreport-struggling">選擇範圍:</label>
<select class="form-control subject-filter" id="videoprogressreport-subject">
<option value="幾何">幾何</option>
<option value="地理">地理</option>
<option value="算數">算數</option>
<option value="代數">代數</option>
<option value="高中物理">高中物理</option>
<option value="均一教育平台介紹">均一教育平台介紹</option>
<option value="高中英文單字">高中英文單字</option>
<option value="矩陣">矩陣</option>
<option value="線性代數">線性代數</option>
<option value="國中生物">國中生物</option>
<option value="高中數學">高中數學</option>
<option value="" selected="selected">所有科目/單元</option>
</select>
</span>
<span class="coach-filter-block"><input type="checkbox" class="videoprogressreport-filter-check" id="videoprogressreport-recent" name="recent"> <label for="videoprogressreport-recent">最近的活動:</label>
<select id="videoprogressreport-filter-last-time" class="form-control"><option value="1">1天</option><option value="2">2天</option><option value="3">3天</option><option selected="" value="7">1週</option><option value="30">1月</option></select>
</span>
</div>
<div class="filter-block" style="height:auto">
<label for="coach-filter-block"> 搜尋: </label>
<select id="student-videoprogressreport-search-type" class="form-control">
<option value="skillname"> 影片名稱 </option>
<option value="nickname"> 學生 </option>
</select>
<div class="select2-container select2-container-multi search-input blur-on-esc student-search" id="s2id_student-videoprogressreport-search" style="width: 400px; display: inline-block; overflow-y: auto; height: auto;"><ul class="select2-choices"> <li class="select2-search-field"> <label for="s2id_autogen3" class="select2-offscreen"></label> <input type="text" autocomplete="off" autocorrect="off" autocapitalize="off" spellcheck="false" class="select2-input select2-default" id="s2id_autogen3" placeholder="" style="width: 393px;"> </li></ul><div class="select2-drop select2-drop-multi select2-display-none"> <ul class="select2-results"> </ul></div></div><input type="hidden" id="student-videoprogressreport-search" multiple="" class="search-input blur-on-esc student-search" style="width: 400px; display: none;" tabindex="-1">
<p class="how-to-save-search-results" data-toggle="tooltip" title="" data-original-title="請把本頁加入瀏覽器書籤列,下次再來就會自動填入關鍵字!">如何儲存搜尋結果?</p>
</div>
</div>
<div class="filter" style="display: none;">
<a href="/api/v1/user/students/progress/summary?coach_email=test%40example.com&amp;list_id=allstudents" class="graph-link graph-link-header header ">Progress Summary</a>
<div class="filter-block">
<h3>習題進度總覽</h3>
</div>
<div class="filter-block">
<p>顯示
<input type="text" id="student-progresssummary-search" placeholder="技能名稱" class="search-input form-control ui-corner-all blur-on-esc student-search">
單元/科目
<span class="coach-filter-block" id="progresssummary-subject-filter"><label for="progressreport-struggling">選擇範圍:</label>
<select class="form-control subject-filter" id="progresssummary-subject">
<option value="算術">算術</option>
<option value="幾何">幾何</option>
<option value="博幼">博幼</option>
<option value="代數">代數</option>
<option value="線性代數">線性代數</option>
<option value="微積分">微積分</option>
<option value="數列與級數">數列與級數</option>
<option value="統計">統計</option>
<option value="國中生物">國中生物</option>
<option value="" selected="selected">所有科目/單元</option>
</select>
</span>
</p></div>
</div>
<div class="filter" style="display: none;">
<a href="/profile/graph/classtime?coach_email=test%40example.com&amp;list_id=allstudents" class="graph-link graph-link-header header ">Daily Activity Report</a>
<div class="filter-block">
<h3>顯示每日記錄: </h3>
<input type="text" id="targetDatepicker" value="今天" class="hasDatepicker">
</div>
</div>
<div class="filter">
<a href="/api/v1/user/students/goals?coach_email=test%40example.com&amp;list_id=allstudents" class="graph-link graph-link-header header ">Goals</a>
<div class="filter-block">
<h3>目標</h3>
<p>排序:
</p></div>
<div class="filter-block">
<select id="student-goals-sort" class="form-control">
<option value="name"> 學生 </option>
<option value="progress"> 進展 </option>
<option value="created"> 最近開始 </option>
<option value="updated"> 最近更新 </option>
</select>
</div>
<div class="filter-block">
<p>顯示
<input type="text" id="student-goals-search" placeholder="學生或小目標" class="search-input form-control ui-corner-all blur-on-esc student-search">
<span class="coach-filter-block"><input type="checkbox" class="student-goals-filter-check" id="goal-most-recent-filter" name="most-recent">
<label for="goal-most-recent-filter">最近有更新</label></span>
<span class="coach-filter-block"><input type="checkbox" class="student-goals-filter-check" id="goal-in-progress-filter" name="in-progress">
<label for="goal-in-progress-filter">進步中</label></span>
<span class="coach-filter-block"><input type="checkbox" class="student-goals-filter-check" id="goal-struggling-filter" name="struggling">
<label for="goal-struggling-filter">掙扎中</label>
</span>
</p></div>
</div>
<div class="filter">
<a href="/api/v1/user/students/studentreport?coach_email=test%40example.com&amp;list_id=allstudents" class="graph-link graph-link-header header ">StudentReport</a>
<ul class="pagination" id="nav-studentreport">
<li class="studentreport-link" id="studentreport-badge">
<a href="#">徽章</a>
</li>
<li class="studentreport-link" id="studentreport-exercise">
<a href="#">練習題</a>
</li>
<li class="studentreport-link" id="studentreport-video">
<a href="#">影片</a>
</li>
<li class="studentreport-link active" id="studentreport-all"><a href="#">全部</a></li>
</ul>
</div>
</div>
<div id="stats-charts" class="fancy-scrollbar -ce-capture coach-view">
<div id="graph-control-container">
<div id="graph-container">
<div id="graph-progress-bar" class="throbber-progress-bar ui-progressbar ui-widget ui-widget-content ui-corner-all" role="progressbar" aria-valuemin="0" aria-valuemax="100" aria-valuenow="100" style="display: none;"><div class="ui-progressbar-value ui-widget-header ui-corner-left ui-corner-right" style="width: 102%;"></div></div>
<div id="graph-content">
<table id="module-progress" cellspacing="0" cellpadding="0" border="0">
<tbody><tr id="student_progress_first_row">
<th id="firstTd" class="tableHeader" style="width: 97px;">學生進度</th>
<td>
<div id="divHeader" class="sizeOnResize" style="overflow: hidden; width: 823px; line-height: 15px;">
<table cellspacing="0" cellpadding="0" border="1" style="width: 100%">
<tbody><tr>
<th class="tablesave-student-email">學生 email</th>
<th class="student-exercises-col" data-id="0" style="display: table-cell;">
<div class="tableHeader" style="height: 105px;">
<div class="table-topic-text table-topic-text-lean">
比例尺的應用
</div>
</div>
</th>
<th class="student-exercises-col" data-id="1" style="display: table-cell;">
<div class="tableHeader" style="height: 105px;">
<div class="table-topic-text table-topic-text-lean">
全球氣候分布part2 溫帶濕潤氣候
</div>
</div>
</th>
<th class="student-exercises-col" data-id="2" style="display: table-cell;">
<div class="tableHeader" style="height: 105px;">
<div class="table-topic-text table-topic-text-lean">
小數 - (25)小數轉換成為分數的方法
</div>
</div>
</th>
<th class="student-exercises-col" data-id="3" style="display: table-cell;">
<div class="tableHeader" style="height: 105px;">
<div class="table-topic-text table-topic-text-lean">
二元一次聯立方程式應用問題例7
</div>
</div>
</th>
<th class="student-exercises-col" data-id="4" style="display: table-cell;">
<div class="tableHeader" style="height: 105px;">
<div class="table-topic-text table-topic-text-lean">
小數的乘法 整數乘以小數1
</div>
</div>
</th>
<th class="student-exercises-col" data-id="5" style="display: table-cell;">
<div class="tableHeader" style="height: 105px;">
<div class="table-topic-text table-topic-text-lean">
小數 - (08)小數概念的基本練習題1
</div>
</div>
</th>
<th class="student-exercises-col" data-id="6" style="display: table-cell;">
<div class="tableHeader" style="height: 105px;">
<div class="table-topic-text table-topic-text-lean">
梯形兩腰中點連線性質
</div>
</div>
</th>
<th class="student-exercises-col" data-id="7" style="display: table-cell;">
<div class="tableHeader" style="height: 105px;">
<div class="table-topic-text table-topic-text-lean">
三角形相似性質
</div>
</div>
</th>
<th class="student-exercises-col" data-id="8" style="display: table-cell;">
<div class="tableHeader" style="height: 105px;">
<div class="table-topic-text table-topic-text-lean">
二元一次聯立方程式的圖形
</div>
</div>
</th>
<th class="student-exercises-col" data-id="9" style="display: table-cell;">
<div class="tableHeader" style="height: 105px;">
<div class="table-topic-text table-topic-text-lean">
比較不同數字的大小
</div>
</div>
</th>
<th class="student-exercises-col" data-id="10" style="display: table-cell;">
<div class="tableHeader" style="height: 105px;">
<div class="table-topic-text table-topic-text-lean">
分數型二元一次式的化簡
</div>
</div>
</th>
<th class="student-exercises-col" data-id="11" style="display: table-cell;">
<div class="tableHeader" style="height: 105px;">
<div class="table-topic-text table-topic-text-lean">
畫出二元一次方程式的圖形
</div>
</div>
</th>
<th class="student-exercises-col" data-id="12" style="display: table-cell;">
<div class="tableHeader" style="height: 105px;">
<div class="table-topic-text table-topic-text-lean">
縮小圖的生活應用
</div>
</div>
</th>
<th class="student-exercises-col" data-id="13" style="display: table-cell;">
<div class="tableHeader" style="height: 105px;">
<div class="table-topic-text table-topic-text-lean">
小數 - (07)小數各個位數的名稱
</div>
</div>
</th>
<th class="student-exercises-col" data-id="14" style="display: table-cell;">
<div class="tableHeader" style="height: 105px;">
<div class="table-topic-text table-topic-text-lean">
小數 - (14)多位小數的減法
</div>
</div>
</th>
<th class="student-exercises-col" data-id="15" style="display: table-cell;">
<div class="tableHeader" style="height: 105px;">
<div class="table-topic-text table-topic-text-lean">
小數 - (16)小數的乘法練習1
</div>
</div>
</th>
<th class="student-exercises-col" data-id="16" style="display: table-cell;">
<div class="tableHeader" style="height: 105px;">
<div class="table-topic-text table-topic-text-lean">
相似三角形面積比與周長比
</div>
</div>
</th>
<th class="student-exercises-col" data-id="17" style="display: table-cell;">
<div class="tableHeader" style="height: 105px;">
<div class="table-topic-text table-topic-text-lean">
分數化為小數1
</div>
</div>
</th>
<th class="student-exercises-col" data-id="18" style="display: table-cell;">
<div class="tableHeader" style="height: 105px;">
<div class="table-topic-text table-topic-text-lean">
三位數的加法與減法2
</div>
</div>
</th>
<th class="student-exercises-col" data-id="19" style="display: table-cell;">
<div class="tableHeader" style="height: 105px;">
<div class="table-topic-text table-topic-text-lean">
數線上的加減
</div>
</div>
</th>
<th class="student-exercises-col" data-id="20" style="display: table-cell;">
<div class="tableHeader" style="height: 105px;">
<div class="table-topic-text table-topic-text-lean">
7-1觀念03能量的類型
</div>
</div>
</th>
<th class="student-exercises-col" data-id="21" style="display: table-cell;">
<div class="tableHeader" style="height: 105px;">
<div class="table-topic-text table-topic-text-lean">
用數線比較大小
</div>
</div>
</th>
<th class="student-exercises-col" data-id="22" style="display: table-cell;">
<div class="tableHeader" style="height: 105px;">
<div class="table-topic-text table-topic-text-lean">
中點座標公式
</div>
</div>
</th>
<th class="student-exercises-col" data-id="23" style="display: table-cell;">
<div class="tableHeader" style="height: 105px;">
<div class="table-topic-text table-topic-text-lean">
放大圖縮小圖的基本概念
</div>
</div>
</th>
<th class="student-exercises-col" data-id="24" style="display: table-cell;">
<div class="tableHeader" style="height: 105px;">
<div class="table-topic-text table-topic-text-lean">
小數 - (06)10冪次的算法整理
</div>
</div>
</th>
<th class="student-exercises-col" data-id="25" style="display: table-cell;">
<div class="tableHeader" style="height: 105px;">
<div class="table-topic-text table-topic-text-lean">
小數 - (10)小數概念的基本練習題3
</div>
</div>
</th>
<th class="student-exercises-col" data-id="26" style="display: table-cell;">
<div class="tableHeader" style="height: 105px;">
<div class="table-topic-text table-topic-text-lean">
小數 - (17)小數的乘法練習2
</div>
</div>
</th>
<th class="student-exercises-col" data-id="27" style="display: table-cell;">
<div class="tableHeader" style="height: 105px;">
<div class="table-topic-text table-topic-text-lean">
梯形兩腰中點連線性質(例1~例3)
</div>
</div>
</th>
<th class="student-exercises-col" data-id="28" style="display: table-cell;">
<div class="tableHeader" style="height: 105px;">
<div class="table-topic-text table-topic-text-lean">
小數 - (31)把分母轉換成為10的冪次
</div>
</div>
</th>
<th class="student-exercises-col" data-id="29" style="display: table-cell;">
<div class="tableHeader" style="height: 105px;">
<div class="table-topic-text table-topic-text-lean">
多項式的相等
</div>
</div>
</th>
<th class="student-exercises-col" data-id="30" style="display: table-cell;">
<div class="tableHeader" style="height: 105px;">
<div class="table-topic-text table-topic-text-lean">
小數的乘法3
</div>
</div>
</th>
<th class="student-exercises-col" data-id="31" style="display: table-cell;">
<div class="tableHeader" style="height: 105px;">
<div class="table-topic-text table-topic-text-lean">
二元一次聯立方程式應用問題例11、12
</div>
</div>
</th>
<th class="student-exercises-col" data-id="32" style="display: table-cell;">
<div class="tableHeader" style="height: 105px;">
<div class="table-topic-text table-topic-text-lean">
特殊型式的二元一次聯立方程式
</div>
</div>
</th>
<th class="student-exercises-col" data-id="33" style="display: table-cell;">
<div class="tableHeader" style="height: 105px;">
<div class="table-topic-text table-topic-text-lean">
小數 - (38)分數在數線上的表示練習題
</div>
</div>
</th>
<th class="student-exercises-col" data-id="34" style="display: table-cell;">
<div class="tableHeader" style="height: 105px;">
<div class="table-topic-text table-topic-text-lean">
內分比性質
</div>
</div>
</th>
<th class="student-exercises-col" data-id="35" style="display: table-cell;">
<div class="tableHeader" style="height: 105px;">
<div class="table-topic-text table-topic-text-lean">
比例尺練習4
</div>
</div>
</th>
<th class="student-exercises-col" data-id="36" style="display: table-cell;">
<div class="tableHeader" style="height: 105px;">
<div class="table-topic-text table-topic-text-lean">
二元一次方程式的圖形及聯立方程式圖形
</div>
</div>
</th>
<th class="student-exercises-col" data-id="37" style="display: table-cell;">
<div class="tableHeader" style="height: 105px;">
<div class="table-topic-text table-topic-text-lean">
小數 - (01)0.1和0.01
</div>
</div>
</th>
<th class="student-exercises-col" data-id="38" style="display: table-cell;">
<div class="tableHeader" style="height: 105px;">
<div class="table-topic-text table-topic-text-lean">
小數 - (04)乘以10和乘以100
</div>
</div>
</th>
<th class="student-exercises-col" data-id="39" style="display: table-cell;">
<div class="tableHeader" style="height: 105px;">
<div class="table-topic-text table-topic-text-lean">
小數 - (13)多位小數的加法
</div>
</div>
</th>
<th class="student-exercises-col" data-id="40" style="display: table-cell;">
<div class="tableHeader" style="height: 105px;">
<div class="table-topic-text table-topic-text-lean">
平行線截比例線段性質
</div>
</div>
</th>
<th class="student-exercises-col" data-id="41" style="display: table-cell;">
<div class="tableHeader" style="height: 105px;">
<div class="table-topic-text table-topic-text-lean">
直角坐標平面
</div>
</div>
</th>
<th class="student-exercises-col" data-id="42" style="display: table-cell;">
<div class="tableHeader" style="height: 105px;">
<div class="table-topic-text table-topic-text-lean">
代入消去法1
</div>
</div>
</th>
<th class="student-exercises-col" data-id="43" style="display: table-cell;">
<div class="tableHeader" style="height: 105px;">
<div class="table-topic-text table-topic-text-lean">
解二元一次聯立方程式
</div>
</div>
</th>
<th class="student-exercises-col" data-id="44" style="display: table-cell;">
<div class="tableHeader" style="height: 105px;">
<div class="table-topic-text table-topic-text-lean">
小數 - (43)小數用四捨五入取概數
</div>
</div>
</th>
<th class="student-exercises-col" data-id="45" style="display: table-cell;">
<div class="tableHeader" style="height: 105px;">
<div class="table-topic-text table-topic-text-lean">
座標平面上點的平移2
</div>
</div>
</th>
<th class="student-exercises-col" data-id="46" style="display: table-cell;">
<div class="tableHeader" style="height: 105px;">
<div class="table-topic-text table-topic-text-lean">
簡易測量
</div>
</div>
</th>
<th class="student-exercises-col" data-id="47" style="display: table-cell;">
<div class="tableHeader" style="height: 105px;">
<div class="table-topic-text table-topic-text-lean">
二元一次聯立方程式解的情形1
</div>
</div>
</th>
<th class="student-exercises-col" data-id="48" style="display: table-cell;">
<div class="tableHeader" style="height: 105px;">
<div class="table-topic-text table-topic-text-lean">
代入消去法例3、4、5
</div>
</div>
</th>
<th class="student-exercises-col" data-id="49" style="display: table-cell;">
<div class="tableHeader" style="height: 105px;">
<div class="table-topic-text table-topic-text-lean">
三角形三邊中點連線性質
</div>
</div>
</th>
<th class="student-exercises-col" data-id="50" style="display: table-cell;">
<div class="tableHeader" style="height: 105px;">
<div class="table-topic-text table-topic-text-lean">
全球氣候分布part2-1 溫帶濕潤氣候-溫地
</div>
</div>
</th>
<th class="student-exercises-col" data-id="51" style="display: table-cell;">
<div class="tableHeader" style="height: 105px;">
<div class="table-topic-text table-topic-text-lean">
小數 - (19)整數除以整數並且除盡的計算方式
</div>
</div>
</th>
<th class="student-exercises-col" data-id="52" style="display: table-cell;">
<div class="tableHeader" style="height: 105px;">
<div class="table-topic-text table-topic-text-lean">
小數 - (45)除不盡的無限小數用四捨五入取概數
</div>
</div>
</th>
<th class="student-exercises-col" data-id="53" style="display: table-cell;">
<div class="tableHeader" style="height: 105px;">
<div class="table-topic-text table-topic-text-lean">
7-1觀念06熱能與分子動能的關係
</div>
</div>
</th>
<th class="student-exercises-col" data-id="54" style="display: table-cell;">
<div class="tableHeader" style="height: 105px;">
<div class="table-topic-text table-topic-text-lean">
二元一次聯立方程式應用問題例4、5
</div>
</div>
</th>
<th class="student-exercises-col" data-id="55" style="display: table-cell;">
<div class="tableHeader" style="height: 105px;">
<div class="table-topic-text table-topic-text-lean">
加減消去法例4、5
</div>
</div>
</th>
<th class="student-exercises-col" data-id="56" style="display: table-cell;">
<div class="tableHeader" style="height: 105px;">
<div class="table-topic-text table-topic-text-lean">
二元一次式的化簡例5、6
</div>
</div>
</th>
<th class="student-exercises-col" data-id="57" style="display: table-cell;">
<div class="tableHeader" style="height: 105px;">
<div class="table-topic-text table-topic-text-lean">
全球氣候分布part4-2 溫帶沙漠氣候
</div>
</div>
</th>
<th class="student-exercises-col" data-id="58" style="display: table-cell;">
<div class="tableHeader" style="height: 105px;">
<div class="table-topic-text table-topic-text-lean">
小數 - (34)分數和小數的比大小練習題1
</div>
</div>
</th>
<th class="student-exercises-col" data-id="59" style="display: table-cell;">
<div class="tableHeader" style="height: 105px;">
<div class="table-topic-text table-topic-text-lean">
二元一次聯立方程式的應用題3
</div>
</div>
</th>
<th class="student-exercises-col" data-id="60" style="display: table-cell;">
<div class="tableHeader" style="height: 105px;">
<div class="table-topic-text table-topic-text-lean">
二元一次聯立方程式應用問題例8
</div>
</div>
</th>
<th class="student-exercises-col" data-id="61" style="display: table-cell;">
<div class="tableHeader" style="height: 105px;">
<div class="table-topic-text table-topic-text-lean">
全球氣候分布part2-4 溫帶濕潤氣候-夏雨型
</div>
</div>
</th>
<th class="student-exercises-col" data-id="62" style="display: table-cell;">
<div class="tableHeader" style="height: 105px;">
<div class="table-topic-text table-topic-text-lean">
乘法公式的解釋拆掛號的的方式)
</div>
</div>
</th>
<th class="student-exercises-col" data-id="63" style="display: table-cell;">
<div class="tableHeader" style="height: 105px;">
<div class="table-topic-text table-topic-text-lean">
乘法公式運用
</div>
</div>
</th>
<th class="student-exercises-col" data-id="64" style="display: table-cell;">
<div class="tableHeader" style="height: 105px;">
<div class="table-topic-text table-topic-text-lean">
多項式的排列
</div>
</div>
</th>
<th class="student-exercises-col" data-id="65" style="display: table-cell;">
<div class="tableHeader" style="height: 105px;">
<div class="table-topic-text table-topic-text-lean">
如何整理多項式同類項合併)
</div>
</div>
</th>
<th class="student-exercises-col" data-id="66" style="display: table-cell;">
<div class="tableHeader" style="height: 105px;">
<div class="table-topic-text table-topic-text-lean">
行星風系與地方風系
</div>
</div>
</th>
<th class="student-exercises-col" data-id="67" style="display: table-cell;">
<div class="tableHeader" style="height: 105px;">
<div class="table-topic-text table-topic-text-lean">
二元一次方程式及其解的意義
</div>
</div>
</th>
<th class="student-exercises-col" data-id="68" style="display: table-cell;">
<div class="tableHeader" style="height: 105px;">
<div class="table-topic-text table-topic-text-lean">
多項式的除法直式 (三項式除以二項式)
</div>
</div>
</th>
<th class="student-exercises-col" data-id="69" style="display: table-cell;">
<div class="tableHeader" style="height: 105px;">
<div class="table-topic-text table-topic-text-lean">
乘法公式的應用
</div>
</div>
</th>
<th class="student-exercises-col" data-id="70" style="display: table-cell;">
<div class="tableHeader" style="height: 105px;">
<div class="table-topic-text table-topic-text-lean">
均一教育平台介紹1
</div>
</div>
</th>
<th class="student-exercises-col" data-id="71" style="display: table-cell;">
<div class="tableHeader" style="height: 105px;">
<div class="table-topic-text table-topic-text-lean">
全球氣候分布part3 寒帶氣候
</div>
</div>
</th>
<th class="student-exercises-col" data-id="72" style="display: table-cell;">
<div class="tableHeader" style="height: 105px;">
<div class="table-topic-text table-topic-text-lean">
全球氣候分布part2-3 溫帶濕潤氣候-溫陸
</div>
</div>
</th>
<th class="student-exercises-col" data-id="73" style="display: table-cell;">
<div class="tableHeader" style="height: 105px;">
<div class="table-topic-text table-topic-text-lean">
分數與小數的轉換2
</div>
</div>
</th>
<th class="student-exercises-col" data-id="74" style="display: table-cell;">
<div class="tableHeader" style="height: 105px;">
<div class="table-topic-text table-topic-text-lean">
expert: 專家, 專精的
</div>
</div>
</th>
<th class="student-exercises-col" data-id="75" style="display: table-cell;">
<div class="tableHeader" style="height: 105px;">
<div class="table-topic-text table-topic-text-lean">
7-1例題02重力位能與重力作功
</div>
</div>
</th>
<th class="student-exercises-col" data-id="76" style="display: table-cell;">
<div class="tableHeader" style="height: 105px;">
<div class="table-topic-text table-topic-text-lean">
小數 - (27)小數轉換成為分數的練習
</div>
</div>
</th>
<th class="student-exercises-col" data-id="77" style="display: table-cell;">
<div class="tableHeader" style="height: 105px;">
<div class="table-topic-text table-topic-text-lean">
平行線截比例線段性質(例2~例4)
</div>
</div>
</th>
<th class="student-exercises-col" data-id="78" style="display: table-cell;">
<div class="tableHeader" style="height: 105px;">
<div class="table-topic-text table-topic-text-lean">
判斷象限
</div>
</div>
</th>
<th class="student-exercises-col" data-id="79" style="display: table-cell;">
<div class="tableHeader" style="height: 105px;">
<div class="table-topic-text table-topic-text-lean">
7-1觀念01功的定義
</div>
</div>
</th>
<th class="student-exercises-col" data-id="80" style="display: table-cell;">
<div class="tableHeader" style="height: 105px;">
<div class="table-topic-text table-topic-text-lean">
比例尺練習3
</div>
</div>
</th>
<th class="student-exercises-col" data-id="81" style="display: table-cell;">
<div class="tableHeader" style="height: 105px;">
<div class="table-topic-text table-topic-text-lean">
小數的除法1
</div>
</div>
</th>
<th class="student-exercises-col" data-id="82" style="display: table-cell;">
<div class="tableHeader" style="height: 105px;">
<div class="table-topic-text table-topic-text-lean">
矩陣向量積當做線性轉換 (英)
</div>
</div>
</th>
<th class="student-exercises-col" data-id="83" style="display: table-cell;">
<div class="tableHeader" style="height: 105px;">
<div class="table-topic-text table-topic-text-lean">
縮放圖形(例1~例3)
</div>
</div>
</th>
<th class="student-exercises-col" data-id="84" style="display: table-cell;">
<div class="tableHeader" style="height: 105px;">
<div class="table-topic-text table-topic-text-lean">
小數乘以十的次方數
</div>
</div>
</th>
<th class="student-exercises-col" data-id="85" style="display: table-cell;">
<div class="tableHeader" style="height: 105px;">
<div class="table-topic-text table-topic-text-lean">
相似形的生活應用(比例尺)
</div>
</div>
</th>
<th class="student-exercises-col" data-id="86" style="display: table-cell;">
<div class="tableHeader" style="height: 105px;">
<div class="table-topic-text table-topic-text-lean">
循環小數化為分數2
</div>
</div>
</th>
<th class="student-exercises-col" data-id="87" style="display: table-cell;">
<div class="tableHeader" style="height: 105px;">
<div class="table-topic-text table-topic-text-lean">
三角形兩邊中點連線(例1、例2)
</div>
</div>
</th>
<th class="student-exercises-col" data-id="88" style="display: table-cell;">
<div class="tableHeader" style="height: 105px;">
<div class="table-topic-text table-topic-text-lean">
全球氣候分布part6 高地氣候
</div>
</div>
</th>
<th class="student-exercises-col" data-id="89" style="display: table-cell;">
<div class="tableHeader" style="height: 105px;">
<div class="table-topic-text table-topic-text-lean">
加減消去法解二元一次聯立方程式
</div>
</div>
</th>
<th class="student-exercises-col" data-id="90" style="display: table-cell;">
<div class="tableHeader" style="height: 105px;">
<div class="table-topic-text table-topic-text-lean">
圖形的縮小與放大
</div>
</div>
</th>
<th class="student-exercises-col" data-id="91" style="display: table-cell;">
<div class="tableHeader" style="height: 105px;">
<div class="table-topic-text table-topic-text-lean">
相似多邊形
</div>
</div>
</th>
<th class="student-exercises-col" data-id="92" style="display: table-cell;">
<div class="tableHeader" style="height: 105px;">
<div class="table-topic-text table-topic-text-lean">
全球洋流的分布
</div>
</div>
</th>
<th class="student-exercises-col" data-id="93" style="display: table-cell;">
<div class="tableHeader" style="height: 105px;">
<div class="table-topic-text table-topic-text-lean">
零次多項式和零多項式
</div>
</div>
</th>
<th class="student-exercises-col" data-id="94" style="display: table-cell;">
<div class="tableHeader" style="height: 105px;">
<div class="table-topic-text table-topic-text-lean">
有機物與無機物
</div>
</div>
</th>
<th class="student-exercises-col" data-id="95" style="display: table-cell;">
<div class="tableHeader" style="height: 105px;">
<div class="table-topic-text table-topic-text-lean">
三角形相似性質(例3~例4)
</div>
</div>
</th>
<th class="student-exercises-col" data-id="96" style="display: table-cell;">
<div class="tableHeader" style="height: 105px;">
<div class="table-topic-text table-topic-text-lean">
小數 - (28)分數轉換成為小數的方法1
</div>
</div>
</th>
<th class="student-exercises-col" data-id="97" style="display: table-cell;">
<div class="tableHeader" style="height: 105px;">
<div class="table-topic-text table-topic-text-lean">
二元一次聯立方程式應用問題例9、10
</div>
</div>
</th>
<th class="student-exercises-col" data-id="98" style="display: table-cell;">
<div class="tableHeader" style="height: 105px;">
<div class="table-topic-text table-topic-text-lean">
7-1觀念02力與位移的夾角決定功的正負
</div>
</div>
</th>
<th class="student-exercises-col" data-id="99" style="display: table-cell;">
<div class="tableHeader" style="height: 105px;">
<div class="table-topic-text table-topic-text-lean">
加減消去法例6、7
</div>
</div>
</th>
<th class="student-exercises-col" data-id="100" style="display: table-cell;">
<div class="tableHeader" style="height: 105px;">
<div class="table-topic-text table-topic-text-lean">
二元一次聯立方程式的應用題4
</div>
</div>
</th>
<th class="student-exercises-col" data-id="101" style="display: table-cell;">
<div class="tableHeader" style="height: 105px;">
<div class="table-topic-text table-topic-text-lean">
小數 - (12)多位小數的比大小
</div>
</div>
</th>
<th class="student-exercises-col" data-id="102" style="display: table-cell;">
<div class="tableHeader" style="height: 105px;">
<div class="table-topic-text table-topic-text-lean">
二元一次方程式的意義
</div>
</div>
</th>
<th class="student-exercises-col" data-id="103" style="display: table-cell;">
<div class="tableHeader" style="height: 105px;">
<div class="table-topic-text table-topic-text-lean">
三位數的加法與減法3
</div>
</div>
</th>
<th class="student-exercises-col" data-id="104" style="display: table-cell;">
<div class="tableHeader" style="height: 105px;">
<div class="table-topic-text table-topic-text-lean">
小數的除法2
</div>
</div>
</th>
<th class="student-exercises-col" data-id="105" style="display: table-cell;">
<div class="tableHeader" style="height: 105px;">
<div class="table-topic-text table-topic-text-lean">
分數換成小數2
</div>
</div>
</th>
<th class="student-exercises-col" data-id="106" style="display: table-cell;">
<div class="tableHeader" style="height: 105px;">
<div class="table-topic-text table-topic-text-lean">
平行線截比例線段(例5~例6)
</div>
</div>
</th>
<th class="student-exercises-col" data-id="107" style="display: table-cell;">
<div class="tableHeader" style="height: 105px;">
<div class="table-topic-text table-topic-text-lean">
小數 - (03)除以10和除以100的練習題
</div>
</div>
</th>
<th class="student-exercises-col" data-id="108" style="display: table-cell;">
<div class="tableHeader" style="height: 105px;">
<div class="table-topic-text table-topic-text-lean">
小數 - (15)小數的乘法直式計算方式
</div>
</div>
</th>
<th class="student-exercises-col" data-id="109" style="display: table-cell;">
<div class="tableHeader" style="height: 105px;">
<div class="table-topic-text table-topic-text-lean">
代入消去法例1、2
</div>
</div>
</th>
<th class="student-exercises-col" data-id="110" style="display: table-cell;">
<div class="tableHeader" style="height: 105px;">
<div class="table-topic-text table-topic-text-lean">
時間的基本概念
</div>
</div>
</th>
<th class="student-exercises-col" data-id="111" style="display: table-cell;">
<div class="tableHeader" style="height: 105px;">
<div class="table-topic-text table-topic-text-lean">
認識千位1
</div>
</div>
</th>
<th class="student-exercises-col" data-id="112" style="display: table-cell;">
<div class="tableHeader" style="height: 105px;">
<div class="table-topic-text table-topic-text-lean">
分數與小數的轉換1
</div>
</div>
</th>
<th class="student-exercises-col" data-id="113" style="display: table-cell;">
<div class="tableHeader" style="height: 105px;">
<div class="table-topic-text table-topic-text-lean">
小數的加法
</div>
</div>
</th>
<th class="student-exercises-col" data-id="114" style="display: table-cell;">
<div class="tableHeader" style="height: 105px;">
<div class="table-topic-text table-topic-text-lean">
三角形兩邊中點連線(例3)
</div>
</div>
</th>
<th class="student-exercises-col" data-id="115" style="display: table-cell;">
<div class="tableHeader" style="height: 105px;">
<div class="table-topic-text table-topic-text-lean">
小數的乘法 移小數點乘以10倍、100倍、1000倍
</div>
</div>
</th>
<th class="student-exercises-col" data-id="116" style="display: table-cell;">
<div class="tableHeader" style="height: 105px;">
<div class="table-topic-text table-topic-text-lean">
7-1例題01合力作功=動能變化量
</div>
</div>
</th>
<th class="student-exercises-col" data-id="117" style="display: table-cell;">
<div class="tableHeader" style="height: 105px;">
<div class="table-topic-text table-topic-text-lean">
平行線截比例線段逆性質
</div>
</div>
</th>
<th class="student-exercises-col" data-id="118" style="display: table-cell;">
<div class="tableHeader" style="height: 105px;">
<div class="table-topic-text table-topic-text-lean">
小數加減的應用
</div>
</div>
</th>
<th class="student-exercises-col" data-id="119" style="display: table-cell;">
<div class="tableHeader" style="height: 105px;">
<div class="table-topic-text table-topic-text-lean">
二元一次式的值
</div>
</div>
</th>
<th class="student-exercises-col" data-id="120" style="display: table-cell;">
<div class="tableHeader" style="height: 105px;">
<div class="table-topic-text table-topic-text-lean">
小數的乘法 小數乘法對減法的分配律
</div>
</div>
</th>
<th class="student-exercises-col" data-id="121" style="display: table-cell;">
<div class="tableHeader" style="height: 105px;">
<div class="table-topic-text table-topic-text-lean">
數線上的減法
</div>
</div>
</th>
<th class="student-exercises-col" data-id="122" style="display: table-cell;">
<div class="tableHeader" style="height: 105px;">
<div class="table-topic-text table-topic-text-lean">
分數乘以整數
</div>
</div>
</th>
<th class="student-exercises-col" data-id="123" style="display: table-cell;">
<div class="tableHeader" style="height: 105px;">
<div class="table-topic-text table-topic-text-lean">
小數 - (21)整數除以整數並且除盡的練習題2
</div>
</div>
</th>
<th class="student-exercises-col" data-id="124" style="display: table-cell;">
<div class="tableHeader" style="height: 105px;">
<div class="table-topic-text table-topic-text-lean">
二元一次聯立方程式的應用題1
</div>
</div>
</th>
<th class="student-exercises-col" data-id="125" style="display: table-cell;">
<div class="tableHeader" style="height: 105px;">
<div class="table-topic-text table-topic-text-lean">
多項式加減法綜合應用1
</div>
</div>
</th>
<th class="student-exercises-col" data-id="126" style="display: table-cell;">
<div class="tableHeader" style="height: 105px;">
<div class="table-topic-text table-topic-text-lean">
多項式乘法的直式介紹2
</div>
</div>
</th>
<th class="student-exercises-col" data-id="127" style="display: table-cell;">
<div class="tableHeader" style="height: 105px;">
<div class="table-topic-text table-topic-text-lean">
相似形的討論
</div>
</div>
</th>
<th class="student-exercises-col" data-id="128" style="display: table-cell;">
<div class="tableHeader" style="height: 105px;">
<div class="table-topic-text table-topic-text-lean">
比例尺練習2
</div>
</div>
</th>
<th class="student-exercises-col" data-id="129" style="display: table-cell;">
<div class="tableHeader" style="height: 105px;">
<div class="table-topic-text table-topic-text-lean">
比例尺練習1
</div>
</div>
</th>
<th class="student-exercises-col" data-id="130" style="display: table-cell;">
<div class="tableHeader" style="height: 105px;">
<div class="table-topic-text table-topic-text-lean">
三角形兩邊中點連線性質(2)
</div>
</div>
</th>
<th class="student-exercises-col" data-id="131" style="display: table-cell;">
<div class="tableHeader" style="height: 105px;">
<div class="table-topic-text table-topic-text-lean">
全球氣候分布part2-2 溫帶濕潤氣候-溫海
</div>
</div>
</th>
<th class="student-exercises-col" data-id="132" style="display: table-cell;">
<div class="tableHeader" style="height: 105px;">
<div class="table-topic-text table-topic-text-lean">
二元一次聯立方程式解的情形2
</div>
</div>
</th>
<th class="student-exercises-col" data-id="133" style="display: table-cell;">
<div class="tableHeader" style="height: 105px;">
<div class="table-topic-text table-topic-text-lean">
二元一次方程式的解
</div>
</div>
</th>
<th class="student-exercises-col" data-id="134" style="display: table-cell;">
<div class="tableHeader" style="height: 105px;">
<div class="table-topic-text table-topic-text-lean">
二元一次式的化簡例1~例4
</div>
</div>
</th>
<th class="student-exercises-col" data-id="135" style="display: table-cell;">
<div class="tableHeader" style="height: 105px;">
<div class="table-topic-text table-topic-text-lean">
二元一次聯立方程式的應用題6
</div>
</div>
</th>
<th class="student-exercises-col" data-id="136" style="display: table-cell;">
<div class="tableHeader" style="height: 105px;">
<div class="table-topic-text table-topic-text-lean">
四位數的加法與減法1
</div>
</div>
</th>
<th class="student-exercises-col" data-id="137" style="display: table-cell;">
<div class="tableHeader" style="height: 105px;">
<div class="table-topic-text table-topic-text-lean">
三角形底邊與面積關係
</div>
</div>
</th>
<th class="student-exercises-col" data-id="138" style="display: table-cell;">
<div class="tableHeader" style="height: 105px;">
<div class="table-topic-text table-topic-text-lean">
如何手繪台灣地圖
</div>
</div>
</th>
<th class="student-exercises-col" data-id="139" style="display: table-cell;">
<div class="tableHeader" style="height: 105px;">
<div class="table-topic-text table-topic-text-lean">
三位數的加法與減法1
</div>
</div>
</th>
<th class="student-exercises-col" data-id="140" style="display: table-cell;">
<div class="tableHeader" style="height: 105px;">
<div class="table-topic-text table-topic-text-lean">
比較小數的大小
</div>
</div>
</th>
<th class="student-exercises-col" data-id="141" style="display: table-cell;">
<div class="tableHeader" style="height: 105px;">
<div class="table-topic-text table-topic-text-lean">
小數的減法1
</div>
</div>
</th>
<th class="student-exercises-col" data-id="142" style="display: table-cell;">
<div class="tableHeader" style="height: 105px;">
<div class="table-topic-text table-topic-text-lean">
認識千位2
</div>
</div>
</th>
<th class="student-exercises-col" data-id="143" style="display: table-cell;">
<div class="tableHeader" style="height: 105px;">
<div class="table-topic-text table-topic-text-lean">
同底等高三角形
</div>
</div>
</th>
<th class="student-exercises-col" data-id="144" style="display: table-cell;">
<div class="tableHeader" style="height: 105px;">
<div class="table-topic-text table-topic-text-lean">
小數的除法2 5公尺的鐵條重3 2公斤
</div>
</div>
</th>
<th class="student-exercises-col" data-id="145" style="display: table-cell;">
<div class="tableHeader" style="height: 105px;">
<div class="table-topic-text table-topic-text-lean">
循環小數化為分數1
</div>
</div>
</th>
<th class="student-exercises-col" data-id="146" style="display: table-cell;">
<div class="tableHeader" style="height: 105px;">
<div class="table-topic-text table-topic-text-lean">
等高三角形面積比
</div>
</div>
</th>
<th class="student-exercises-col" data-id="147" style="display: table-cell;">
<div class="tableHeader" style="height: 105px;">
<div class="table-topic-text table-topic-text-lean">
多項式的值
</div>
</div>
</th>
<th class="student-exercises-col" data-id="148" style="display: table-cell;">
<div class="tableHeader" style="height: 105px;">
<div class="table-topic-text table-topic-text-lean">
小數點位值
</div>
</div>
</th>
<th class="student-exercises-col" data-id="149" style="display: table-cell;">
<div class="tableHeader" style="height: 105px;">
<div class="table-topic-text table-topic-text-lean">
小數 - (33)分數和小數比大小的分法
</div>
</div>
</th>
<th class="student-exercises-col" data-id="150" style="display: table-cell;">
<div class="tableHeader" style="height: 105px;">
<div class="table-topic-text table-topic-text-lean">
相似形的基本概念
</div>
</div>
</th>
<th class="student-exercises-col" data-id="151" style="display: table-cell;">
<div class="tableHeader" style="height: 105px;">
<div class="table-topic-text table-topic-text-lean">
加減消去法例3
</div>
</div>
</th>
<th class="student-exercises-col" data-id="152" style="display: table-cell;">
<div class="tableHeader" style="height: 105px;">
<div class="table-topic-text table-topic-text-lean">
2-1觀念01原子的種類
</div>
</div>
</th>
<th class="student-exercises-col" data-id="153" style="display: table-cell;">
<div class="tableHeader" style="height: 105px;">
<div class="table-topic-text table-topic-text-lean">
被除數除以小數為什麼商會變大
</div>
</div>
</th>
<th class="student-exercises-col" data-id="154" style="display: table-cell;">
<div class="tableHeader" style="height: 105px;">
<div class="table-topic-text table-topic-text-lean">
全球氣候分布part4-1 熱帶沙漠氣候
</div>
</div>
</th>
<th class="student-exercises-col" data-id="155" style="display: table-cell;">
<div class="tableHeader" style="height: 105px;">
<div class="table-topic-text table-topic-text-lean">
小數 - (05)乘以10和乘以100的練習題
</div>
</div>
</th>
<th class="student-exercises-col" data-id="156" style="display: table-cell;">
<div class="tableHeader" style="height: 105px;">
<div class="table-topic-text table-topic-text-lean">
二元一次式的化簡
</div>
</div>
</th>
<th class="student-exercises-col" data-id="157" style="display: table-cell;">
<div class="tableHeader" style="height: 105px;">
<div class="table-topic-text table-topic-text-lean">
小數 - (18)小數的乘法練習3
</div>
</div>
</th>
<th class="student-exercises-col" data-id="158" style="display: table-cell;">
<div class="tableHeader" style="height: 105px;">
<div class="table-topic-text table-topic-text-lean">
小數的減法2
</div>
</div>
</th>
<th class="student-exercises-col" data-id="159" style="display: table-cell;">
<div class="tableHeader" style="height: 105px;">
<div class="table-topic-text table-topic-text-lean">
加減消去法例1、2
</div>
</div>
</th>
<th class="student-exercises-col" data-id="160" style="display: table-cell;">
<div class="tableHeader" style="height: 105px;">
<div class="table-topic-text table-topic-text-lean">
7-1觀念04動能的基本介紹
</div>
</div>
</th>
<th class="student-exercises-col" data-id="161" style="display: table-cell;">
<div class="tableHeader" style="height: 105px;">
<div class="table-topic-text table-topic-text-lean">
二元一次式的化簡例7、8
</div>
</div>
</th>
<th class="student-exercises-col" data-id="162" style="display: table-cell;">
<div class="tableHeader" style="height: 105px;">
<div class="table-topic-text table-topic-text-lean">
平行線截比例線段證明(例1)
</div>
</div>
</th>
<th class="student-exercises-col" data-id="163" style="display: table-cell;">
<div class="tableHeader" style="height: 105px;">
<div class="table-topic-text table-topic-text-lean">
小數 - (41)在小數數線上表示分數的位置
</div>
</div>
</th>
<th class="student-exercises-col" data-id="164" style="display: table-cell;">
<div class="tableHeader" style="height: 105px;">
<div class="table-topic-text table-topic-text-lean">
小數 - (26)小數快速轉換成為分數的四步驟
</div>
</div>
</th>
<th class="student-exercises-col" data-id="165" style="display: table-cell;">
<div class="tableHeader" style="height: 105px;">
<div class="table-topic-text table-topic-text-lean">
分數的乘法 理解乘法對加法的分配律
</div>
</div>
</th>
<th class="student-exercises-col" data-id="166" style="display: table-cell;">
<div class="tableHeader" style="height: 105px;">
<div class="table-topic-text table-topic-text-lean">
二元一次聯立方程式應用問題例1、2、3
</div>
</div>
</th>
<th class="student-exercises-col" data-id="167" style="display: table-cell;">
<div class="tableHeader" style="height: 105px;">
<div class="table-topic-text table-topic-text-lean">
三角形兩邊中點連線性質(1)
</div>
</div>
</th>
<th class="student-exercises-col" data-id="168" style="display: table-cell;">
<div class="tableHeader" style="height: 105px;">
<div class="table-topic-text table-topic-text-lean">
小數除法比較大小運用被除數與除數同乘以10倍來思考
</div>
</div>
</th>
<th class="student-exercises-col" data-id="169" style="display: table-cell;">
<div class="tableHeader" style="height: 105px;">
<div class="table-topic-text table-topic-text-lean">
二元一次聯立方程式的解及其圖形
</div>
</div>
</th>
<th class="student-exercises-col" data-id="170" style="display: table-cell;">
<div class="tableHeader" style="height: 105px;">
<div class="table-topic-text table-topic-text-lean">
平方差公式的解釋(拼成梯形)
</div>
</div>
</th>
<th class="student-exercises-col" data-id="171" style="display: table-cell;">
<div class="tableHeader" style="height: 105px;">
<div class="table-topic-text table-topic-text-lean">
多項式的減法
</div>
</div>
</th>
<th class="student-exercises-col" data-id="172" style="display: table-cell;">
<div class="tableHeader" style="height: 105px;">
<div class="table-topic-text table-topic-text-lean">
多項式除法進階問題
</div>
</div>
</th>
<th class="student-exercises-col" data-id="173" style="display: table-cell;">
<div class="tableHeader" style="height: 105px;">
<div class="table-topic-text table-topic-text-lean">
用小數來做估計
</div>
</div>
</th>
<th class="student-exercises-col" data-id="174" style="display: table-cell;">
<div class="tableHeader" style="height: 105px;">
<div class="table-topic-text table-topic-text-lean">
小數的乘法 整數乘以小數2
</div>
</div>
</th>
<th class="student-exercises-col" data-id="175" style="display: table-cell;">
<div class="tableHeader" style="height: 105px;">
<div class="table-topic-text table-topic-text-lean">
小數 - (23)整數除以整數並且除盡的練習題4
</div>
</div>
</th>
<th class="student-exercises-col" data-id="176" style="display: table-cell;">
<div class="tableHeader" style="height: 105px;">
<div class="table-topic-text table-topic-text-lean">
小數 - (37)分數在數線上的表示
</div>
</div>
</th>
<th class="student-exercises-col" data-id="177" style="display: table-cell;">
<div class="tableHeader" style="height: 105px;">
<div class="table-topic-text table-topic-text-lean">
小數 - (29)分數轉換成為小數的方法2
</div>
</div>
</th>
<th class="student-exercises-col" data-id="178" style="display: table-cell;">
<div class="tableHeader" style="height: 105px;">
<div class="table-topic-text table-topic-text-lean">
小數的四捨五入
</div>
</div>
</th>
<th class="student-exercises-col" data-id="179" style="display: table-cell;">
<div class="tableHeader" style="height: 105px;">
<div class="table-topic-text table-topic-text-lean">
平行線截比例線段(例7、例8)
</div>
</div>
</th>
<th class="student-exercises-col" data-id="180" style="display: table-cell;">
<div class="tableHeader" style="height: 105px;">
<div class="table-topic-text table-topic-text-lean">
座標平面上點的平移
</div>
</div>
</th>
<th class="student-exercises-col" data-id="181" style="display: table-cell;">
<div class="tableHeader" style="height: 105px;">
<div class="table-topic-text table-topic-text-lean">
四邊形四邊中點連線性質
</div>
</div>
</th>
<th class="student-exercises-col" data-id="182" style="display: table-cell;">
<div class="tableHeader" style="height: 105px;">
<div class="table-topic-text table-topic-text-lean">
——————隨機變數——————
</div>
</div>
</th>
<th class="student-exercises-col" data-id="183" style="display: table-cell;">
<div class="tableHeader" style="height: 105px;">
<div class="table-topic-text table-topic-text-lean">
多項式乘法的直式介紹1
</div>
</div>
</th>
<th class="student-exercises-col" data-id="184" style="display: table-cell;">
<div class="tableHeader" style="height: 105px;">
<div class="table-topic-text table-topic-text-lean">
相似形的邊角關係
</div>
</div>
</th>
<th class="student-exercises-col" data-id="185" style="display: table-cell;">
<div class="tableHeader" style="height: 105px;">
<div class="table-topic-text table-topic-text-lean">
縮放圖形
</div>
</div>
</th>
<th class="student-exercises-col" data-id="186" style="display: table-cell;">
<div class="tableHeader" style="height: 105px;">
<div class="table-topic-text table-topic-text-lean">
全球氣候分布part1 熱帶濕潤氣候
</div>
</div>
</th>
<th class="student-exercises-col" data-id="187" style="display: table-cell;">
<div class="tableHeader" style="height: 105px;">
<div class="table-topic-text table-topic-text-lean">
直角坐標平面中象限的概念
</div>
</div>
</th>
<th class="student-exercises-col" data-id="188" style="display: table-cell;">
<div class="tableHeader" style="height: 105px;">
<div class="table-topic-text table-topic-text-lean">
代入消去法2
</div>
</div>
</th>
<th class="student-exercises-col" data-id="189" style="display: table-cell;">
<div class="tableHeader" style="height: 105px;">
<div class="table-topic-text table-topic-text-lean">
梯形對角線中點連線性質
</div>
</div>
</th>
<th class="student-exercises-col" data-id="190" style="display: table-cell;">
<div class="tableHeader" style="height: 105px;">
<div class="table-topic-text table-topic-text-lean">
小數除以十的次方數1
</div>
</div>
</th>
<th class="student-exercises-col" data-id="191" style="display: table-cell;">
<div class="tableHeader" style="height: 105px;">
<div class="table-topic-text table-topic-text-lean">
小數的乘法2
</div>
</div>
</th>
<th class="student-exercises-col" data-id="192" style="display: table-cell;">
<div class="tableHeader" style="height: 105px;">
<div class="table-topic-text table-topic-text-lean">
多項式除法的基本概念
</div>
</div>
</th>
<th class="student-exercises-col" data-id="193" style="display: table-cell;">
<div class="tableHeader" style="height: 105px;">
<div class="table-topic-text table-topic-text-lean">
小數 - (20)整數除以整數並且除盡的練習題1
</div>
</div>
</th>
<th class="student-exercises-col" data-id="194" style="display: table-cell;">
<div class="tableHeader" style="height: 105px;">
<div class="table-topic-text table-topic-text-lean">
小數 - (24)整數除以整數並且除盡的練習題5
</div>
</div>
</th>
<th class="student-exercises-col" data-id="195" style="display: table-cell;">
<div class="tableHeader" style="height: 105px;">
<div class="table-topic-text table-topic-text-lean">
全球氣候分布part5 季風氣候
</div>
</div>
</th>
<th class="student-exercises-col" data-id="196" style="display: table-cell;">
<div class="tableHeader" style="height: 105px;">
<div class="table-topic-text table-topic-text-lean">
小數化為分數
</div>
</div>
</th>
<th class="student-exercises-col" data-id="197" style="display: table-cell;">
<div class="tableHeader" style="height: 105px;">
<div class="table-topic-text table-topic-text-lean">
多項式的加法
</div>
</div>
</th>
<th class="student-exercises-col" data-id="198" style="display: table-cell;">
<div class="tableHeader" style="height: 105px;">
<div class="table-topic-text table-topic-text-lean">
多項式加減混合運算
</div>
</div>
</th>
<th class="student-exercises-col" data-id="199" style="display: table-cell;">
<div class="tableHeader" style="height: 105px;">
<div class="table-topic-text table-topic-text-lean">
小數 - (22)整數除以整數並且除盡的練習題3
</div>
</div>
</th>
<th class="student-exercises-col" data-id="200" style="display: table-cell;">
<div class="tableHeader" style="height: 105px;">
<div class="table-topic-text table-topic-text-lean">
運用分離係數的方式計算多項式的乘法
</div>
</div>
</th>
<th class="student-exercises-col" data-id="201" style="display: table-cell;">
<div class="tableHeader" style="height: 105px;">
<div class="table-topic-text table-topic-text-lean">
相似多邊形(例1~例2)
</div>
</div>
</th>
<th class="student-exercises-col" data-id="202" style="display: table-cell;">
<div class="tableHeader" style="height: 105px;">
<div class="table-topic-text table-topic-text-lean">
小數 - (36)分數和小數之間的轉換應用練習題
</div>
</div>
</th>
<th class="student-exercises-col" data-id="203" style="display: table-cell;">
<div class="tableHeader" style="height: 105px;">
<div class="table-topic-text table-topic-text-lean">
二元一次聯立方程式解的情形3
</div>
</div>
</th>
<th class="student-exercises-col" data-id="204" style="display: table-cell;">
<div class="tableHeader" style="height: 105px;">
<div class="table-topic-text table-topic-text-lean">
小數 - (44)小數用四捨五入取概數的練習題
</div>
</div>
</th>
<th class="student-exercises-col" data-id="205" style="display: table-cell;">
<div class="tableHeader" style="height: 105px;">
<div class="table-topic-text table-topic-text-lean">
二元一次聯立方程式應用問題例6
</div>
</div>
</th>
<th class="student-exercises-col" data-id="206" style="display: table-cell;">
<div class="tableHeader" style="height: 105px;">
<div class="table-topic-text table-topic-text-lean">
小數 - (30)分數轉換成為小數的方法3
</div>
</div>
</th>
<th class="student-exercises-col" data-id="207" style="display: table-cell;">
<div class="tableHeader" style="height: 105px;">
<div class="table-topic-text table-topic-text-lean">
小數 - (42)在小數數線上表示分數的位置練習題
</div>
</div>
</th>
<th class="student-exercises-col" data-id="208" style="display: table-cell;">
<div class="tableHeader" style="height: 105px;">
<div class="table-topic-text table-topic-text-lean">
多項式乘法的基本觀念
</div>
</div>
</th>
<th class="student-exercises-col" data-id="209" style="display: table-cell;">
<div class="tableHeader" style="height: 105px;">
<div class="table-topic-text table-topic-text-lean">
數線上的小數
</div>
</div>
</th>
<th class="student-exercises-col" data-id="210" style="display: table-cell;">
<div class="tableHeader" style="height: 105px;">
<div class="table-topic-text table-topic-text-lean">
多項式乘法需假設的題型
</div>
</div>
</th>
<th class="student-exercises-col" data-id="211" style="display: table-cell;">
<div class="tableHeader" style="height: 105px;">
<div class="table-topic-text table-topic-text-lean">
分數的乘法 理解乘法對減法的分配律
</div>
</div>
</th>
<th class="student-exercises-col" data-id="212" style="display: table-cell;">
<div class="tableHeader" style="height: 105px;">
<div class="table-topic-text table-topic-text-lean">
小數 - (32)容易轉換成10的冪次的數
</div>
</div>
</th>
<th class="student-exercises-col" data-id="213" style="display: table-cell;">
<div class="tableHeader" style="height: 105px;">
<div class="table-topic-text table-topic-text-lean">
判斷點在象限或座標軸
</div>
</div>
</th>
<th class="student-exercises-col" data-id="214" style="display: table-cell;">
<div class="tableHeader" style="height: 105px;">
<div class="table-topic-text table-topic-text-lean">
多項式基本觀念介紹
</div>
</div>
</th>
<th class="student-exercises-col" data-id="215" style="display: table-cell;">
<div class="tableHeader" style="height: 105px;">
<div class="table-topic-text table-topic-text-lean">
小數的乘法1
</div>
</div>
</th>
<th class="student-exercises-col" data-id="216" style="display: table-cell;">
<div class="tableHeader" style="height: 105px;">
<div class="table-topic-text table-topic-text-lean">
二元一次式
</div>
</div>
</th>
<th class="student-exercises-col" data-id="217" style="display: table-cell;">
<div class="tableHeader" style="height: 105px;">
<div class="table-topic-text table-topic-text-lean">
二元一次式的意義
</div>
</div>
</th>
<th class="student-exercises-col" data-id="218" style="display: table-cell;">
<div class="tableHeader" style="height: 105px;">
<div class="table-topic-text table-topic-text-lean">
二元一次聯立方程式的應用題5
</div>
</div>
</th>
<th class="student-exercises-col" data-id="219" style="display: table-cell;">
<div class="tableHeader" style="height: 105px;">
<div class="table-topic-text table-topic-text-lean">
小數 - (09)小數概念的基本練習題2
</div>
</div>
</th>
<th class="student-exercises-col" data-id="220" style="display: table-cell;">
<div class="tableHeader" style="height: 105px;">
<div class="table-topic-text table-topic-text-lean">
小數 - (11)小數概念的基本練習題4
</div>
</div>
</th>
<th class="student-exercises-col" data-id="221" style="display: table-cell;">
<div class="tableHeader" style="height: 105px;">
<div class="table-topic-text table-topic-text-lean">
三角形相似性質(例1~例2)
</div>
</div>
</th>
<th class="student-exercises-col" data-id="222" style="display: table-cell;">
<div class="tableHeader" style="height: 105px;">
<div class="table-topic-text table-topic-text-lean">
7-1觀念05重力位能的基本介紹
</div>
</div>
</th>
<th class="student-exercises-col" data-id="223" style="display: table-cell;">
<div class="tableHeader" style="height: 105px;">
<div class="table-topic-text table-topic-text-lean">
相似三角形面積比與周長比(例1~例3)
</div>
</div>
</th>
<th class="student-exercises-col" data-id="224" style="display: table-cell;">
<div class="tableHeader" style="height: 105px;">
<div class="table-topic-text table-topic-text-lean">
小數 - (02)除以10和除以100
</div>
</div>
</th>
<th class="student-exercises-col" data-id="225" style="display: table-cell;">
<div class="tableHeader" style="height: 105px;">
<div class="table-topic-text table-topic-text-lean">
多項式加減法的綜合應用2
</div>
</div>
</th>
<th class="student-exercises-col" data-id="226" style="display: table-cell;">
<div class="tableHeader" style="height: 105px;">
<div class="table-topic-text table-topic-text-lean">
小數 - (35)分數和小數的比大小練習題2
</div>
</div>
</th>
<th class="student-exercises-col" data-id="227" style="display: table-cell;">
<div class="tableHeader" style="height: 105px;">
<div class="table-topic-text table-topic-text-lean">
小數的乘法 小數乘法對加法的分配律
</div>
</div>
</th>
<th class="student-exercises-col" data-id="228" style="display: table-cell;">
<div class="tableHeader" style="height: 105px;">
<div class="table-topic-text table-topic-text-lean">
小數 - (39)小數在數線上的表示
</div>
</div>
</th>
<th style="background: transparent; border-color: transparent; max-width:5px; min-width: 5px; width: 5px">&nbsp;</th>
</tr>
</tbody></table>
</div>
</td>
</tr>
<tr>
<td style="vertical-align: top;">
<div id="firstcol" style="overflow:hidden;">
<table cellspacing="0" cellpadding="0" border="0">
<tbody><tr class="student-email-row" data-id="0" style="display: table-row;">
<td class="tableFirstCol student-email" style="vertical-align: none;">
<a style="color:#006699;" href="/profile/child020/vital-statistics/focus">
<nobr>均一好棒</nobr>
</a>
</td>
</tr>
<tr class="student-email-row" data-id="1" style="display: table-row;">
<td class="tableFirstCol student-email" style="vertical-align: none;">
<a style="color:#006699;" href="/profile/child008/vital-statistics/focus">
<nobr>均一好棒棒</nobr>
</a>
</td>
</tr>
<tr class="student-email-row" data-id="2" style="display: table-row;">
<td class="tableFirstCol student-email" style="vertical-align: none;">
<a style="color:#006699;" href="/profile/child10/vital-statistics/focus">
<nobr>均一讚讚</nobr>
</a>
</td>
</tr>
<tr class="student-email-row" data-id="3" style="display: table-row;">
<td class="tableFirstCol student-email" style="vertical-align: none;">
<a style="color:#006699;" href="/profile/_kahBkZXZ-anVueWlhY2FkZW15clALEghVc2VyRGF0YSJCdXNlcl9pZF9rZXlfaHR0cDovL2dvb2dsZWlkLmp1bnlpYWNhZGVteS5vcmcvMTIxNjIyNTE4MTA3ODM4NzIzNTE3DA/vital-statistics/focus">
<nobr>士林Stephen Curry</nobr>
</a>
</td>
</tr>
<tr class="student-email-row" data-id="4" style="display: table-row;">
<td class="tableFirstCol student-email" style="vertical-align: none;">
<a style="color:#006699;" href="/profile/_kahBkZXZ-anVueWlhY2FkZW15clsLEghVc2VyRGF0YSJNdXNlcl9pZF9rZXlfaHR0cDovL25vdXNlcmlkLmp1bnlpYWNhZGVteS5vcmcvNzhkZjcyMzY3YjdkYmNjYjI0Y2JmN2I1OTE5NzdhNGEM/vital-statistics/focus">
<nobr>小黑不qq</nobr>
</a>
</td>
</tr>
<tr class="student-email-row" data-id="5" style="display: table-row;">
<td class="tableFirstCol student-email" style="vertical-align: none;">
<a style="color:#006699;" href="/profile/child004/vital-statistics/focus">
<nobr>皇室戰爭</nobr>
</a>
</td>
</tr>
<tr class="student-email-row" data-id="6" style="display: table-row;">
<td class="tableFirstCol student-email" style="vertical-align: none;">
<a style="color:#006699;" href="/profile/child003/vital-statistics/focus">
<nobr>神魔之塔</nobr>
</a>
</td>
</tr>
<tr class="student-email-row" data-id="7" style="display: table-row;">
<td class="tableFirstCol student-email" style="vertical-align: none;">
<a style="color:#006699;" href="/profile/child011/vital-statistics/focus">
<nobr>部落衝突</nobr>
</a>
</td>
</tr>
<tr class="hidden-student-email-row" id="hidden-name-0" style="display:none">
<td class="tableFirstCol student-email" style="vertical-align: none;">
<a style="color:#006699;" href="/profile/child020/vital-statistics/focus">
<nobr>均一好棒</nobr>
</a>
</td>
</tr>
<tr class="hidden-student-email-row" id="hidden-name-1" style="display:none">
<td class="tableFirstCol student-email" style="vertical-align: none;">
<a style="color:#006699;" href="/profile/child008/vital-statistics/focus">
<nobr>均一好棒棒</nobr>
</a>
</td>
</tr>
<tr class="hidden-student-email-row" id="hidden-name-2" style="display:none">
<td class="tableFirstCol student-email" style="vertical-align: none;">
<a style="color:#006699;" href="/profile/child10/vital-statistics/focus">
<nobr>均一讚讚</nobr>
</a>
</td>
</tr>
<tr class="hidden-student-email-row" id="hidden-name-3" style="display:none">
<td class="tableFirstCol student-email" style="vertical-align: none;">
<a style="color:#006699;" href="/profile/_kahBkZXZ-anVueWlhY2FkZW15clALEghVc2VyRGF0YSJCdXNlcl9pZF9rZXlfaHR0cDovL2dvb2dsZWlkLmp1bnlpYWNhZGVteS5vcmcvMTIxNjIyNTE4MTA3ODM4NzIzNTE3DA/vital-statistics/focus">
<nobr>士林Stephen Curry</nobr>
</a>
</td>
</tr>
<tr class="hidden-student-email-row" id="hidden-name-4" style="display:none">
<td class="tableFirstCol student-email" style="vertical-align: none;">
<a style="color:#006699;" href="/profile/_kahBkZXZ-anVueWlhY2FkZW15clsLEghVc2VyRGF0YSJNdXNlcl9pZF9rZXlfaHR0cDovL25vdXNlcmlkLmp1bnlpYWNhZGVteS5vcmcvNzhkZjcyMzY3YjdkYmNjYjI0Y2JmN2I1OTE5NzdhNGEM/vital-statistics/focus">
<nobr>小黑不qq</nobr>
</a>
</td>
</tr>
<tr class="hidden-student-email-row" id="hidden-name-5" style="display:none">
<td class="tableFirstCol student-email" style="vertical-align: none;">
<a style="color:#006699;" href="/profile/child004/vital-statistics/focus">
<nobr>皇室戰爭</nobr>
</a>
</td>
</tr>
<tr class="hidden-student-email-row" id="hidden-name-6" style="display:none">
<td class="tableFirstCol student-email" style="vertical-align: none;">
<a style="color:#006699;" href="/profile/child003/vital-statistics/focus">
<nobr>神魔之塔</nobr>
</a>
</td>
</tr>
<tr class="hidden-student-email-row" id="hidden-name-7" style="display:none">
<td class="tableFirstCol student-email" style="vertical-align: none;">
<a style="color:#006699;" href="/profile/child011/vital-statistics/focus">
<nobr>部落衝突</nobr>
</a>
</td>
</tr>
<tr><td class="tableFirstCol student-email" style="background: transparent; border-color: transparent; max-width:5px; min-width: 5px; width: 5px">&nbsp;</td>
</tr></tbody></table>
</div>
</td>
<td valign="top">
<div id="table_div" class="sizeOnResize fancy-scrollbar" style="overflow: scroll; width: 823px; position: relative;" onscroll="ProgressReport.onScroll();">
<table style="width:100%;" cellspacing="0" cellpadding="0" border="1">
<tbody><tr class="visible-exercises-row" data-id="0" style="display: table-row;">
<td class="tablesave-student-email">child020</td>
<td class="student-module-status video-color transparent" data-id="0" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="1" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="2" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="3" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="4" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="5" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="6" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="7" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="8" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="9" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="10" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="11" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="12" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="13" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="14" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="15" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="16" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="17" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="18" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="19" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="20" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="21" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="22" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="23" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="24" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="25" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="26" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="27" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="28" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="29" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="30" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="31" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="32" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="33" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="34" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="35" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="36" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="37" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="38" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="39" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="40" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="41" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="42" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="43" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="44" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="45" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="46" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="47" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="48" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="49" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="50" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="51" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="52" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="53" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="54" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="55" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="56" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="57" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="58" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="59" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="60" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="61" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="62" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="63" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="64" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="65" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="66" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="67" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="68" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="69" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="70" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="71" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="72" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="73" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="74" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="75" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="76" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="77" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="78" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="79" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="80" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="81" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="82" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="83" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="84" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="85" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="86" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="87" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="88" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="89" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="90" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="91" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="92" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="93" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="94" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="95" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="96" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="97" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="98" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="99" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="100" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="101" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="102" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="103" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="104" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="105" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="106" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="107" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="108" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="109" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="110" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="111" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="112" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="113" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="114" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="115" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="116" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="117" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="118" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="119" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="120" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="121" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="122" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="123" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="124" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="125" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="126" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="127" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="128" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="129" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="130" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="131" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="132" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="133" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="134" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="135" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="136" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="137" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="138" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="139" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="140" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="141" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="142" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="143" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="144" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="145" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="146" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="147" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="148" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="149" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="150" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="151" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="152" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="153" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="154" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="155" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="156" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="157" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="158" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="159" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="160" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="161" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="162" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="163" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="164" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="165" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="166" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="167" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="168" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="169" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="170" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="171" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="172" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="173" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="174" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="175" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="176" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="177" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="178" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="179" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="180" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="181" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="182" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="183" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="184" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="185" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="186" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="187" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="188" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="189" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="190" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="191" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="192" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="193" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="194" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="195" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="196" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="197" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="198" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="199" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="200" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="201" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="202" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="203" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="204" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="205" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="206" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="207" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="208" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="209" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="210" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="211" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="212" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="213" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="214" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="215" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="216" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="217" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="218" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="219" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="220" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="221" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="222" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="223" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="224" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="225" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="226" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="227" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="228" style="display: table-cell;">
</td>
</tr>
<tr class="visible-exercises-row" data-id="1" style="display: table-row;">
<td class="tablesave-student-email">child008</td>
<td class="student-module-status video-color transparent" data-id="0" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="1" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="2" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="3" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="4" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="5" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="6" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="7" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="8" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="9" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="10" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="11" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="12" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="13" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="14" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="15" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="16" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="17" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="18" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="19" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="20" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="21" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="22" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="23" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="24" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="25" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="26" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="27" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="28" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="29" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="30" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="31" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="32" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="33" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="34" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="35" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="36" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="37" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="38" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="39" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="40" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="41" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="42" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="43" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="44" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="45" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="46" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="47" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="48" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="49" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="50" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="51" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="52" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="53" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="54" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="55" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="56" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="57" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="58" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="59" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="60" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="61" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="62" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="63" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="64" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="65" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="66" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="67" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="68" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="69" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="70" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="71" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="72" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="73" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="74" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="75" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="76" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="77" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="78" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="79" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="80" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="81" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="82" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="83" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="84" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="85" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="86" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="87" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="88" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="89" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="90" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="91" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="92" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="93" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="94" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="95" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="96" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="97" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="98" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="99" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="100" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="101" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="102" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="103" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="104" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="105" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="106" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="107" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="108" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="109" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="110" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="111" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="112" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="113" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="114" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="115" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="116" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="117" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="118" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="119" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="120" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="121" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="122" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="123" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="124" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="125" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="126" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="127" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="128" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="129" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="130" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="131" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="132" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="133" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="134" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="135" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="136" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="137" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="138" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="139" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="140" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="141" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="142" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="143" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="144" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="145" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="146" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="147" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="148" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="149" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="150" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="151" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="152" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="153" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="154" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="155" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="156" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="157" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="158" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="159" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="160" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="161" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="162" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="163" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="164" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="165" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="166" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="167" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="168" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="169" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="170" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="171" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="172" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="173" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="174" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="175" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="176" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="177" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="178" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="179" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="180" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="181" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="182" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="183" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="184" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="185" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="186" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="187" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="188" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="189" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="190" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="191" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="192" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="193" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="194" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="195" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="196" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="197" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="198" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="199" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="200" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="201" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="202" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="203" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="204" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="205" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="206" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="207" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="208" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="209" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="210" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="211" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="212" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="213" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="214" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="215" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="216" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="217" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="218" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="219" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="220" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="221" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="222" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="223" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="224" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="225" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="226" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="227" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="228" style="display: table-cell;">
</td>
</tr>
<tr class="visible-exercises-row" data-id="2" style="display: table-row;">
<td class="tablesave-student-email">child10</td>
<td class="student-module-status video-color transparent" data-id="0" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="1" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="2" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="3" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="4" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="5" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="6" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="7" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="8" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="9" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="10" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="11" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="12" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="13" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="14" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="15" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="16" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="17" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="18" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="19" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="20" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="21" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="22" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="23" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="24" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="25" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="26" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="27" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="28" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="29" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="30" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="31" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="32" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="33" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="34" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="35" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="36" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="37" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="38" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="39" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="40" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="41" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="42" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="43" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="44" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="45" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="46" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="47" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="48" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="49" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="50" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="51" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="52" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="53" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="54" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="55" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="56" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="57" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="58" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="59" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="60" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="61" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="62" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="63" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="64" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="65" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="66" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="67" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="68" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="69" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="70" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="71" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="72" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="73" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="74" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="75" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="76" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="77" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="78" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="79" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="80" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="81" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="82" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="83" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="84" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="85" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="86" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="87" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="88" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="89" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="90" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="91" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="92" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="93" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="94" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="95" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="96" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="97" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="98" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="99" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="100" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="101" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="102" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="103" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="104" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="105" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="106" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="107" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="108" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="109" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="110" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="111" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="112" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="113" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="114" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="115" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="116" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="117" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="118" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="119" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="120" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="121" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="122" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="123" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="124" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="125" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="126" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="127" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="128" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="129" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="130" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="131" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="132" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="133" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="134" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="135" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="136" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="137" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="138" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="139" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="140" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="141" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="142" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="143" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="144" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="145" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="146" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="147" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="148" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="149" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="150" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="151" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="152" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="153" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="154" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="155" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="156" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="157" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="158" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="159" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="160" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="161" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="162" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="163" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="164" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="165" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="166" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="167" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="168" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="169" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="170" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="171" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="172" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="173" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="174" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="175" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="176" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="177" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="178" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="179" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="180" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="181" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="182" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="183" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="184" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="185" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="186" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="187" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="188" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="189" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="190" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="191" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="192" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="193" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="194" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="195" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="196" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="197" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="198" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="199" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="200" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="201" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="202" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="203" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="204" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="205" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="206" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="207" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="208" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="209" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="210" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="211" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="212" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="213" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="214" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="215" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="216" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="217" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="218" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="219" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="220" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="221" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="222" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="223" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="224" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="225" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="226" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="227" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="228" style="display: table-cell;">
</td>
</tr>
<tr class="visible-exercises-row" data-id="3" style="display: table-row;">
<td class="tablesave-student-email">test01@example.com</td>
<td class="student-module-status video-color transparent" data-id="0" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="1" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="2" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="3" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="4" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="5" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="6" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="7" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="8" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="9" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="10" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="11" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="12" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="13" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="14" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="15" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="16" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="17" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="18" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="19" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="20" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="21" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="22" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="23" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="24" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="25" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="26" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="27" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="28" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="29" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="30" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="31" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="32" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="33" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="34" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="35" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="36" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="37" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="38" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="39" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="40" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="41" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="42" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="43" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="44" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="45" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="46" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="47" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="48" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="49" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="50" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="51" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="52" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="53" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="54" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="55" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="56" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="57" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="58" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="59" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="60" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="61" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="62" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="63" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="64" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="65" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="66" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="67" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="68" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="69" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="70" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="71" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="72" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="73" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="74" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="75" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="76" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="77" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="78" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="79" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="80" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="81" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="82" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="83" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="84" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="85" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="86" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="87" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="88" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="89" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="90" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="91" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="92" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="93" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="94" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="95" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="96" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="97" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="98" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="99" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="100" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="101" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="102" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="103" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="104" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="105" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="106" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="107" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="108" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="109" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="110" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="111" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="112" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="113" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="114" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="115" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="116" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="117" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="118" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="119" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="120" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="121" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="122" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="123" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="124" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="125" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="126" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="127" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="128" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="129" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="130" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="131" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="132" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="133" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="134" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="135" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="136" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="137" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="138" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="139" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="140" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="141" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="142" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="143" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="144" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="145" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="146" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="147" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="148" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="149" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="150" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="151" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="152" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="153" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="154" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="155" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="156" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="157" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="158" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="159" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="160" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="161" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="162" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="163" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="164" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="165" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="166" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="167" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="168" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="169" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="170" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="171" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="172" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="173" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="174" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="175" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="176" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="177" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="178" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="179" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="180" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="181" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="182" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="183" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="184" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="185" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="186" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="187" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="188" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="189" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="190" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="191" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="192" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="193" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="194" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="195" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="196" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="197" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="198" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="199" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="200" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="201" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="202" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="203" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="204" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="205" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="206" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="207" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="208" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="209" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="210" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="211" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="212" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="213" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="214" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="215" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="216" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="217" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="218" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="219" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="220" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="221" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="222" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="223" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="224" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="225" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="226" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="227" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="228" style="display: table-cell;">
</td>
</tr>
<tr class="visible-exercises-row" data-id="4" style="display: table-row;">
<td class="tablesave-student-email">test@example.com</td>
<td class="student-module-status video-color transparent" data-id="0" style="display: table-cell;">
</td>
<td class="student-module-status video-color started" data-id="1" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="2" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="3" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="4" style="display: table-cell;">
</td>
<td class="student-module-status video-color half" data-id="5" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="6" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="7" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="8" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="9" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="10" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="11" style="display: table-cell;">
</td>
<td class="student-module-status video-color started" data-id="12" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="13" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="14" style="display: table-cell;">
</td>
<td class="student-module-status video-color half" data-id="15" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="16" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="17" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="18" style="display: table-cell;">
</td>
<td class="student-module-status video-color done" data-id="19" style="display: table-cell;">
<div class="hover-content" style="display: none;">
<b>小黑不qq</b><br>
<b>數線上的加減</b><br>
<em><nobr>狀態: 看完</nobr></em><br>
<em>上次看影片是在: 1年前</em><br>
</div>
</td>
<td class="student-module-status video-color transparent" data-id="20" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="21" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="22" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="23" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="24" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="25" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="26" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="27" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="28" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="29" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="30" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="31" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="32" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="33" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="34" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="35" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="36" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="37" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="38" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="39" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="40" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="41" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="42" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="43" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="44" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="45" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="46" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="47" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="48" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="49" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="50" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="51" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="52" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="53" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="54" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="55" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="56" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="57" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="58" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="59" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="60" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="61" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="62" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="63" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="64" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="65" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="66" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="67" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="68" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="69" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="70" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="71" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="72" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="73" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="74" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="75" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="76" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="77" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="78" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="79" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="80" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="81" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="82" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="83" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="84" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="85" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="86" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="87" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="88" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="89" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="90" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="91" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="92" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="93" style="display: table-cell;">
</td>
<td class="student-module-status video-color started" data-id="94" style="display: table-cell;">
<div class="hover-content" style="display: none;">
<b>小黑不qq</b><br>
<b>有機物與無機物</b><br>
<em><nobr>狀態: 開始</nobr></em><br>
<em>上次看影片是在: 8月前</em><br>
</div>
</td>
<td class="student-module-status video-color transparent" data-id="95" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="96" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="97" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="98" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="99" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="100" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="101" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="102" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="103" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="104" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="105" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="106" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="107" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="108" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="109" style="display: table-cell;">
</td>
<td class="student-module-status video-color done" data-id="110" style="display: table-cell;">
<div class="hover-content" style="display: none;">
<b>小黑不qq</b><br>
<b>時間的基本概念</b><br>
<em><nobr>狀態: 看完</nobr></em><br>
<em>上次看影片是在: 1年前</em><br>
</div>
</td>
<td class="student-module-status video-color done" data-id="111" style="display: table-cell;">
<div class="hover-content" style="display: none;">
<b>小黑不qq</b><br>
<b>認識千位1</b><br>
<em><nobr>狀態: 看完</nobr></em><br>
<em>上次看影片是在: 1年前</em><br>
</div>
</td>
<td class="student-module-status video-color transparent" data-id="112" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="113" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="114" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="115" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="116" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="117" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="118" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="119" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="120" style="display: table-cell;">
</td>
<td class="student-module-status video-color done" data-id="121" style="display: table-cell;">
<div class="hover-content" style="display: none;">
<b>小黑不qq</b><br>
<b>數線上的減法</b><br>
<em><nobr>狀態: 看完</nobr></em><br>
<em>上次看影片是在: 1年前</em><br>
</div>
</td>
<td class="student-module-status video-color transparent" data-id="122" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="123" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="124" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="125" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="126" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="127" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="128" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="129" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="130" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="131" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="132" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="133" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="134" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="135" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="136" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="137" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="138" style="display: table-cell;">
</td>
<td class="student-module-status video-color started" data-id="139" style="display: table-cell;">
<div class="hover-content" style="display: none;">
<b>小黑不qq</b><br>
<b>三位數的加法與減法1</b><br>
<em><nobr>狀態: 開始</nobr></em><br>
<em>上次看影片是在: 1年前</em><br>
</div>
</td>
<td class="student-module-status video-color transparent" data-id="140" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="141" style="display: table-cell;">
</td>
<td class="student-module-status video-color done" data-id="142" style="display: table-cell;">
<div class="hover-content" style="display: none;">
<b>小黑不qq</b><br>
<b>認識千位2</b><br>
<em><nobr>狀態: 看完</nobr></em><br>
<em>上次看影片是在: 1年前</em><br>
</div>
</td>
<td class="student-module-status video-color transparent" data-id="143" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="144" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="145" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="146" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="147" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="148" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="149" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="150" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="151" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="152" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="153" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="154" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="155" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="156" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="157" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="158" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="159" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="160" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="161" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="162" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="163" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="164" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="165" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="166" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="167" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="168" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="169" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="170" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="171" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="172" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="173" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="174" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="175" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="176" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="177" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="178" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="179" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="180" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="181" style="display: table-cell;">
</td>
<td class="student-module-status video-color done" data-id="182" style="display: table-cell;">
<div class="hover-content" style="display: none;">
<b>小黑不qq</b><br>
<b>——————隨機變數——————</b><br>
<em><nobr>狀態: 看完</nobr></em><br>
<em>上次看影片是在: 1年前</em><br>
</div>
</td>
<td class="student-module-status video-color transparent" data-id="183" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="184" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="185" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="186" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="187" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="188" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="189" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="190" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="191" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="192" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="193" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="194" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="195" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="196" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="197" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="198" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="199" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="200" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="201" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="202" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="203" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="204" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="205" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="206" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="207" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="208" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="209" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="210" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="211" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="212" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="213" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="214" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="215" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="216" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="217" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="218" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="219" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="220" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="221" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="222" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="223" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="224" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="225" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="226" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="227" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="228" style="display: table-cell;">
</td>
</tr>
<tr class="visible-exercises-row" data-id="5" style="display: table-row;">
<td class="tablesave-student-email">child004</td>
<td class="student-module-status video-color transparent" data-id="0" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="1" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="2" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="3" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="4" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="5" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="6" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="7" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="8" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="9" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="10" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="11" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="12" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="13" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="14" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="15" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="16" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="17" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="18" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="19" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="20" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="21" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="22" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="23" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="24" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="25" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="26" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="27" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="28" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="29" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="30" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="31" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="32" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="33" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="34" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="35" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="36" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="37" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="38" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="39" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="40" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="41" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="42" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="43" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="44" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="45" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="46" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="47" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="48" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="49" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="50" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="51" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="52" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="53" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="54" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="55" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="56" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="57" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="58" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="59" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="60" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="61" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="62" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="63" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="64" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="65" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="66" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="67" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="68" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="69" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="70" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="71" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="72" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="73" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="74" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="75" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="76" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="77" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="78" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="79" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="80" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="81" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="82" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="83" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="84" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="85" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="86" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="87" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="88" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="89" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="90" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="91" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="92" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="93" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="94" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="95" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="96" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="97" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="98" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="99" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="100" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="101" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="102" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="103" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="104" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="105" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="106" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="107" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="108" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="109" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="110" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="111" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="112" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="113" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="114" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="115" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="116" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="117" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="118" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="119" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="120" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="121" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="122" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="123" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="124" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="125" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="126" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="127" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="128" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="129" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="130" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="131" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="132" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="133" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="134" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="135" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="136" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="137" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="138" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="139" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="140" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="141" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="142" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="143" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="144" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="145" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="146" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="147" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="148" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="149" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="150" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="151" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="152" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="153" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="154" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="155" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="156" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="157" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="158" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="159" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="160" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="161" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="162" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="163" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="164" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="165" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="166" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="167" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="168" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="169" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="170" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="171" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="172" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="173" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="174" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="175" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="176" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="177" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="178" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="179" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="180" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="181" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="182" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="183" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="184" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="185" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="186" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="187" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="188" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="189" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="190" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="191" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="192" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="193" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="194" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="195" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="196" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="197" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="198" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="199" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="200" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="201" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="202" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="203" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="204" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="205" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="206" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="207" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="208" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="209" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="210" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="211" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="212" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="213" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="214" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="215" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="216" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="217" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="218" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="219" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="220" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="221" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="222" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="223" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="224" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="225" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="226" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="227" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="228" style="display: table-cell;">
</td>
</tr>
<tr class="visible-exercises-row" data-id="6" style="display: table-row;">
<td class="tablesave-student-email">child003</td>
<td class="student-module-status video-color transparent" data-id="0" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="1" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="2" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="3" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="4" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="5" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="6" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="7" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="8" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="9" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="10" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="11" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="12" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="13" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="14" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="15" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="16" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="17" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="18" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="19" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="20" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="21" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="22" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="23" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="24" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="25" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="26" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="27" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="28" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="29" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="30" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="31" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="32" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="33" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="34" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="35" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="36" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="37" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="38" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="39" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="40" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="41" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="42" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="43" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="44" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="45" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="46" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="47" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="48" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="49" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="50" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="51" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="52" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="53" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="54" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="55" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="56" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="57" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="58" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="59" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="60" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="61" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="62" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="63" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="64" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="65" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="66" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="67" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="68" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="69" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="70" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="71" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="72" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="73" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="74" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="75" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="76" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="77" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="78" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="79" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="80" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="81" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="82" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="83" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="84" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="85" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="86" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="87" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="88" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="89" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="90" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="91" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="92" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="93" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="94" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="95" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="96" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="97" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="98" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="99" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="100" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="101" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="102" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="103" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="104" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="105" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="106" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="107" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="108" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="109" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="110" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="111" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="112" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="113" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="114" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="115" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="116" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="117" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="118" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="119" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="120" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="121" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="122" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="123" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="124" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="125" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="126" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="127" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="128" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="129" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="130" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="131" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="132" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="133" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="134" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="135" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="136" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="137" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="138" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="139" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="140" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="141" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="142" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="143" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="144" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="145" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="146" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="147" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="148" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="149" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="150" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="151" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="152" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="153" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="154" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="155" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="156" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="157" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="158" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="159" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="160" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="161" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="162" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="163" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="164" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="165" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="166" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="167" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="168" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="169" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="170" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="171" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="172" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="173" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="174" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="175" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="176" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="177" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="178" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="179" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="180" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="181" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="182" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="183" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="184" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="185" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="186" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="187" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="188" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="189" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="190" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="191" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="192" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="193" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="194" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="195" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="196" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="197" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="198" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="199" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="200" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="201" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="202" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="203" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="204" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="205" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="206" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="207" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="208" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="209" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="210" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="211" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="212" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="213" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="214" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="215" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="216" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="217" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="218" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="219" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="220" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="221" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="222" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="223" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="224" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="225" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="226" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="227" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="228" style="display: table-cell;">
</td>
</tr>
<tr class="visible-exercises-row" data-id="7" style="display: table-row;">
<td class="tablesave-student-email">child011</td>
<td class="student-module-status video-color transparent" data-id="0" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="1" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="2" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="3" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="4" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="5" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="6" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="7" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="8" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="9" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="10" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="11" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="12" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="13" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="14" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="15" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="16" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="17" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="18" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="19" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="20" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="21" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="22" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="23" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="24" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="25" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="26" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="27" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="28" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="29" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="30" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="31" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="32" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="33" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="34" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="35" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="36" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="37" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="38" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="39" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="40" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="41" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="42" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="43" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="44" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="45" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="46" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="47" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="48" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="49" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="50" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="51" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="52" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="53" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="54" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="55" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="56" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="57" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="58" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="59" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="60" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="61" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="62" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="63" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="64" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="65" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="66" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="67" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="68" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="69" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="70" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="71" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="72" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="73" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="74" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="75" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="76" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="77" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="78" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="79" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="80" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="81" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="82" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="83" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="84" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="85" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="86" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="87" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="88" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="89" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="90" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="91" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="92" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="93" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="94" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="95" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="96" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="97" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="98" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="99" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="100" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="101" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="102" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="103" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="104" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="105" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="106" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="107" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="108" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="109" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="110" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="111" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="112" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="113" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="114" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="115" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="116" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="117" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="118" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="119" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="120" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="121" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="122" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="123" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="124" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="125" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="126" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="127" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="128" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="129" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="130" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="131" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="132" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="133" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="134" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="135" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="136" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="137" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="138" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="139" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="140" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="141" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="142" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="143" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="144" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="145" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="146" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="147" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="148" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="149" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="150" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="151" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="152" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="153" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="154" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="155" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="156" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="157" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="158" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="159" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="160" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="161" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="162" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="163" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="164" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="165" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="166" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="167" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="168" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="169" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="170" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="171" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="172" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="173" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="174" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="175" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="176" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="177" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="178" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="179" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="180" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="181" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="182" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="183" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="184" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="185" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="186" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="187" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="188" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="189" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="190" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="191" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="192" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="193" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="194" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="195" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="196" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="197" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="198" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="199" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="200" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="201" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="202" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="203" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="204" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="205" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="206" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="207" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="208" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="209" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="210" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="211" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="212" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="213" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="214" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="215" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="216" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="217" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="218" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="219" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="220" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="221" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="222" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="223" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="224" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="225" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="226" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="227" style="display: table-cell;">
</td>
<td class="student-module-status video-color transparent" data-id="228" style="display: table-cell;">
</td>
</tr>
<tr class="hidden-exercises-row" id="hidden-row-0" style="display:none;">
<td class="hidden-student-box student-module-status exercise-color" colspan="229"></td>
</tr>
<tr class="hidden-exercises-row" id="hidden-row-1" style="display:none;">
<td class="hidden-student-box student-module-status exercise-color" colspan="229"></td>
</tr>
<tr class="hidden-exercises-row" id="hidden-row-2" style="display:none;">
<td class="hidden-student-box student-module-status exercise-color" colspan="229"></td>
</tr>
<tr class="hidden-exercises-row" id="hidden-row-3" style="display:none;">
<td class="hidden-student-box student-module-status exercise-color" colspan="229"></td>
</tr>
<tr class="hidden-exercises-row" id="hidden-row-4" style="display:none;">
<td class="hidden-student-box student-module-status exercise-color" colspan="229"></td>
</tr>
<tr class="hidden-exercises-row" id="hidden-row-5" style="display:none;">
<td class="hidden-student-box student-module-status exercise-color" colspan="229"></td>
</tr>
<tr class="hidden-exercises-row" id="hidden-row-6" style="display:none;">
<td class="hidden-student-box student-module-status exercise-color" colspan="229"></td>
</tr>
<tr class="hidden-exercises-row" id="hidden-row-7" style="display:none;">
<td class="hidden-student-box student-module-status exercise-color" colspan="229"></td>
</tr>
</tbody></table>
</div>
</td>
</tr>
</tbody></table><table id="virtual_table_for_fixing_header" style="width: 934px; height: 117px; display: none;"><tbody><tr id="student_progress_first_row_virtual">
<th id="firstTd_virtual" class="tableHeader" style="width: 98px; height: 105px;">學生進度</th>
<td>
<div id="divHeader_virtual" class="sizeOnResize" style="overflow: hidden; width: 823px; line-height: 15px;">
<table cellspacing="0" cellpadding="0" border="1" style="width: 100%">
<tbody><tr>
<th class="tablesave-student-email">學生 email</th>
<th class="student-exercises-col" data-id="0" style="display: table-cell;">
<div class="tableHeader" style="height: 105px;">
<div class="table-topic-text table-topic-text-lean">
比例尺的應用
</div>
</div>
</th>
<th class="student-exercises-col" data-id="1" style="display: table-cell;">
<div class="tableHeader" style="height: 105px;">
<div class="table-topic-text table-topic-text-lean">
全球氣候分布part2 溫帶濕潤氣候
</div>
</div>
</th>
<th class="student-exercises-col" data-id="2" style="display: table-cell;">
<div class="tableHeader" style="height: 105px;">
<div class="table-topic-text table-topic-text-lean">
小數 - (25)小數轉換成為分數的方法
</div>
</div>
</th>
<th class="student-exercises-col" data-id="3" style="display: table-cell;">
<div class="tableHeader" style="height: 105px;">
<div class="table-topic-text table-topic-text-lean">
二元一次聯立方程式應用問題例7
</div>
</div>
</th>
<th class="student-exercises-col" data-id="4" style="display: table-cell;">
<div class="tableHeader" style="height: 105px;">
<div class="table-topic-text table-topic-text-lean">
小數的乘法 整數乘以小數1
</div>
</div>
</th>
<th class="student-exercises-col" data-id="5" style="display: table-cell;">
<div class="tableHeader" style="height: 105px;">
<div class="table-topic-text table-topic-text-lean">
小數 - (08)小數概念的基本練習題1
</div>
</div>
</th>
<th class="student-exercises-col" data-id="6" style="display: table-cell;">
<div class="tableHeader" style="height: 105px;">
<div class="table-topic-text table-topic-text-lean">
梯形兩腰中點連線性質
</div>
</div>
</th>
<th class="student-exercises-col" data-id="7" style="display: table-cell;">
<div class="tableHeader" style="height: 105px;">
<div class="table-topic-text table-topic-text-lean">
三角形相似性質
</div>
</div>
</th>
<th class="student-exercises-col" data-id="8" style="display: table-cell;">
<div class="tableHeader" style="height: 105px;">
<div class="table-topic-text table-topic-text-lean">
二元一次聯立方程式的圖形
</div>
</div>
</th>
<th class="student-exercises-col" data-id="9" style="display: table-cell;">
<div class="tableHeader" style="height: 105px;">
<div class="table-topic-text table-topic-text-lean">
比較不同數字的大小
</div>
</div>
</th>
<th class="student-exercises-col" data-id="10" style="display: table-cell;">
<div class="tableHeader" style="height: 105px;">
<div class="table-topic-text table-topic-text-lean">
分數型二元一次式的化簡
</div>
</div>
</th>
<th class="student-exercises-col" data-id="11" style="display: table-cell;">
<div class="tableHeader" style="height: 105px;">
<div class="table-topic-text table-topic-text-lean">
畫出二元一次方程式的圖形
</div>
</div>
</th>
<th class="student-exercises-col" data-id="12" style="display: table-cell;">
<div class="tableHeader" style="height: 105px;">
<div class="table-topic-text table-topic-text-lean">
縮小圖的生活應用
</div>
</div>
</th>
<th class="student-exercises-col" data-id="13" style="display: table-cell;">
<div class="tableHeader" style="height: 105px;">
<div class="table-topic-text table-topic-text-lean">
小數 - (07)小數各個位數的名稱
</div>
</div>
</th>
<th class="student-exercises-col" data-id="14" style="display: table-cell;">
<div class="tableHeader" style="height: 105px;">
<div class="table-topic-text table-topic-text-lean">
小數 - (14)多位小數的減法
</div>
</div>
</th>
<th class="student-exercises-col" data-id="15" style="display: table-cell;">
<div class="tableHeader" style="height: 105px;">
<div class="table-topic-text table-topic-text-lean">
小數 - (16)小數的乘法練習1
</div>
</div>
</th>
<th class="student-exercises-col" data-id="16" style="display: table-cell;">
<div class="tableHeader" style="height: 105px;">
<div class="table-topic-text table-topic-text-lean">
相似三角形面積比與周長比
</div>
</div>
</th>
<th class="student-exercises-col" data-id="17" style="display: table-cell;">
<div class="tableHeader" style="height: 105px;">
<div class="table-topic-text table-topic-text-lean">
分數化為小數1
</div>
</div>
</th>
<th class="student-exercises-col" data-id="18" style="display: table-cell;">
<div class="tableHeader" style="height: 105px;">
<div class="table-topic-text table-topic-text-lean">
三位數的加法與減法2
</div>
</div>
</th>
<th class="student-exercises-col" data-id="19" style="display: table-cell;">
<div class="tableHeader" style="height: 105px;">
<div class="table-topic-text table-topic-text-lean">
數線上的加減
</div>
</div>
</th>
<th class="student-exercises-col" data-id="20" style="display: table-cell;">
<div class="tableHeader" style="height: 105px;">
<div class="table-topic-text table-topic-text-lean">
7-1觀念03能量的類型
</div>
</div>
</th>
<th class="student-exercises-col" data-id="21" style="display: table-cell;">
<div class="tableHeader" style="height: 105px;">
<div class="table-topic-text table-topic-text-lean">
用數線比較大小
</div>
</div>
</th>
<th class="student-exercises-col" data-id="22" style="display: table-cell;">
<div class="tableHeader" style="height: 105px;">
<div class="table-topic-text table-topic-text-lean">
中點座標公式
</div>
</div>
</th>
<th class="student-exercises-col" data-id="23" style="display: table-cell;">
<div class="tableHeader" style="height: 105px;">
<div class="table-topic-text table-topic-text-lean">
放大圖縮小圖的基本概念
</div>
</div>
</th>
<th class="student-exercises-col" data-id="24" style="display: table-cell;">
<div class="tableHeader" style="height: 105px;">
<div class="table-topic-text table-topic-text-lean">
小數 - (06)10冪次的算法整理
</div>
</div>
</th>
<th class="student-exercises-col" data-id="25" style="display: table-cell;">
<div class="tableHeader" style="height: 105px;">
<div class="table-topic-text table-topic-text-lean">
小數 - (10)小數概念的基本練習題3
</div>
</div>
</th>
<th class="student-exercises-col" data-id="26" style="display: table-cell;">
<div class="tableHeader" style="height: 105px;">
<div class="table-topic-text table-topic-text-lean">
小數 - (17)小數的乘法練習2
</div>
</div>
</th>
<th class="student-exercises-col" data-id="27" style="display: table-cell;">
<div class="tableHeader" style="height: 105px;">
<div class="table-topic-text table-topic-text-lean">
梯形兩腰中點連線性質(例1~例3)
</div>
</div>
</th>
<th class="student-exercises-col" data-id="28" style="display: table-cell;">
<div class="tableHeader" style="height: 105px;">
<div class="table-topic-text table-topic-text-lean">
小數 - (31)把分母轉換成為10的冪次
</div>
</div>
</th>
<th class="student-exercises-col" data-id="29" style="display: table-cell;">
<div class="tableHeader" style="height: 105px;">
<div class="table-topic-text table-topic-text-lean">
多項式的相等
</div>
</div>
</th>
<th class="student-exercises-col" data-id="30" style="display: table-cell;">
<div class="tableHeader" style="height: 105px;">
<div class="table-topic-text table-topic-text-lean">
小數的乘法3
</div>
</div>
</th>
<th class="student-exercises-col" data-id="31" style="display: table-cell;">
<div class="tableHeader" style="height: 105px;">
<div class="table-topic-text table-topic-text-lean">
二元一次聯立方程式應用問題例11、12
</div>
</div>
</th>
<th class="student-exercises-col" data-id="32" style="display: table-cell;">
<div class="tableHeader" style="height: 105px;">
<div class="table-topic-text table-topic-text-lean">
特殊型式的二元一次聯立方程式
</div>
</div>
</th>
<th class="student-exercises-col" data-id="33" style="display: table-cell;">
<div class="tableHeader" style="height: 105px;">
<div class="table-topic-text table-topic-text-lean">
小數 - (38)分數在數線上的表示練習題
</div>
</div>
</th>
<th class="student-exercises-col" data-id="34" style="display: table-cell;">
<div class="tableHeader" style="height: 105px;">
<div class="table-topic-text table-topic-text-lean">
內分比性質
</div>
</div>
</th>
<th class="student-exercises-col" data-id="35" style="display: table-cell;">
<div class="tableHeader" style="height: 105px;">
<div class="table-topic-text table-topic-text-lean">
比例尺練習4
</div>
</div>
</th>
<th class="student-exercises-col" data-id="36" style="display: table-cell;">
<div class="tableHeader" style="height: 105px;">
<div class="table-topic-text table-topic-text-lean">
二元一次方程式的圖形及聯立方程式圖形
</div>
</div>
</th>
<th class="student-exercises-col" data-id="37" style="display: table-cell;">
<div class="tableHeader" style="height: 105px;">
<div class="table-topic-text table-topic-text-lean">
小數 - (01)0.1和0.01
</div>
</div>
</th>
<th class="student-exercises-col" data-id="38" style="display: table-cell;">
<div class="tableHeader" style="height: 105px;">
<div class="table-topic-text table-topic-text-lean">
小數 - (04)乘以10和乘以100
</div>
</div>
</th>
<th class="student-exercises-col" data-id="39" style="display: table-cell;">
<div class="tableHeader" style="height: 105px;">
<div class="table-topic-text table-topic-text-lean">
小數 - (13)多位小數的加法
</div>
</div>
</th>
<th class="student-exercises-col" data-id="40" style="display: table-cell;">
<div class="tableHeader" style="height: 105px;">
<div class="table-topic-text table-topic-text-lean">
平行線截比例線段性質
</div>
</div>
</th>
<th class="student-exercises-col" data-id="41" style="display: table-cell;">
<div class="tableHeader" style="height: 105px;">
<div class="table-topic-text table-topic-text-lean">
直角坐標平面
</div>
</div>
</th>
<th class="student-exercises-col" data-id="42" style="display: table-cell;">
<div class="tableHeader" style="height: 105px;">
<div class="table-topic-text table-topic-text-lean">
代入消去法1
</div>
</div>
</th>
<th class="student-exercises-col" data-id="43" style="display: table-cell;">
<div class="tableHeader" style="height: 105px;">
<div class="table-topic-text table-topic-text-lean">
解二元一次聯立方程式
</div>
</div>
</th>
<th class="student-exercises-col" data-id="44" style="display: table-cell;">
<div class="tableHeader" style="height: 105px;">
<div class="table-topic-text table-topic-text-lean">
小數 - (43)小數用四捨五入取概數
</div>
</div>
</th>
<th class="student-exercises-col" data-id="45" style="display: table-cell;">
<div class="tableHeader" style="height: 105px;">
<div class="table-topic-text table-topic-text-lean">
座標平面上點的平移2
</div>
</div>
</th>
<th class="student-exercises-col" data-id="46" style="display: table-cell;">
<div class="tableHeader" style="height: 105px;">
<div class="table-topic-text table-topic-text-lean">
簡易測量
</div>
</div>
</th>
<th class="student-exercises-col" data-id="47" style="display: table-cell;">
<div class="tableHeader" style="height: 105px;">
<div class="table-topic-text table-topic-text-lean">
二元一次聯立方程式解的情形1
</div>
</div>
</th>
<th class="student-exercises-col" data-id="48" style="display: table-cell;">
<div class="tableHeader" style="height: 105px;">
<div class="table-topic-text table-topic-text-lean">
代入消去法例3、4、5
</div>
</div>
</th>
<th class="student-exercises-col" data-id="49" style="display: table-cell;">
<div class="tableHeader" style="height: 105px;">
<div class="table-topic-text table-topic-text-lean">
三角形三邊中點連線性質
</div>
</div>
</th>
<th class="student-exercises-col" data-id="50" style="display: table-cell;">
<div class="tableHeader" style="height: 105px;">
<div class="table-topic-text table-topic-text-lean">
全球氣候分布part2-1 溫帶濕潤氣候-溫地
</div>
</div>
</th>
<th class="student-exercises-col" data-id="51" style="display: table-cell;">
<div class="tableHeader" style="height: 105px;">
<div class="table-topic-text table-topic-text-lean">
小數 - (19)整數除以整數並且除盡的計算方式
</div>
</div>
</th>
<th class="student-exercises-col" data-id="52" style="display: table-cell;">
<div class="tableHeader" style="height: 105px;">
<div class="table-topic-text table-topic-text-lean">
小數 - (45)除不盡的無限小數用四捨五入取概數
</div>
</div>
</th>
<th class="student-exercises-col" data-id="53" style="display: table-cell;">
<div class="tableHeader" style="height: 105px;">
<div class="table-topic-text table-topic-text-lean">
7-1觀念06熱能與分子動能的關係
</div>
</div>
</th>
<th class="student-exercises-col" data-id="54" style="display: table-cell;">
<div class="tableHeader" style="height: 105px;">
<div class="table-topic-text table-topic-text-lean">
二元一次聯立方程式應用問題例4、5
</div>
</div>
</th>
<th class="student-exercises-col" data-id="55" style="display: table-cell;">
<div class="tableHeader" style="height: 105px;">
<div class="table-topic-text table-topic-text-lean">
加減消去法例4、5
</div>
</div>
</th>
<th class="student-exercises-col" data-id="56" style="display: table-cell;">
<div class="tableHeader" style="height: 105px;">
<div class="table-topic-text table-topic-text-lean">
二元一次式的化簡例5、6
</div>
</div>
</th>
<th class="student-exercises-col" data-id="57" style="display: table-cell;">
<div class="tableHeader" style="height: 105px;">
<div class="table-topic-text table-topic-text-lean">
全球氣候分布part4-2 溫帶沙漠氣候
</div>
</div>
</th>
<th class="student-exercises-col" data-id="58" style="display: table-cell;">
<div class="tableHeader" style="height: 105px;">
<div class="table-topic-text table-topic-text-lean">
小數 - (34)分數和小數的比大小練習題1
</div>
</div>
</th>
<th class="student-exercises-col" data-id="59" style="display: table-cell;">
<div class="tableHeader" style="height: 105px;">
<div class="table-topic-text table-topic-text-lean">
二元一次聯立方程式的應用題3
</div>
</div>
</th>
<th class="student-exercises-col" data-id="60" style="display: table-cell;">
<div class="tableHeader" style="height: 105px;">
<div class="table-topic-text table-topic-text-lean">
二元一次聯立方程式應用問題例8
</div>
</div>
</th>
<th class="student-exercises-col" data-id="61" style="display: table-cell;">
<div class="tableHeader" style="height: 105px;">
<div class="table-topic-text table-topic-text-lean">
全球氣候分布part2-4 溫帶濕潤氣候-夏雨型
</div>
</div>
</th>
<th class="student-exercises-col" data-id="62" style="display: table-cell;">
<div class="tableHeader" style="height: 105px;">
<div class="table-topic-text table-topic-text-lean">
乘法公式的解釋拆掛號的的方式)
</div>
</div>
</th>
<th class="student-exercises-col" data-id="63" style="display: table-cell;">
<div class="tableHeader" style="height: 105px;">
<div class="table-topic-text table-topic-text-lean">
乘法公式運用
</div>
</div>
</th>
<th class="student-exercises-col" data-id="64" style="display: table-cell;">
<div class="tableHeader" style="height: 105px;">
<div class="table-topic-text table-topic-text-lean">
多項式的排列
</div>
</div>
</th>
<th class="student-exercises-col" data-id="65" style="display: table-cell;">
<div class="tableHeader" style="height: 105px;">
<div class="table-topic-text table-topic-text-lean">
如何整理多項式同類項合併)
</div>
</div>
</th>
<th class="student-exercises-col" data-id="66" style="display: table-cell;">
<div class="tableHeader" style="height: 105px;">
<div class="table-topic-text table-topic-text-lean">
行星風系與地方風系
</div>
</div>
</th>
<th class="student-exercises-col" data-id="67" style="display: table-cell;">
<div class="tableHeader" style="height: 105px;">
<div class="table-topic-text table-topic-text-lean">
二元一次方程式及其解的意義
</div>
</div>
</th>
<th class="student-exercises-col" data-id="68" style="display: table-cell;">
<div class="tableHeader" style="height: 105px;">
<div class="table-topic-text table-topic-text-lean">
多項式的除法直式 (三項式除以二項式)
</div>
</div>
</th>
<th class="student-exercises-col" data-id="69" style="display: table-cell;">
<div class="tableHeader" style="height: 105px;">
<div class="table-topic-text table-topic-text-lean">
乘法公式的應用
</div>
</div>
</th>
<th class="student-exercises-col" data-id="70" style="display: table-cell;">
<div class="tableHeader" style="height: 105px;">
<div class="table-topic-text table-topic-text-lean">
均一教育平台介紹1
</div>
</div>
</th>
<th class="student-exercises-col" data-id="71" style="display: table-cell;">
<div class="tableHeader" style="height: 105px;">
<div class="table-topic-text table-topic-text-lean">
全球氣候分布part3 寒帶氣候
</div>
</div>
</th>
<th class="student-exercises-col" data-id="72" style="display: table-cell;">
<div class="tableHeader" style="height: 105px;">
<div class="table-topic-text table-topic-text-lean">
全球氣候分布part2-3 溫帶濕潤氣候-溫陸
</div>
</div>
</th>
<th class="student-exercises-col" data-id="73" style="display: table-cell;">
<div class="tableHeader" style="height: 105px;">
<div class="table-topic-text table-topic-text-lean">
分數與小數的轉換2
</div>
</div>
</th>
<th class="student-exercises-col" data-id="74" style="display: table-cell;">
<div class="tableHeader" style="height: 105px;">
<div class="table-topic-text table-topic-text-lean">
expert: 專家, 專精的
</div>
</div>
</th>
<th class="student-exercises-col" data-id="75" style="display: table-cell;">
<div class="tableHeader" style="height: 105px;">
<div class="table-topic-text table-topic-text-lean">
7-1例題02重力位能與重力作功
</div>
</div>
</th>
<th class="student-exercises-col" data-id="76" style="display: table-cell;">
<div class="tableHeader" style="height: 105px;">
<div class="table-topic-text table-topic-text-lean">
小數 - (27)小數轉換成為分數的練習
</div>
</div>
</th>
<th class="student-exercises-col" data-id="77" style="display: table-cell;">
<div class="tableHeader" style="height: 105px;">
<div class="table-topic-text table-topic-text-lean">
平行線截比例線段性質(例2~例4)
</div>
</div>
</th>
<th class="student-exercises-col" data-id="78" style="display: table-cell;">
<div class="tableHeader" style="height: 105px;">
<div class="table-topic-text table-topic-text-lean">
判斷象限
</div>
</div>
</th>
<th class="student-exercises-col" data-id="79" style="display: table-cell;">
<div class="tableHeader" style="height: 105px;">
<div class="table-topic-text table-topic-text-lean">
7-1觀念01功的定義
</div>
</div>
</th>
<th class="student-exercises-col" data-id="80" style="display: table-cell;">
<div class="tableHeader" style="height: 105px;">
<div class="table-topic-text table-topic-text-lean">
比例尺練習3
</div>
</div>
</th>
<th class="student-exercises-col" data-id="81" style="display: table-cell;">
<div class="tableHeader" style="height: 105px;">
<div class="table-topic-text table-topic-text-lean">
小數的除法1
</div>
</div>
</th>
<th class="student-exercises-col" data-id="82" style="display: table-cell;">
<div class="tableHeader" style="height: 105px;">
<div class="table-topic-text table-topic-text-lean">
矩陣向量積當做線性轉換 (英)
</div>
</div>
</th>
<th class="student-exercises-col" data-id="83" style="display: table-cell;">
<div class="tableHeader" style="height: 105px;">
<div class="table-topic-text table-topic-text-lean">
縮放圖形(例1~例3)
</div>
</div>
</th>
<th class="student-exercises-col" data-id="84" style="display: table-cell;">
<div class="tableHeader" style="height: 105px;">
<div class="table-topic-text table-topic-text-lean">
小數乘以十的次方數
</div>
</div>
</th>
<th class="student-exercises-col" data-id="85" style="display: table-cell;">
<div class="tableHeader" style="height: 105px;">
<div class="table-topic-text table-topic-text-lean">
相似形的生活應用(比例尺)
</div>
</div>
</th>
<th class="student-exercises-col" data-id="86" style="display: table-cell;">
<div class="tableHeader" style="height: 105px;">
<div class="table-topic-text table-topic-text-lean">
循環小數化為分數2
</div>
</div>
</th>
<th class="student-exercises-col" data-id="87" style="display: table-cell;">
<div class="tableHeader" style="height: 105px;">
<div class="table-topic-text table-topic-text-lean">
三角形兩邊中點連線(例1、例2)
</div>
</div>
</th>
<th class="student-exercises-col" data-id="88" style="display: table-cell;">
<div class="tableHeader" style="height: 105px;">
<div class="table-topic-text table-topic-text-lean">
全球氣候分布part6 高地氣候
</div>
</div>
</th>
<th class="student-exercises-col" data-id="89" style="display: table-cell;">
<div class="tableHeader" style="height: 105px;">
<div class="table-topic-text table-topic-text-lean">
加減消去法解二元一次聯立方程式
</div>
</div>
</th>
<th class="student-exercises-col" data-id="90" style="display: table-cell;">
<div class="tableHeader" style="height: 105px;">
<div class="table-topic-text table-topic-text-lean">
圖形的縮小與放大
</div>
</div>
</th>
<th class="student-exercises-col" data-id="91" style="display: table-cell;">
<div class="tableHeader" style="height: 105px;">
<div class="table-topic-text table-topic-text-lean">
相似多邊形
</div>
</div>
</th>
<th class="student-exercises-col" data-id="92" style="display: table-cell;">
<div class="tableHeader" style="height: 105px;">
<div class="table-topic-text table-topic-text-lean">
全球洋流的分布
</div>
</div>
</th>
<th class="student-exercises-col" data-id="93" style="display: table-cell;">
<div class="tableHeader" style="height: 105px;">
<div class="table-topic-text table-topic-text-lean">
零次多項式和零多項式
</div>
</div>
</th>
<th class="student-exercises-col" data-id="94" style="display: table-cell;">
<div class="tableHeader" style="height: 105px;">
<div class="table-topic-text table-topic-text-lean">
有機物與無機物
</div>
</div>
</th>
<th class="student-exercises-col" data-id="95" style="display: table-cell;">
<div class="tableHeader" style="height: 105px;">
<div class="table-topic-text table-topic-text-lean">
三角形相似性質(例3~例4)
</div>
</div>
</th>
<th class="student-exercises-col" data-id="96" style="display: table-cell;">
<div class="tableHeader" style="height: 105px;">
<div class="table-topic-text table-topic-text-lean">
小數 - (28)分數轉換成為小數的方法1
</div>
</div>
</th>
<th class="student-exercises-col" data-id="97" style="display: table-cell;">
<div class="tableHeader" style="height: 105px;">
<div class="table-topic-text table-topic-text-lean">
二元一次聯立方程式應用問題例9、10
</div>
</div>
</th>
<th class="student-exercises-col" data-id="98" style="display: table-cell;">
<div class="tableHeader" style="height: 105px;">
<div class="table-topic-text table-topic-text-lean">
7-1觀念02力與位移的夾角決定功的正負
</div>
</div>
</th>
<th class="student-exercises-col" data-id="99" style="display: table-cell;">
<div class="tableHeader" style="height: 105px;">
<div class="table-topic-text table-topic-text-lean">
加減消去法例6、7
</div>
</div>
</th>
<th class="student-exercises-col" data-id="100" style="display: table-cell;">
<div class="tableHeader" style="height: 105px;">
<div class="table-topic-text table-topic-text-lean">
二元一次聯立方程式的應用題4
</div>
</div>
</th>
<th class="student-exercises-col" data-id="101" style="display: table-cell;">
<div class="tableHeader" style="height: 105px;">
<div class="table-topic-text table-topic-text-lean">
小數 - (12)多位小數的比大小
</div>
</div>
</th>
<th class="student-exercises-col" data-id="102" style="display: table-cell;">
<div class="tableHeader" style="height: 105px;">
<div class="table-topic-text table-topic-text-lean">
二元一次方程式的意義
</div>
</div>
</th>
<th class="student-exercises-col" data-id="103" style="display: table-cell;">
<div class="tableHeader" style="height: 105px;">
<div class="table-topic-text table-topic-text-lean">
三位數的加法與減法3
</div>
</div>
</th>
<th class="student-exercises-col" data-id="104" style="display: table-cell;">
<div class="tableHeader" style="height: 105px;">
<div class="table-topic-text table-topic-text-lean">
小數的除法2
</div>
</div>
</th>
<th class="student-exercises-col" data-id="105" style="display: table-cell;">
<div class="tableHeader" style="height: 105px;">
<div class="table-topic-text table-topic-text-lean">
分數換成小數2
</div>
</div>
</th>
<th class="student-exercises-col" data-id="106" style="display: table-cell;">
<div class="tableHeader" style="height: 105px;">
<div class="table-topic-text table-topic-text-lean">
平行線截比例線段(例5~例6)
</div>
</div>
</th>
<th class="student-exercises-col" data-id="107" style="display: table-cell;">
<div class="tableHeader" style="height: 105px;">
<div class="table-topic-text table-topic-text-lean">
小數 - (03)除以10和除以100的練習題
</div>
</div>
</th>
<th class="student-exercises-col" data-id="108" style="display: table-cell;">
<div class="tableHeader" style="height: 105px;">
<div class="table-topic-text table-topic-text-lean">
小數 - (15)小數的乘法直式計算方式
</div>
</div>
</th>
<th class="student-exercises-col" data-id="109" style="display: table-cell;">
<div class="tableHeader" style="height: 105px;">
<div class="table-topic-text table-topic-text-lean">
代入消去法例1、2
</div>
</div>
</th>
<th class="student-exercises-col" data-id="110" style="display: table-cell;">
<div class="tableHeader" style="height: 105px;">
<div class="table-topic-text table-topic-text-lean">
時間的基本概念
</div>
</div>
</th>
<th class="student-exercises-col" data-id="111" style="display: table-cell;">
<div class="tableHeader" style="height: 105px;">
<div class="table-topic-text table-topic-text-lean">
認識千位1
</div>
</div>
</th>
<th class="student-exercises-col" data-id="112" style="display: table-cell;">
<div class="tableHeader" style="height: 105px;">
<div class="table-topic-text table-topic-text-lean">
分數與小數的轉換1
</div>
</div>
</th>
<th class="student-exercises-col" data-id="113" style="display: table-cell;">
<div class="tableHeader" style="height: 105px;">
<div class="table-topic-text table-topic-text-lean">
小數的加法
</div>
</div>
</th>
<th class="student-exercises-col" data-id="114" style="display: table-cell;">
<div class="tableHeader" style="height: 105px;">
<div class="table-topic-text table-topic-text-lean">
三角形兩邊中點連線(例3)
</div>
</div>
</th>
<th class="student-exercises-col" data-id="115" style="display: table-cell;">
<div class="tableHeader" style="height: 105px;">
<div class="table-topic-text table-topic-text-lean">
小數的乘法 移小數點乘以10倍、100倍、1000倍
</div>
</div>
</th>
<th class="student-exercises-col" data-id="116" style="display: table-cell;">
<div class="tableHeader" style="height: 105px;">
<div class="table-topic-text table-topic-text-lean">
7-1例題01合力作功=動能變化量
</div>
</div>
</th>
<th class="student-exercises-col" data-id="117" style="display: table-cell;">
<div class="tableHeader" style="height: 105px;">
<div class="table-topic-text table-topic-text-lean">
平行線截比例線段逆性質
</div>
</div>
</th>
<th class="student-exercises-col" data-id="118" style="display: table-cell;">
<div class="tableHeader" style="height: 105px;">
<div class="table-topic-text table-topic-text-lean">
小數加減的應用
</div>
</div>
</th>
<th class="student-exercises-col" data-id="119" style="display: table-cell;">
<div class="tableHeader" style="height: 105px;">
<div class="table-topic-text table-topic-text-lean">
二元一次式的值
</div>
</div>
</th>
<th class="student-exercises-col" data-id="120" style="display: table-cell;">
<div class="tableHeader" style="height: 105px;">
<div class="table-topic-text table-topic-text-lean">
小數的乘法 小數乘法對減法的分配律
</div>
</div>
</th>
<th class="student-exercises-col" data-id="121" style="display: table-cell;">
<div class="tableHeader" style="height: 105px;">
<div class="table-topic-text table-topic-text-lean">
數線上的減法
</div>
</div>
</th>
<th class="student-exercises-col" data-id="122" style="display: table-cell;">
<div class="tableHeader" style="height: 105px;">
<div class="table-topic-text table-topic-text-lean">
分數乘以整數
</div>
</div>
</th>
<th class="student-exercises-col" data-id="123" style="display: table-cell;">
<div class="tableHeader" style="height: 105px;">
<div class="table-topic-text table-topic-text-lean">
小數 - (21)整數除以整數並且除盡的練習題2
</div>
</div>
</th>
<th class="student-exercises-col" data-id="124" style="display: table-cell;">
<div class="tableHeader" style="height: 105px;">
<div class="table-topic-text table-topic-text-lean">
二元一次聯立方程式的應用題1
</div>
</div>
</th>
<th class="student-exercises-col" data-id="125" style="display: table-cell;">
<div class="tableHeader" style="height: 105px;">
<div class="table-topic-text table-topic-text-lean">
多項式加減法綜合應用1
</div>
</div>
</th>
<th class="student-exercises-col" data-id="126" style="display: table-cell;">
<div class="tableHeader" style="height: 105px;">
<div class="table-topic-text table-topic-text-lean">
多項式乘法的直式介紹2
</div>
</div>
</th>
<th class="student-exercises-col" data-id="127" style="display: table-cell;">
<div class="tableHeader" style="height: 105px;">
<div class="table-topic-text table-topic-text-lean">
相似形的討論
</div>
</div>
</th>
<th class="student-exercises-col" data-id="128" style="display: table-cell;">
<div class="tableHeader" style="height: 105px;">
<div class="table-topic-text table-topic-text-lean">
比例尺練習2
</div>
</div>
</th>
<th class="student-exercises-col" data-id="129" style="display: table-cell;">
<div class="tableHeader" style="height: 105px;">
<div class="table-topic-text table-topic-text-lean">
比例尺練習1
</div>
</div>
</th>
<th class="student-exercises-col" data-id="130" style="display: table-cell;">
<div class="tableHeader" style="height: 105px;">
<div class="table-topic-text table-topic-text-lean">
三角形兩邊中點連線性質(2)
</div>
</div>
</th>
<th class="student-exercises-col" data-id="131" style="display: table-cell;">
<div class="tableHeader" style="height: 105px;">
<div class="table-topic-text table-topic-text-lean">
全球氣候分布part2-2 溫帶濕潤氣候-溫海
</div>
</div>
</th>
<th class="student-exercises-col" data-id="132" style="display: table-cell;">
<div class="tableHeader" style="height: 105px;">
<div class="table-topic-text table-topic-text-lean">
二元一次聯立方程式解的情形2
</div>
</div>
</th>
<th class="student-exercises-col" data-id="133" style="display: table-cell;">
<div class="tableHeader" style="height: 105px;">
<div class="table-topic-text table-topic-text-lean">
二元一次方程式的解
</div>
</div>
</th>
<th class="student-exercises-col" data-id="134" style="display: table-cell;">
<div class="tableHeader" style="height: 105px;">
<div class="table-topic-text table-topic-text-lean">
二元一次式的化簡例1~例4
</div>
</div>
</th>
<th class="student-exercises-col" data-id="135" style="display: table-cell;">
<div class="tableHeader" style="height: 105px;">
<div class="table-topic-text table-topic-text-lean">
二元一次聯立方程式的應用題6
</div>
</div>
</th>
<th class="student-exercises-col" data-id="136" style="display: table-cell;">
<div class="tableHeader" style="height: 105px;">
<div class="table-topic-text table-topic-text-lean">
四位數的加法與減法1
</div>
</div>
</th>
<th class="student-exercises-col" data-id="137" style="display: table-cell;">
<div class="tableHeader" style="height: 105px;">
<div class="table-topic-text table-topic-text-lean">
三角形底邊與面積關係
</div>
</div>
</th>
<th class="student-exercises-col" data-id="138" style="display: table-cell;">
<div class="tableHeader" style="height: 105px;">
<div class="table-topic-text table-topic-text-lean">
如何手繪台灣地圖
</div>
</div>
</th>
<th class="student-exercises-col" data-id="139" style="display: table-cell;">
<div class="tableHeader" style="height: 105px;">
<div class="table-topic-text table-topic-text-lean">
三位數的加法與減法1
</div>
</div>
</th>
<th class="student-exercises-col" data-id="140" style="display: table-cell;">
<div class="tableHeader" style="height: 105px;">
<div class="table-topic-text table-topic-text-lean">
比較小數的大小
</div>
</div>
</th>
<th class="student-exercises-col" data-id="141" style="display: table-cell;">
<div class="tableHeader" style="height: 105px;">
<div class="table-topic-text table-topic-text-lean">
小數的減法1
</div>
</div>
</th>
<th class="student-exercises-col" data-id="142" style="display: table-cell;">
<div class="tableHeader" style="height: 105px;">
<div class="table-topic-text table-topic-text-lean">
認識千位2
</div>
</div>
</th>
<th class="student-exercises-col" data-id="143" style="display: table-cell;">
<div class="tableHeader" style="height: 105px;">
<div class="table-topic-text table-topic-text-lean">
同底等高三角形
</div>
</div>
</th>
<th class="student-exercises-col" data-id="144" style="display: table-cell;">
<div class="tableHeader" style="height: 105px;">
<div class="table-topic-text table-topic-text-lean">
小數的除法2 5公尺的鐵條重3 2公斤
</div>
</div>
</th>
<th class="student-exercises-col" data-id="145" style="display: table-cell;">
<div class="tableHeader" style="height: 105px;">
<div class="table-topic-text table-topic-text-lean">
循環小數化為分數1
</div>
</div>
</th>
<th class="student-exercises-col" data-id="146" style="display: table-cell;">
<div class="tableHeader" style="height: 105px;">
<div class="table-topic-text table-topic-text-lean">
等高三角形面積比
</div>
</div>
</th>
<th class="student-exercises-col" data-id="147" style="display: table-cell;">
<div class="tableHeader" style="height: 105px;">
<div class="table-topic-text table-topic-text-lean">
多項式的值
</div>
</div>
</th>
<th class="student-exercises-col" data-id="148" style="display: table-cell;">
<div class="tableHeader" style="height: 105px;">
<div class="table-topic-text table-topic-text-lean">
小數點位值
</div>
</div>
</th>
<th class="student-exercises-col" data-id="149" style="display: table-cell;">
<div class="tableHeader" style="height: 105px;">
<div class="table-topic-text table-topic-text-lean">
小數 - (33)分數和小數比大小的分法
</div>
</div>
</th>
<th class="student-exercises-col" data-id="150" style="display: table-cell;">
<div class="tableHeader" style="height: 105px;">
<div class="table-topic-text table-topic-text-lean">
相似形的基本概念
</div>
</div>
</th>
<th class="student-exercises-col" data-id="151" style="display: table-cell;">
<div class="tableHeader" style="height: 105px;">
<div class="table-topic-text table-topic-text-lean">
加減消去法例3
</div>
</div>
</th>
<th class="student-exercises-col" data-id="152" style="display: table-cell;">
<div class="tableHeader" style="height: 105px;">
<div class="table-topic-text table-topic-text-lean">
2-1觀念01原子的種類
</div>
</div>
</th>
<th class="student-exercises-col" data-id="153" style="display: table-cell;">
<div class="tableHeader" style="height: 105px;">
<div class="table-topic-text table-topic-text-lean">
被除數除以小數為什麼商會變大
</div>
</div>
</th>
<th class="student-exercises-col" data-id="154" style="display: table-cell;">
<div class="tableHeader" style="height: 105px;">
<div class="table-topic-text table-topic-text-lean">
全球氣候分布part4-1 熱帶沙漠氣候
</div>
</div>
</th>
<th class="student-exercises-col" data-id="155" style="display: table-cell;">
<div class="tableHeader" style="height: 105px;">
<div class="table-topic-text table-topic-text-lean">
小數 - (05)乘以10和乘以100的練習題
</div>
</div>
</th>
<th class="student-exercises-col" data-id="156" style="display: table-cell;">
<div class="tableHeader" style="height: 105px;">
<div class="table-topic-text table-topic-text-lean">
二元一次式的化簡
</div>
</div>
</th>
<th class="student-exercises-col" data-id="157" style="display: table-cell;">
<div class="tableHeader" style="height: 105px;">
<div class="table-topic-text table-topic-text-lean">
小數 - (18)小數的乘法練習3
</div>
</div>
</th>
<th class="student-exercises-col" data-id="158" style="display: table-cell;">
<div class="tableHeader" style="height: 105px;">
<div class="table-topic-text table-topic-text-lean">
小數的減法2
</div>
</div>
</th>
<th class="student-exercises-col" data-id="159" style="display: table-cell;">
<div class="tableHeader" style="height: 105px;">
<div class="table-topic-text table-topic-text-lean">
加減消去法例1、2
</div>
</div>
</th>
<th class="student-exercises-col" data-id="160" style="display: table-cell;">
<div class="tableHeader" style="height: 105px;">
<div class="table-topic-text table-topic-text-lean">
7-1觀念04動能的基本介紹
</div>
</div>
</th>
<th class="student-exercises-col" data-id="161" style="display: table-cell;">
<div class="tableHeader" style="height: 105px;">
<div class="table-topic-text table-topic-text-lean">
二元一次式的化簡例7、8
</div>
</div>
</th>
<th class="student-exercises-col" data-id="162" style="display: table-cell;">
<div class="tableHeader" style="height: 105px;">
<div class="table-topic-text table-topic-text-lean">
平行線截比例線段證明(例1)
</div>
</div>
</th>
<th class="student-exercises-col" data-id="163" style="display: table-cell;">
<div class="tableHeader" style="height: 105px;">
<div class="table-topic-text table-topic-text-lean">
小數 - (41)在小數數線上表示分數的位置
</div>
</div>
</th>
<th class="student-exercises-col" data-id="164" style="display: table-cell;">
<div class="tableHeader" style="height: 105px;">
<div class="table-topic-text table-topic-text-lean">
小數 - (26)小數快速轉換成為分數的四步驟
</div>
</div>
</th>
<th class="student-exercises-col" data-id="165" style="display: table-cell;">
<div class="tableHeader" style="height: 105px;">
<div class="table-topic-text table-topic-text-lean">
分數的乘法 理解乘法對加法的分配律
</div>
</div>
</th>
<th class="student-exercises-col" data-id="166" style="display: table-cell;">
<div class="tableHeader" style="height: 105px;">
<div class="table-topic-text table-topic-text-lean">
二元一次聯立方程式應用問題例1、2、3
</div>
</div>
</th>
<th class="student-exercises-col" data-id="167" style="display: table-cell;">
<div class="tableHeader" style="height: 105px;">
<div class="table-topic-text table-topic-text-lean">
三角形兩邊中點連線性質(1)
</div>
</div>
</th>
<th class="student-exercises-col" data-id="168" style="display: table-cell;">
<div class="tableHeader" style="height: 105px;">
<div class="table-topic-text table-topic-text-lean">
小數除法比較大小運用被除數與除數同乘以10倍來思考
</div>
</div>
</th>
<th class="student-exercises-col" data-id="169" style="display: table-cell;">
<div class="tableHeader" style="height: 105px;">
<div class="table-topic-text table-topic-text-lean">
二元一次聯立方程式的解及其圖形
</div>
</div>
</th>
<th class="student-exercises-col" data-id="170" style="display: table-cell;">
<div class="tableHeader" style="height: 105px;">
<div class="table-topic-text table-topic-text-lean">
平方差公式的解釋(拼成梯形)
</div>
</div>
</th>
<th class="student-exercises-col" data-id="171" style="display: table-cell;">
<div class="tableHeader" style="height: 105px;">
<div class="table-topic-text table-topic-text-lean">
多項式的減法
</div>
</div>
</th>
<th class="student-exercises-col" data-id="172" style="display: table-cell;">
<div class="tableHeader" style="height: 105px;">
<div class="table-topic-text table-topic-text-lean">
多項式除法進階問題
</div>
</div>
</th>
<th class="student-exercises-col" data-id="173" style="display: table-cell;">
<div class="tableHeader" style="height: 105px;">
<div class="table-topic-text table-topic-text-lean">
用小數來做估計
</div>
</div>
</th>
<th class="student-exercises-col" data-id="174" style="display: table-cell;">
<div class="tableHeader" style="height: 105px;">
<div class="table-topic-text table-topic-text-lean">
小數的乘法 整數乘以小數2
</div>
</div>
</th>
<th class="student-exercises-col" data-id="175" style="display: table-cell;">
<div class="tableHeader" style="height: 105px;">
<div class="table-topic-text table-topic-text-lean">
小數 - (23)整數除以整數並且除盡的練習題4
</div>
</div>
</th>
<th class="student-exercises-col" data-id="176" style="display: table-cell;">
<div class="tableHeader" style="height: 105px;">
<div class="table-topic-text table-topic-text-lean">
小數 - (37)分數在數線上的表示
</div>
</div>
</th>
<th class="student-exercises-col" data-id="177" style="display: table-cell;">
<div class="tableHeader" style="height: 105px;">
<div class="table-topic-text table-topic-text-lean">
小數 - (29)分數轉換成為小數的方法2
</div>
</div>
</th>
<th class="student-exercises-col" data-id="178" style="display: table-cell;">
<div class="tableHeader" style="height: 105px;">
<div class="table-topic-text table-topic-text-lean">
小數的四捨五入
</div>
</div>
</th>
<th class="student-exercises-col" data-id="179" style="display: table-cell;">
<div class="tableHeader" style="height: 105px;">
<div class="table-topic-text table-topic-text-lean">
平行線截比例線段(例7、例8)
</div>
</div>
</th>
<th class="student-exercises-col" data-id="180" style="display: table-cell;">
<div class="tableHeader" style="height: 105px;">
<div class="table-topic-text table-topic-text-lean">
座標平面上點的平移
</div>
</div>
</th>
<th class="student-exercises-col" data-id="181" style="display: table-cell;">
<div class="tableHeader" style="height: 105px;">
<div class="table-topic-text table-topic-text-lean">
四邊形四邊中點連線性質
</div>
</div>
</th>
<th class="student-exercises-col" data-id="182" style="display: table-cell;">
<div class="tableHeader" style="height: 105px;">
<div class="table-topic-text table-topic-text-lean">
——————隨機變數——————
</div>
</div>
</th>
<th class="student-exercises-col" data-id="183" style="display: table-cell;">
<div class="tableHeader" style="height: 105px;">
<div class="table-topic-text table-topic-text-lean">
多項式乘法的直式介紹1
</div>
</div>
</th>
<th class="student-exercises-col" data-id="184" style="display: table-cell;">
<div class="tableHeader" style="height: 105px;">
<div class="table-topic-text table-topic-text-lean">
相似形的邊角關係
</div>
</div>
</th>
<th class="student-exercises-col" data-id="185" style="display: table-cell;">
<div class="tableHeader" style="height: 105px;">
<div class="table-topic-text table-topic-text-lean">
縮放圖形
</div>
</div>
</th>
<th class="student-exercises-col" data-id="186" style="display: table-cell;">
<div class="tableHeader" style="height: 105px;">
<div class="table-topic-text table-topic-text-lean">
全球氣候分布part1 熱帶濕潤氣候
</div>
</div>
</th>
<th class="student-exercises-col" data-id="187" style="display: table-cell;">
<div class="tableHeader" style="height: 105px;">
<div class="table-topic-text table-topic-text-lean">
直角坐標平面中象限的概念
</div>
</div>
</th>
<th class="student-exercises-col" data-id="188" style="display: table-cell;">
<div class="tableHeader" style="height: 105px;">
<div class="table-topic-text table-topic-text-lean">
代入消去法2
</div>
</div>
</th>
<th class="student-exercises-col" data-id="189" style="display: table-cell;">
<div class="tableHeader" style="height: 105px;">
<div class="table-topic-text table-topic-text-lean">
梯形對角線中點連線性質
</div>
</div>
</th>
<th class="student-exercises-col" data-id="190" style="display: table-cell;">
<div class="tableHeader" style="height: 105px;">
<div class="table-topic-text table-topic-text-lean">
小數除以十的次方數1
</div>
</div>
</th>
<th class="student-exercises-col" data-id="191" style="display: table-cell;">
<div class="tableHeader" style="height: 105px;">
<div class="table-topic-text table-topic-text-lean">
小數的乘法2
</div>
</div>
</th>
<th class="student-exercises-col" data-id="192" style="display: table-cell;">
<div class="tableHeader" style="height: 105px;">
<div class="table-topic-text table-topic-text-lean">
多項式除法的基本概念
</div>
</div>
</th>
<th class="student-exercises-col" data-id="193" style="display: table-cell;">
<div class="tableHeader" style="height: 105px;">
<div class="table-topic-text table-topic-text-lean">
小數 - (20)整數除以整數並且除盡的練習題1
</div>
</div>
</th>
<th class="student-exercises-col" data-id="194" style="display: table-cell;">
<div class="tableHeader" style="height: 105px;">
<div class="table-topic-text table-topic-text-lean">
小數 - (24)整數除以整數並且除盡的練習題5
</div>
</div>
</th>
<th class="student-exercises-col" data-id="195" style="display: table-cell;">
<div class="tableHeader" style="height: 105px;">
<div class="table-topic-text table-topic-text-lean">
全球氣候分布part5 季風氣候
</div>
</div>
</th>
<th class="student-exercises-col" data-id="196" style="display: table-cell;">
<div class="tableHeader" style="height: 105px;">
<div class="table-topic-text table-topic-text-lean">
小數化為分數
</div>
</div>
</th>
<th class="student-exercises-col" data-id="197" style="display: table-cell;">
<div class="tableHeader" style="height: 105px;">
<div class="table-topic-text table-topic-text-lean">
多項式的加法
</div>
</div>
</th>
<th class="student-exercises-col" data-id="198" style="display: table-cell;">
<div class="tableHeader" style="height: 105px;">
<div class="table-topic-text table-topic-text-lean">
多項式加減混合運算
</div>
</div>
</th>
<th class="student-exercises-col" data-id="199" style="display: table-cell;">
<div class="tableHeader" style="height: 105px;">
<div class="table-topic-text table-topic-text-lean">
小數 - (22)整數除以整數並且除盡的練習題3
</div>
</div>
</th>
<th class="student-exercises-col" data-id="200" style="display: table-cell;">
<div class="tableHeader" style="height: 105px;">
<div class="table-topic-text table-topic-text-lean">
運用分離係數的方式計算多項式的乘法
</div>
</div>
</th>
<th class="student-exercises-col" data-id="201" style="display: table-cell;">
<div class="tableHeader" style="height: 105px;">
<div class="table-topic-text table-topic-text-lean">
相似多邊形(例1~例2)
</div>
</div>
</th>
<th class="student-exercises-col" data-id="202" style="display: table-cell;">
<div class="tableHeader" style="height: 105px;">
<div class="table-topic-text table-topic-text-lean">
小數 - (36)分數和小數之間的轉換應用練習題
</div>
</div>
</th>
<th class="student-exercises-col" data-id="203" style="display: table-cell;">
<div class="tableHeader" style="height: 105px;">
<div class="table-topic-text table-topic-text-lean">
二元一次聯立方程式解的情形3
</div>
</div>
</th>
<th class="student-exercises-col" data-id="204" style="display: table-cell;">
<div class="tableHeader" style="height: 105px;">
<div class="table-topic-text table-topic-text-lean">
小數 - (44)小數用四捨五入取概數的練習題
</div>
</div>
</th>
<th class="student-exercises-col" data-id="205" style="display: table-cell;">
<div class="tableHeader" style="height: 105px;">
<div class="table-topic-text table-topic-text-lean">
二元一次聯立方程式應用問題例6
</div>
</div>
</th>
<th class="student-exercises-col" data-id="206" style="display: table-cell;">
<div class="tableHeader" style="height: 105px;">
<div class="table-topic-text table-topic-text-lean">
小數 - (30)分數轉換成為小數的方法3
</div>
</div>
</th>
<th class="student-exercises-col" data-id="207" style="display: table-cell;">
<div class="tableHeader" style="height: 105px;">
<div class="table-topic-text table-topic-text-lean">
小數 - (42)在小數數線上表示分數的位置練習題
</div>
</div>
</th>
<th class="student-exercises-col" data-id="208" style="display: table-cell;">
<div class="tableHeader" style="height: 105px;">
<div class="table-topic-text table-topic-text-lean">
多項式乘法的基本觀念
</div>
</div>
</th>
<th class="student-exercises-col" data-id="209" style="display: table-cell;">
<div class="tableHeader" style="height: 105px;">
<div class="table-topic-text table-topic-text-lean">
數線上的小數
</div>
</div>
</th>
<th class="student-exercises-col" data-id="210" style="display: table-cell;">
<div class="tableHeader" style="height: 105px;">
<div class="table-topic-text table-topic-text-lean">
多項式乘法需假設的題型
</div>
</div>
</th>
<th class="student-exercises-col" data-id="211" style="display: table-cell;">
<div class="tableHeader" style="height: 105px;">
<div class="table-topic-text table-topic-text-lean">
分數的乘法 理解乘法對減法的分配律
</div>
</div>
</th>
<th class="student-exercises-col" data-id="212" style="display: table-cell;">
<div class="tableHeader" style="height: 105px;">
<div class="table-topic-text table-topic-text-lean">
小數 - (32)容易轉換成10的冪次的數
</div>
</div>
</th>
<th class="student-exercises-col" data-id="213" style="display: table-cell;">
<div class="tableHeader" style="height: 105px;">
<div class="table-topic-text table-topic-text-lean">
判斷點在象限或座標軸
</div>
</div>
</th>
<th class="student-exercises-col" data-id="214" style="display: table-cell;">
<div class="tableHeader" style="height: 105px;">
<div class="table-topic-text table-topic-text-lean">
多項式基本觀念介紹
</div>
</div>
</th>
<th class="student-exercises-col" data-id="215" style="display: table-cell;">
<div class="tableHeader" style="height: 105px;">
<div class="table-topic-text table-topic-text-lean">
小數的乘法1
</div>
</div>
</th>
<th class="student-exercises-col" data-id="216" style="display: table-cell;">
<div class="tableHeader" style="height: 105px;">
<div class="table-topic-text table-topic-text-lean">
二元一次式
</div>
</div>
</th>
<th class="student-exercises-col" data-id="217" style="display: table-cell;">
<div class="tableHeader" style="height: 105px;">
<div class="table-topic-text table-topic-text-lean">
二元一次式的意義
</div>
</div>
</th>
<th class="student-exercises-col" data-id="218" style="display: table-cell;">
<div class="tableHeader" style="height: 105px;">
<div class="table-topic-text table-topic-text-lean">
二元一次聯立方程式的應用題5
</div>
</div>
</th>
<th class="student-exercises-col" data-id="219" style="display: table-cell;">
<div class="tableHeader" style="height: 105px;">
<div class="table-topic-text table-topic-text-lean">
小數 - (09)小數概念的基本練習題2
</div>
</div>
</th>
<th class="student-exercises-col" data-id="220" style="display: table-cell;">
<div class="tableHeader" style="height: 105px;">
<div class="table-topic-text table-topic-text-lean">
小數 - (11)小數概念的基本練習題4
</div>
</div>
</th>
<th class="student-exercises-col" data-id="221" style="display: table-cell;">
<div class="tableHeader" style="height: 105px;">
<div class="table-topic-text table-topic-text-lean">
三角形相似性質(例1~例2)
</div>
</div>
</th>
<th class="student-exercises-col" data-id="222" style="display: table-cell;">
<div class="tableHeader" style="height: 105px;">
<div class="table-topic-text table-topic-text-lean">
7-1觀念05重力位能的基本介紹
</div>
</div>
</th>
<th class="student-exercises-col" data-id="223" style="display: table-cell;">
<div class="tableHeader" style="height: 105px;">
<div class="table-topic-text table-topic-text-lean">
相似三角形面積比與周長比(例1~例3)
</div>
</div>
</th>
<th class="student-exercises-col" data-id="224" style="display: table-cell;">
<div class="tableHeader" style="height: 105px;">
<div class="table-topic-text table-topic-text-lean">
小數 - (02)除以10和除以100
</div>
</div>
</th>
<th class="student-exercises-col" data-id="225" style="display: table-cell;">
<div class="tableHeader" style="height: 105px;">
<div class="table-topic-text table-topic-text-lean">
多項式加減法的綜合應用2
</div>
</div>
</th>
<th class="student-exercises-col" data-id="226" style="display: table-cell;">
<div class="tableHeader" style="height: 105px;">
<div class="table-topic-text table-topic-text-lean">
小數 - (35)分數和小數的比大小練習題2
</div>
</div>
</th>
<th class="student-exercises-col" data-id="227" style="display: table-cell;">
<div class="tableHeader" style="height: 105px;">
<div class="table-topic-text table-topic-text-lean">
小數的乘法 小數乘法對加法的分配律
</div>
</div>
</th>
<th class="student-exercises-col" data-id="228" style="display: table-cell;">
<div class="tableHeader" style="height: 105px;">
<div class="table-topic-text table-topic-text-lean">
小數 - (39)小數在數線上的表示
</div>
</div>
</th>
<th style="background: transparent; border-color: transparent; max-width:5px; min-width: 5px; width: 5px">&nbsp;</th>
</tr>
</tbody></table>
</div>
</td>
</tr></tbody></table>
<div class="">
<button id="btn-progress-report-tablesave" type="button" class="btn btn-success" data-type="xls">另存表格</button>
</div>
</div>
</div>
</div>
</div>
<div class="clearfix"></div>
</div>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment