Skip to content

Commit

Permalink
Explicitly mention need to click Run after each compileFiles() #38
Browse files Browse the repository at this point in the history
  • Loading branch information
ds26gte committed Jan 26, 2023
1 parent ddb337e commit a48d816
Showing 1 changed file with 12 additions and 11 deletions.
23 changes: 12 additions & 11 deletions ASSIGNMENT_CREATION_README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,37 +18,38 @@
note their IDs, and set them (temporarily) to be publicly accessible via link
2. Load the Examplar dummy assignment (https://pyret.cs.brown.edu/assignment/1QIZ_LpROVf4yzWTlfTIJcturEyIs71u_)
and open the JavaScript console. Note: The following Steps 3,
4, and 5 are to be
and open the JavaScript console. Note: The following Steps 3-6
are to be
done in the JS console, not in the Pyret interaction
window!
3. Compile the wheats by executing
```javascript
const wheats = compileFiles(<wheat source folder id>)
```
and clicking the run button
4. Compile the chaffs by executing
4. Click the Run button in the interaction window
5. Compile the chaffs by executing
```javascript
const chaffs = compileFiles(<chaff source folder id>)
```
and clicking the run button
6. Click the Run button in the interaction window
5. Make a public subdirectory in the assignment folder with the public facing
7. Make a public subdirectory in the assignment folder with the public facing
name for the assignment (e.g. 'docdiff') with subdirectories 'wheat' and 'chaff'
6. After determining the folder IDs for 'wheat' and 'chaff', execute
8. After determining the folder IDs for 'wheat' and 'chaff', execute
```javascript
copyCompiled(wheats, <'wheat' folder ID>, chaffs, <'chaff' folder ID>)
```
7. Check that the files, which should now have names ending in '.js',
9. Check that the files, which should now have names ending in '.js',
are present in the 'wheat' and 'chaff' folders
8. Remove link sharing from the wheat and chaff source folders from step 1
10. Remove link sharing from the wheat and chaff source folders from step 1 (optional)
9. In the folder created in step 5, create the following files:
11. In the folder created in step 7, create the following files:
* \<assignment>-code.arr
```
provide *
Expand Down Expand Up @@ -115,4 +116,4 @@
```
10. Access the assignment at https://pyret.cs.brown.edu/assignment/<ID of folder from step 5>
12. Access the assignment at https://pyret.cs.brown.edu/assignment/<ID of folder from step 7>

0 comments on commit a48d816

Please sign in to comment.