Coder Social home page Coder Social logo

xblock-group-project-v2's Introduction

xblock-group-project-v2

This set of XBLocks is an experimental reimplementation of Group Project XBlock.

This tool implements a group project, where a group of students work together on a task, which is then graded. Project deliverables are defined by course staff, and come in form of files - see "File submissions" section for details. Project deliverables can be submitted by any group member. Each group is graded as a whole -- each student gets the same mark for the group project.

A group project can be graded either by staff, or by peers from other groups. Individual performance can be assessed using the group evaluation feature where performance of each group member is assessed by the rest of their group.

It does not work properly in the official Open edX LMS platform yet. This XBlock requires the edx-solutions fork of edx-platform.

Features

Team Evaluations

Workgroup members can provide anonymous feedback to each other.

Grading

Activities are either peer-graded or staff-graded:

  • Staff grading - staff members with appropriate roles are asked to provide grade for the workgroup.
  • Peer grading - students are asked to evaluate other workgroups' work.
  • Staff-grading fallback - if some of the students fail to provide grades to another workgroup, staff members can intervene and provide missing grades.

Hierarchical structure

Group projects are organized around activities and stages:

  • Activities are the larger chunks, used to distinguish different parts of group project. Activities can contain one or more stages. Grading happens at the activity level, i.e. each student receive one grade per activity.
  • Stages are smaller building blocks, representing individual steps towards project completion.

Collaborative learning

Students are organized into workgroups (aka cohorts) to work on a set of problems in a collaborative way.

Team communication

The group project interface allows students to send emails to other individual group members or the entire group.

Private discussions

Private (aka cohorted) discussions can be configured for the group project to provide a platform for discussing the assignments among teammates and avoid revealing the results/ideas to other workgroups or future course students.

Resources

Course authors can provide a set of resources - videos or documents - to help orient students, provide deliverable templates, or just share some relevant information about the assignment.

File submissions

The results of work produced by students are uploaded to the server to facilitate sharing them among team members and for future grading.

Uploaded files are validated against a list of allowed mime-types and extensions. See "File upload validation" section for the full list.

Admin Dashboard

Admin dashboard provides course staff with information about student progress through the problem - both at workgroup and individual level. Detailed information available in the admin dashboard documentation.

Omnipresent features

The Group Project Navigator is always displayed and provides quick access to the most commonly used features:

  • Project navigation - jump to any stage in any activity in one click.
  • Resources panel - all the resources in one place.
  • Submissions panel - upload, view and change deliverables as you go.
  • Private discussions - connect with teammates.
  • Ask Teaching Assistant - ask course staff for help in seconds.

High Level Overview

This is covered in more detail in the authoring documentation, and a detailed list of available group project XBlocks is available in the docs folder.

Project XBlock

The top most component of Group Work v2 is the Project XBlock. The Project XBlock holds a number of activities. Workgroups are defined on project level, i.e. the same group of students will work together for every activity in a given project. Workgroups are not defined inside the Project XBlock; currently they must be defined in the proprietary Apros management interface. The Project XBlock and other XBlocks that comprise Group Work v2 retrieve the group assignments by querying an API found only on the edx-solutions fork of edx-platform.

The Project XBlock can contain following children:

  • Project Navigation XBlock --- this one is strictly necessary; without it this project XBlock doesn't work at all.
  • Private Discussion XBlock --- this one is optional; if missing GWv2 omit private discussions.
  • Some number of Activity XBlocks --- there should be at least one.

Activity XBlock

An Activity represents a single item of work that the team performs. Grading is done at the activity level; that is, each group will be assigned a grade for each activity.

The grade earned for an activity is the same for all students in the group. Grades are assigned during the Peer grading/Staff grading process. This will be explained in the next section.

An Activity XBlock also contains a Due date field --- which is displayed to users in the proprietary Apros Interface, but is considered advisory only as it doesn't affect any logic or grading. Hard deadlines are set at the Stage level.

Stage XBlocks

A Stage XBlock represents a single view that the student will see in the GWv2 project. Stages aren't graded, but completion of each stage is recorded by the system. Completions also create progress events, that are used to track and display student progress, if supported by the LMS.

Each Stage has open and close dates. Students cannot interact fully with the stage before the open_date, and cannot submit their work after the close_date.

See the XBlock details available in the docs folder, for details on each available stage type, and the conditions required for a particular stage to be considered complete.

Deliverable Stage

A Deliverable Stage is a stage where students submit the output of their work. Work is submitted as a series of one or more uploaded files.

Grading

Students are graded during the Peer Grading stage. Each grading stage contains a list of Review Questions.

Graders can be asked to either provide a descriptive assessment, or a numerical grade. Numerical grades are used for grading workgroup members, while descriptive assessments are purely informational. See this example grading rubric:

Grading rubric example

Each group is graded as a whole --- each student gets the same mark.

Grading can be done either by course staff (staff-grading), or by other students (peer-grading). In peer-grading, submissions made by the group are graded by a configurable number of their peers.

Team Evaluation

Individual performance can be assessed by using the Team Evaluation stage. In this stage, each student is evaluated by the rest of their team. Team evaluations are done anonymously, and displayed to the student in an Evaluation Display stage.

Development

Developing with Group Project XBlock v2 and running the test suite requires, at the minimum:

  • python>=3.5
  • pip>=19.0
  • node.js>=12
  • npm>=6

Other dependencies are installed via pip install -r requirements/dev.txt and npm install.

Group Project XBlock v2 contains a Makefile to help with most common operations.

Running tests:

  • pytest to run all python tests (integration tests are run in a Firefox window)
  • xvfb-run --server-args="-screen 0, 1920x1080x24" pytest - runs all python tests in virtual X server.
  • ./node_modules/.bin/karma start tests/js/karma.conf.js - run JS tests in continuous mode (stays open, watches file changes, re-runs the suite on file change)
  • ./node_modules/.bin/karma start tests/js/karma.conf.js --single-run - run JS tests once.

Checking quality violations: make quality to check everything. Fails fast, so might not display all violations - make sure to achieve a clean pass.

Refer to development documentation for more details.

Additional in-depth documentation

  1. Authoring
  2. Admin Dashboard
  3. Deployment information
  4. Information on development
  5. XBlocks in this package

xblock-group-project-v2's People

Contributors

ahmed-zubair12 avatar alasdairswan avatar bradenmacdonald avatar dankoslipcevic avatar dino-cikatic avatar dsego avatar e-kolpakov avatar farhaanbukhsh avatar giovannicimolin avatar jawad-khan avatar jbzdak avatar jcdyer avatar kaizoku avatar kelketek avatar langhanikuldeep avatar mattdrayer avatar msaqib52 avatar mtyaka avatar mudassir-hafeez avatar musmanmalik avatar naeem91 avatar nasirhjafri avatar smarnach avatar tomaszgy avatar viadanna avatar xitij2000 avatar ziafazal avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  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.