4:
Re: re
By: Ernie Ghiglione
|
In response to 3 | 01/30/12 10:48 AM | ||
Hi Paris,
Sorry for the delay. > For my project I want to produce a dropdown list with the list of all lessons. (already done this) Ok, so say I saved a new sequence with the name "Seq1". I should be able to find it in the list of learning design as follow: mysql> select learning_design_id, learning_design_ui_id, title from lams_learning_design; If I want to see the activities that this sequence have, I've just need to query the lams_learning_activity table using the learning_design_id: mysql> select activity_id, title, learning_design_id from lams_learning_activity where learning_design_id = 1; Is this what you are after? Thanks Ernie Posted by Ernie Ghiglione |
Reply to first post on this page
Back to LAMS for Tech-Heads - General Forum