Skip to content

Commit

Permalink
all done ....
Browse files Browse the repository at this point in the history
  • Loading branch information
Nafiz43 committed May 14, 2020
1 parent b43a8f6 commit 22df41f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
Binary file added TERM-1/SRS/SRS.docx
Binary file not shown.
Binary file added TERM-1/SRS/user-manual-IDP.pdf
Binary file not shown.
4 changes: 3 additions & 1 deletion docs/html/TEACHER/js/stat.js
Original file line number Diff line number Diff line change
Expand Up @@ -174,9 +174,11 @@ function stat() {
table_content=table_content+'<td align="center">'+present_count+'</td>';
table_content=table_content+'<td align="center">'+absent_count+'</td>';
table_content=table_content+'<td align="center">'+excused_count+'</td>';
cc=cc+1;

data_x[cc-1]=cc;
data_y[cc-1]=(present_count/(present_count+absent_count))*100;
cc=cc+1;

document.getElementById("loader").innerHTML='';
table_content=table_content+'</tr>';
final_content=final_content+'</tbody>';
Expand Down

0 comments on commit 22df41f

Please sign in to comment.