diff --git a/drill-and-practice/deps.js b/drill-and-practice/deps.js index de76cf2..f978095 100644 --- a/drill-and-practice/deps.js +++ b/drill-and-practice/deps.js @@ -9,3 +9,4 @@ export { postgres }; export { Session } from "https://deno.land/x/oak_sessions@v4.0.5/mod.ts"; export * as bcrypt from "https://deno.land/x/bcrypt@v0.4.1/mod.ts"; export * as validasaur from "https://deno.land/x/validasaur@v0.15.0/mod.ts"; +3; diff --git a/drill-and-practice/views/layouts/layout.eta b/drill-and-practice/views/layouts/layout.eta index 3d6632f..73e4282 100644 --- a/drill-and-practice/views/layouts/layout.eta +++ b/drill-and-practice/views/layouts/layout.eta @@ -1 +1,15 @@ -<%~ it.body %> + + + + MCQ Application + + + + + +
+ <%~ it.body %> +
+ + \ No newline at end of file diff --git a/drill-and-practice/views/main.eta b/drill-and-practice/views/main.eta index 4601935..e80598d 100644 --- a/drill-and-practice/views/main.eta +++ b/drill-and-practice/views/main.eta @@ -1,3 +1,17 @@ <% layout("./layouts/layout.eta") %> -

Hello world!

+

MCQ Application

+ +

This is a web application that is used for repeated practice of learned content. The application provides a list of topics and allows creating multiple-choice questions into those topics that are then answered by self and others. The application also shows basic statistics: the total number of available questions and the total number of question answers. In addition, the application also provides an API for retrieving and answering random questions.

+ +

Are you already registered? Login

+ +

Not registered yet? Register

+ +

Statistics

+

Total number of:

+ \ No newline at end of file