Git Product home page Git Product logo

coursemology2's People

Contributors

allenwq avatar bivanalhar avatar dariusf avatar dependabot-preview[bot] avatar dependabot-support avatar dependabot[bot] avatar depfu[bot] avatar deppbot avatar ekowidianto avatar fonglh avatar jchiam avatar jeremyyap avatar jsyeo avatar kxmbrian avatar leeroy999 avatar louietyj avatar lowjoel avatar lyskevin avatar makqien avatar nicholette avatar purfectliterature avatar qreoct avatar raymondtangsc avatar syoopie avatar trangmei avatar weiqingtoh avatar xzhflying avatar yichenshen avatar zhengwei143 avatar zhuhanming avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

coursemology2's Issues

Speed up slow specs

Top 10 slowest examples (43.54 seconds, 36.3% of total time):
  Announcement pagination with tenant :instance after clicked second page lists each announcement
    5.8 seconds ./spec/features/course/announcement_pagination_spec.rb:30
  Announcement pagination with tenant :instance lists each announcement
    5.56 seconds ./spec/features/course/announcement_pagination_spec.rb:20
  System announcement pagination after clicked second page lists each announcement
    4.79 seconds ./spec/features/admin/system_announcement_pagination_spec.rb:28
  Instance announcement pagination with tenant :instance after clicked second page lists each announcement
    4.64 seconds ./spec/features/admin/announcement_pagination_spec.rb:30
  Instance announcement pagination with tenant :instance lists each announcement
    4.56 seconds ./spec/features/admin/announcement_pagination_spec.rb:20
  System announcement pagination lists each announcement
    4.56 seconds ./spec/features/admin/system_announcement_pagination_spec.rb:18
  Course management with tenant :instance course creation with valid information creates a course
    3.64 seconds ./spec/features/course_management_spec.rb:31
  Announcement pagination with tenant :instance should have css "nav.pagination"
    3.62 seconds ./spec/features/course/announcement_pagination_spec.rb:18
  Instance management index page shows all instances
    3.44 seconds ./spec/features/admin/instance_management_spec.rb:79
  Announcements read/unread status management with tenant :instance visit announcement index page after visiting marks announcements in page 2 as read
    2.93 seconds ./spec/features/course/unread_status_management_spec.rb:33

Top 10 slowest example groups:
  Announcement pagination
    4.99 seconds average (14.98 seconds / 3 examples) ./spec/features/course/announcement_pagination_spec.rb:3
  Instance announcement pagination
    4 seconds average (12.01 seconds / 3 examples) ./spec/features/admin/announcement_pagination_spec.rb:3
  System announcement pagination
    3.99 seconds average (11.97 seconds / 3 examples) ./spec/features/admin/system_announcement_pagination_spec.rb:3
  Announcements read/unread status management
    1.93 seconds average (5.79 seconds / 3 examples) ./spec/features/course/unread_status_management_spec.rb:3
  ImageUploader
    1.46 seconds average (4.39 seconds / 3 examples) ./spec/uploaders/image_uploader_spec.rb:4
  I18n
    1.11 seconds average (2.21 seconds / 2 examples) ./spec/i18n_spec.rb:3
  Instance management
    1.08 seconds average (8.66 seconds / 8 examples) ./spec/features/admin/instance_management_spec.rb:3
  Course management
    1.05 seconds average (4.19 seconds / 4 examples) ./spec/features/course_management_spec.rb:3
  Achievement listing
    0.91227 seconds average (2.74 seconds / 3 examples) ./spec/features/course/achievement_listing_spec.rb:3
  Announcement sticky
    0.59007 seconds average (0.59007 seconds / 1 example) ./spec/features/course/announcement_sticky_spec.rb:3

311 examples, 2 failures, 308 passed, 1 pending

Probably the specs need to be rewritten as user stories instead.

Student Summary Page

Student’s Summary page should allow staff to access all possible features and information pertaining to the student. e.g. a list of missions and trainings that the student has completed/attempting and clicking on the link will directly bring you to the submission.

Currently (v1) the summary page has quite useless information.
Suggested by Wai Kay

Ensure that Reminder emails should only be sent for published assessments

One use case for short-lived missions is for practical examinations. The mission is published for the duration of the exam.

v1 sends reminder emails even for assessments which are unpublished. This causes confusion to the students who can't see the test yet but are getting reminders to finish it.

This can be solved by also checking the if an assessment is published when deciding if a reminder should be sent.

Student Watchlist

A watchlist for weak students would be very helpful for the teaching staff.

Staff should be able to add students onto the watchlist and then add comments to monitor the student's progress.

This is currently tracked separately but will be useful when integrated into Coursemology.

Track Mission History

Mission attempts should be tracked, just like what is currently done for trainings.

Suggested by Wai Kay.

Records left in database after every test

Now every time we run 'bundle exec rspec', there will be a set of new records of each factory inserted to the test db.

e.g.. if we run Rspec for 10 times, we will have 10 records of users, instances, etc. left in the db. As far as I know, this is caused by FactoryGirl.lint

Allow graders to submit files as part of the grading process

Some missions are based on file submissions. Students may submit files in various formats like Excel or Word. Graders may want to provide feedback and corrections directly in the files and send it back to the students.

This could be implemented by allowing file uploads in comments. Doing it this way means no special effort is required once the general feature of allowing file uploads in comments is implemented.

Group survey summary by responders

Now our survey summary is grouped by question.

It would be nice to have a "group by responders" option, so that user can see each individual's respond (in case there are dependencies among questions).

RSpec config for db seed is not invoked

I still got this error default': Unknown instance. Did you run rake db:seed? (RuntimeError)

Even we have configured RSpec like below:

  config.before(:suite) do
    Application.load_tasks
    Rake::Task['db:seed'].invoke
  end

Duplicate Mission as Training

Missions are used for more formal testing. After the test, there is educational value in allowing students to see all the test cases and try to improve their code.

By allowing missions to be duplicated as trainings with all the test cases public, students can still use the auto grader to verify that their improved solutions are correct.

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.