Giter VIP home page Giter VIP logo

learning_project's Introduction

Help teacher app

The Teacher Evaluation Dashboard is a lightweight web application designed to assist teachers in evaluating student tasks. It is built using vanilla JavaScript and leverages Webpack for bundling the application. The user interface employs Bootstrap components to create a clean layout.

The application allows teachers to view a document preview, navigate through tasks, and filter the task list based on specific criteria. Teachers can update task scores, provide feedback, and adjust the document view according to their preferences.

How to run it

There is a full demo working here

Production files

You can find a production files into the dist folder

Development Enviroment

You can run a dev server on localhost:9000

  • yarn build-server
  • npm run build-server

Code Structure

This code is used for rendering and handling events in a web application that allows users to evaluate tasks and provide feedback. The application consists of a document preview, navigation bar, and a list of task cards. Users can filter the task list, adjust the document view, and update task scores.

Store Object

The store object holds the application's state, including:

  • template settings,
  • score information,
  • evaluations,
  • rendered evaluations,
  • and feedback.

Event Listeners

  1. DOMContentLoaded: When the page is loaded, it calls the onPageLoad and setupClickHandlers functions.
  2. Click: Handles various click events, such as filtering tasks, adjusting document view, updating scores, and providing feedback.

Render Functions

In the code base are two types of render functions.

  1. Functions that return html strings - Can be found in src/js/components
  2. Functions that update the DOM - Can be found in index.js
  • updateScore
  • renderTask
  • evaluatedTo100
  • gradedTo100

learning_project's People

Contributors

anedu91 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.