Giter Club home page Giter Club logo

moodle25-obsolete-no-longer-supported's Introduction

Moodle 2.5 with the LSU Gradebook

Additional features included in this release

Gradebook

  1. Extra Credit in Weighted Mean.
  2. Repeat headers every N rows in grader report.
  3. Optional anonymous grading allows faculty to manually grade items in an anonymous manner.
  4. Quick Edit allows for faculty to edit a single item or student quickly and easilty while allowing for bulk grading.
  5. Gradebook Builder is for those who fear the complexity of the Moodle gradebook. Think of it as a quick-start.
  6. Optional enhanced letter grade support.
  7. Optional Curve-to instead of multiplicator for a simpler to understand method of curving.
  8. Optional Manual Item Recompute allows for the gradebook to automatically adjust the raw grade boundaries when editing the real grade boundaries for Manual items.
  9. Optional hiding of minimum grade.
  10. Optional ability to disable editing of the course category name.
  11. Option to count extra credit in weighted categories in a weighted or unweighted manner.
  12. Optional course category lockout. Stop faculty from overriding course category totals.
  13. Optional drop the lowest grade limiting allows drop lowest to only drop lowest X when grade count is X+1. This gives students a better representation of their final grade as the course progresses.

Weighted Mean Extra Credit

  1. Simple as it sounds. Now you can add extra credit items to Weighted Mean categories.

Anonymous Grading

  1. Choose course categories of a single category to limit its use.
  2. Unlimited grading is disabled for anonymously graded courses.
  3. Administratively chosen (course overrideable) adjustment values after student names are learned for course participation assignment.
  4. Anonymous items can only be edited while students are unknown,
  5. Utilizes additional profile fields. Please provide a private field for this functionality.

Quick Edit

  1. Choose to edit all grades for a single user.
  2. Choose to edit all student grades for a single item.
  3. Required for editing anonymous grades.
  4. Allows for bulk grading. Insert X for empty students or insert X for all students.
  5. Quickly override all gades or no grades.

Available from https://github.com/lsuits/quick_edit

Gradebook Builder

  1. Create manual items or quiz shells in a simple streamlined interface.
  2. Allows for 3rd party plugins for all grade Moodle course modules.
  3. Quickly build very complex gradebooks.
  4. Ensures weights make sense.
  5. Re-use gradebook templates.

Available from https://github.com/lsuits/gradebook_builder

Letters

  1. Optional fixed letters for schools that require specific letter grades.
  2. Optional floating letter boundaries.
  3. Letter grade rounding adheres to instructor decimal preferences if set.

Grader Report

  1. Optional Quick Edit integration.
  2. Optional weighted percents show an items weight relative to its parent category.
  3. Optional Repeat Headers allows for faculty to repeat the grader report headers every x rows for easy foolproof navigation and grading.
  4. Initial Bar support for simple filtering of users based on first and last names.
  5. Let users know when an item is overridden by mimicking the excluded behavior instead displaying "overridden" in the appropriate cell.

moodle25-obsolete-no-longer-supported's People

Contributors

abgreeve avatar andyjdavis avatar ankitagarwal avatar barbararamiro avatar danmarsden avatar danpoltawski avatar davosmith avatar grabs avatar iarenaza avatar jamiepratt avatar jsnfwlr avatar jstabinger avatar mackensen avatar marinaglancy avatar mdjnelson avatar moodler avatar mouneyrac avatar mudrd8mz avatar nadavkav avatar nebgor avatar polothy avatar ppichet avatar rwijaya avatar sammarshallou avatar scara avatar scriby avatar skodak avatar stronk7 avatar timhunt avatar wildgirl avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

moodle25-obsolete-no-longer-supported's Issues

enhance core LTI course identifier

alter the core LTI module to give the administrator the ability to select which field will be used to identify courses.

This needs to be configurable on a per-tool basis.

Motivation
Echo360 identifies courses by shortname, but it does not permit spaces to exist in the shortname.

solution
send mdl_course.idnumber to echo

undefined variable 'decimalpoints'

grade/edit/tree/category.php?courseid=XXX

( ! ) Notice: Undefined variable: decimalpoints in /www/html/25/grade/edit/tree/category.php on line 105
Call Stack
#   Time    Memory  Function    Location
1   0.0080  731240  {main}( )   ../category.php:0
Did you remember to call setType() for 'keephigh'? Defaulting to PARAM_RAW cleaning.

line 1303 of /lib/formslib.php: call to debugging()
line 281 of /lib/formslib.php: call to moodleform->detectMissingSetType()
line 202 of /lib/formslib.php: call to moodleform->_process_submission()
line 111 of /grade/edit/tree/category.php: call to moodleform->moodleform()


Did you remember to call setType() for 'droplow'? Defaulting to PARAM_RAW cleaning.

line 1303 of /lib/formslib.php: call to debugging()
line 281 of /lib/formslib.php: call to moodleform->detectMissingSetType()
line 202 of /lib/formslib.php: call to moodleform->_process_submission()
line 111 of /grade/edit/tree/category.php: call to moodleform->moodleform()


Did you remember to call setType() for 'grade_item_multfactor'? Defaulting to PARAM_RAW cleaning.

line 1303 of /lib/formslib.php: call to debugging()
line 281 of /lib/formslib.php: call to moodleform->detectMissingSetType()
line 202 of /lib/formslib.php: call to moodleform->_process_submission()
line 111 of /grade/edit/tree/category.php: call to moodleform->moodleform()


Did you remember to call setType() for 'grade_item_plusfactor'? Defaulting to PARAM_RAW cleaning.

line 1303 of /lib/formslib.php: call to debugging()
line 281 of /lib/formslib.php: call to moodleform->detectMissingSetType()
line 202 of /lib/formslib.php: call to moodleform->_process_submission()
line 111 of /grade/edit/tree/category.php: call to moodleform->moodleform()

Select box always seems editable in chrome

  1. add a quiz to any course
  2. with deferred feedback selected for Question Behavior: How questions behave, notice that the review options checkboxes under during the attempt are disabled but appear enabled

This is confusing; Firefox greys out the disabled checkboxes, which is a clearer presentation.

Instructor Block

A new feature was suggested and approved for development by members of the committee. The new feature, an Instructor block, will allow instructors to add a block in their course which will show their contact information and have editable fields to include office hours and other important content.

Approved by MDAC in March 2012. Slipped through the cracks.

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.