Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jorgebg/web-dev-intro
https://github.com/jorgebg/web-dev-intro
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/jorgebg/web-dev-intro
- Owner: jorgebg
- Created: 2024-03-22T13:14:58.000Z (10 months ago)
- Default Branch: master
- Last Pushed: 2024-06-07T21:39:24.000Z (7 months ago)
- Last Synced: 2024-06-07T22:46:04.376Z (7 months ago)
- Language: Python
- Homepage:
- Size: 28.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Web development introduction course
## Examples
```
$ python3 activitygen.py --courseid=2
```This will create `activities.md`, `activities.html`, and `activities.sh`. The last one is a shell script for creating the activities in a Moodle instance using [`moosh activity-add`](https://moosh-online.com/commands/#activity-add).
```
$ moosh course-create --fullname "Web Development" --numsections 1 web
$ ./activities.sh
```### Using an alias for `moosh`
```
$ python3 activitygen.py --courseid=2 --moosh="~/Workspace/tmuras/moosh/moosh.php -n -p ~/Workspace/moodle/moodle"
```