I guess networks aren't included as part of your base course then
You need to put in your external facing IP address, so that'll be the one bound to your routers WAN port. Once the RDP traffic hits your router, the NAT policy you implemented will tell the outside world where to connect 3389 to.
Personally I wouldn't use 3389, I'd use a random external port, NAT'd to 3389 on the inside, just that bit more secure than leaving 3389 open, people are less likely to probe a random port number for RDP access.
in which case you'd connect with 10.10.10.10:9283 (where 10.10.10.10 is your external IP and 9283 is the port you forwarded to 3389 on the router).