kekshd / keks

an elearning system with basic answer types yes/no/matrix
http://keks.uni-hd.de
ISC License
10 stars 4 forks source link

Add video link for questions #116

Closed ajayme closed 7 years ago

ajayme commented 7 years ago

Update DB:

Alter table questions add column video_link varchar(255);

oqpvc commented 7 years ago

You can (and should) alter the DB yourself: Simply add a Rails migration. They are (hopefully) automatically executed when pushing to master.

ajayme commented 7 years ago

Done.

On 16. Jun 2017, at 11:50, oliver notifications@github.com wrote:

You can (and should) alter the DB yourself: Simply add a Rails migration. They are (hopefully) automatically executed when pushing to master.

— You are receiving this because you modified the open/close state. Reply to this email directly, view it on GitHub https://github.com/kekshd/keks/pull/116#issuecomment-308983943, or mute the thread https://github.com/notifications/unsubscribe-auth/AaqPdVGlHnL4GlgF-Rd71dZ0B_bOZtrTks5sEk_zgaJpZM4N72IY.

oqpvc commented 7 years ago

:thumbsup:

fosterfarrell9 commented 7 years ago

Great, adding the video links seems to work nicely. However it appears that the video links added to the questions do not appear when the answers are presented ( at least in my local setup).

ajayme commented 7 years ago

Hi. Will check later if i was able to add JavaScript to commit.

On 17. Jun 2017, at 15:20, fosterfarrell9 notifications@github.com wrote:

Great, adding the video links seems to work nicely. However it appears that the video links added to the questions do not appear when the answers are presented ( at least in my local setup).

— You are receiving this because you modified the open/close state. Reply to this email directly, view it on GitHub, or mute the thread.

ajayme commented 7 years ago

Hello, all files have been added to the commit. The label/link are not displayed in the answer presentation if the link is empty.

On 17. Jun 2017, at 15:34, Alejandra Jayme A.Jayme@stud.uni-heidelberg.de wrote:

Hi. Will check later if i was able to add JavaScript to commit.

On 17. Jun 2017, at 15:20, fosterfarrell9 <notifications@github.com mailto:notifications@github.com> wrote:

Great, adding the video links seems to work nicely. However it appears that the video links added to the questions do not appear when the answers are presented ( at least in my local setup).

— You are receiving this because you modified the open/close state. Reply to this email directly, view it on GitHub https://github.com/kekshd/keks/pull/116#issuecomment-309214794, or mute the thread https://github.com/notifications/unsubscribe-auth/AaqPdZMz2zQLnu8f_THzdmGhut_Lx17Bks5sE9KJgaJpZM4N72IY.