Browse Source

reformatting

content-update
Chris 3 years ago
parent
commit
a3430a6abc
  1. 5
      docs/setup_of_external_repo.md

5
docs/setup_of_external_repo.md

@ -62,13 +62,11 @@ https://frenchris.github.io/nameofyourrepo/subjects/firstproject/audit/
This path should be added to the attribute “subject” of type string in the object attribute of the new exercise. This path should be added to the attribute “subject” of type string in the object attribute of the new exercise.
- Once both those path are noted, create your project on your server. - Once both those path are noted, create your project on your server.
- Add the regular attributes (`groupMin`, `groupMax`, `language`, `exerciseType`) - Add the regular attributes (`groupMin`, `groupMax`, `language`, `exerciseType`)
- Add the optional attributes to test if your wish (`auditsRatio`, `auditsRequired`) both set to 1 - Add the optional attributes to test if your wish (`auditsRatio`, `auditsRequired`) both set to 1
- And add the `audit` and `subject` attributes (of type `string`) with the previously noted paths - And add the `audit` and `subject` attributes (of type `string`) with the previously noted paths
Once the attributes are filled. Now that the attributes are filled.
- Create a module, called `Div-custom` for example. Add its standard attributes. - Create a module, called `Div-custom` for example. Add its standard attributes.
- Add `firstproject` as a child to `Div-custom`. - Add `firstproject` as a child to `Div-custom`.
@ -79,7 +77,6 @@ in the children attributes of the module,
- Add `matchWhere` as a `FUNCTION` - Add `matchWhere` as a `FUNCTION`
- Set its value to `USERINEVENT` - Set its value to `USERINEVENT`
This attribute will isole the event during matches to the user of the event. This attribute will isole the event during matches to the user of the event.
- Add this `Div-custom` as a child in your campus object - Add this `Div-custom` as a child in your campus object
- Go to event, and launch the event `yourcampus/Div-custom` - Go to event, and launch the event `yourcampus/Div-custom`
- Add yourself and other testing accounts to the newly launched event. - Add yourself and other testing accounts to the newly launched event.

Loading…
Cancel
Save