Giter VIP home page Giter VIP logo

feedback-targeting__moodle-database-preset's Introduction

Feedback Targeting

Feedback Targeting is a preset for the Moodle activity database.

Description

The feedback from up to four questions can be displayed on a target.

Getting started

Download the release file. Create a "Database" activity in Moodle and then upload the ZIP file.

Add questions and adjust number

  1. Open the template user-defined JavaScript.

  2. Enter the desired number of questions, e.g. 4.

let questionnumber = 4;
  1. Enter the number of rings
let ringnumber = 4;
  1. Fill in the questions, mind the inverted commas!
let question1 = "Die Teamarbeit war erfolgreich";
let question2 = "Ich habe etwas gelernt";
let question3 = "Die Inhalte waren verständlich";
let question4 = "Ich kann das Thema in der Praxis einsetzen";
  1. Save and delete the browser cache, e.g. in Windows: strg+F5.

Language Support

The preset is available in German, but there is not so much to translate. The template can easily be adapted.

Screenshots

list view

list view

feedback-targeting__moodle-database-preset's People

Contributors

fdagner avatar

Watchers

 avatar

feedback-targeting__moodle-database-preset's Issues

Responsive view

Responsive view of the target on mobile devices is missing.

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.