Skip to content
#

edtech

Here are 83 public repositories matching this topic...

jonboiser
jonboiser commented Feb 12, 2020

I don't think there are instructions on how to set up Kolibri to use Postgres as an alternative DB. Here's what @lyw07 shared with me on how to do it:

  1. Install postgresql (brew install postgresql if you have mac + homebrew)
  2. install psycopg2-binary from pip (pip install psycog2-binary)
  3. set env var KOLIBRI_DATABASE_ENGINE to postgres
  4. set other env vars KOLIBRI_DATABASE_NAME, KOL
btopro
btopro commented Jan 2, 2018

It seems like configuration settings are more or less thrown in as people think of them into config-dist.php. Would it possibly be easier to read as well as modify and put into version control if this was abstracted to a yaml or json file that config then loads in? This would also make it easier to write a CLI / YO that could write the config options automatically for people increasing devUX down

elmsln
btopro
btopro commented Aug 7, 2019

"could add the human-friendly labels you just added this week (e.g. SU201819)"

Same method of adding that we do for the two parts of the UI recently but make sure it's on the section list page. With how annoying the drupal view template would be to modify it might be better to just make it a OPA

jaltekruse
jaltekruse commented Jan 5, 2018

If a teacher goes through to give specific grades to a number of different students in a group, the "apply to all" button becomes destructive. The button is useful if a teacher accidentally applies a score incorrectly to everyone, but the destructive nature of the button should be conveyed if it is hit accidentally.

To avoid annoyance when teachers want to use to to apply to everyone, possibly

Materia
FrenjaminBanklin
FrenjaminBanklin commented Jul 25, 2019

Currently the MWDK will check to see if src/_guides exists and, if so, run the creator and player guide files through a plugin to be fully generated.

This is fine most of the time, but if a widget is using the default creator it doesn't really need a creator guide - but if there isn't a creator guide, the build errors.

Improve this page

Add a description, image, and links to the edtech topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the edtech topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.