forked from Modsquad-AVA/BitFit
-
Notifications
You must be signed in to change notification settings - Fork 1
Java to C
Anna KK edited this page Aug 16, 2016
·
4 revisions
Here I will go through the changes I made to take BitFit from a Java instructional tool, to one for learning C.
These are the commits involved in making this change
- Change instructional language from Java to C
- Require file name
- Change starter code to C
- Fix fontawesome
- Make changes to Manage all Questions
- Fix running problem in edit/add question
These are all the files that were modified in order to switch from Java to C, with a little summary of the changes that were made to each one
- server/api/cli/cli.controller.js
- This is where the REAL difference is. Here we control how the code is compiled and run
- client/app/admin/editContent/editContent.controller.js
- Changed to user
fileNameinstead ofclassName - Changed syntax highlighting on line 241
- client/app/lessons/lessons.controller.js
- Changed editor syntax highlighting to C on line 29
- client/app/lessons/topics/topics.controller.js
- Changed every
.javato.c - Changed syntax highlighting on line 284
The changes to html files mainly involved changing the wording of instructions to describe C instead of Java