lang activity basic details activity

Authored by siddhism.

Description

lang activity basic details activity

Details

Committed
siddhismJun 1 2015, 4:48 PM
Parents
R2:4dc9c03a26b6: babyshapes, don't show empty instructions
Branches
Unknown
Tags
Unknown
Restricted Application added a subscriber: jjazeix. ยท View Herald TranscriptJun 1 2015, 4:51 PM

Globally, if you use the files from another activity, you should not copy them but import them.
Also, I think the datasetToPo.py script should be in tools not in the sources.

/src/activities/lang/ActivityInfo.qml
3

Don't forget to update the headers with your name <mail>

/src/activities/lang/Lang.qml
3

Should be name <mail>

/src/activities/lang/lang_api.js
21

If this file is the same as imageid, you should use it instead of using a copy

/src/activities/lang/resource/content-de.json
2

If it is the same as the one in imageid you should use it instead of using a copy of it (same issue for all the other files)

  1. Bruno said that once we create the lang activity we won't need the

imageid. we would delete the imageid activity thats why i am reusing them
instead of importing.

  1. once we create the next quiz phase than imageid will have no

significance as it is the mini quiz of the activity we are working on
presently.

  1. ok i'll update them.