manyone
New User
Joined: 09 Mar 2006 Posts: 21
|
|
|
|
I wish to share my latest COBOL project: a fully working Big Five (OCEAN) personality assessment—written in COBOL (first in GnuCOBOL then adapted for Cobol74 for Tk4-).
-20- or 50-item versions (20 if you value your time)
-Reverse-scored items handled correctly
-Narrative interpretations for low/average/high scores
-Output word-wrapped to 80 columns (because terminals matter)
-Includes CLIST + IND$FILE instructions for MVS
-Even has a PowerShell helper to convert .txt → fixed-length .dat
🔗 GitHub: github.com/manyone/cobol-bigfive-test |
|